Age | Commit message (Expand) | Author |
2013-05-31 | reduce the amount of compiler warnings for variable shadowing | /dev/humancontroller |
2013-05-31 | fix some "\n"-related stuff | /dev/humancontroller |
2013-05-31 | Suppress warning | Tim Angus |
2013-05-31 | Clarify comment for OpenGL2's RDF_NOFOG | Zack Middleton |
2013-05-31 | Remove RF_SUNFLARE from OpenGL2 renderer | Zack Middleton |
2013-05-31 | Remove unused renderCommandList variable from renderers | Ensiform |
2013-05-31 | Show surface names in excessive vertexes and triangles warnings | Zack Middleton |
2013-05-03 | Use specular texture RGB as specular reflectance, multiplied by per-material ... | SmileTheory |
2013-05-03 | #5889: Do post-processing only on viewport portion of frame buffer. | SmileTheory |
2013-05-03 | Don't scale shadow multipliers by overbrightbits, and improve documentation. | SmileTheory |
2013-05-03 | Fix zone memory leak in OpenGL2 renderer | Zack Middleton |
2013-05-03 | Add sunlight/lightmap merging by multiply (r_sunlightMode 1) Merge additive s... | SmileTheory |
2013-05-03 | Starting sunlight experimentation branch | SmileTheory |
2013-03-27 | Fix some of the things clang --analyze flagged | Tim Angus |
2013-03-25 | s/enum/typedef enum/g on uniform_t for glorious fix of mac build. h/t MAN-AT-... | Zachary Slater |
2013-03-22 | Make all GLSL shaders use the same set of uniforms. | SmileTheory |
2013-03-19 | Always initialize joint_names in R_LoadIQM | Zack Middleton |
2013-03-19 | Fix loading and rendering IQMs with no joints | Zack Middleton |
2013-03-19 | Remove RAVENMD4 #define | Tim Angus |
2013-03-19 | Support more tcgens in lightall shader. | SmileTheory |
2013-03-19 | Remove some more automatic sRGB image flags. | SmileTheory |
2013-03-19 | Oops missed a bit | Tim Angus |
2013-03-19 | Fix USE_FREETYPE breakage | Tim Angus |
2013-03-19 | Move renderers a bit closer together | Tim Angus |
2013-03-19 | Always reset vertex attrib pointers with animated meshes. | SmileTheory |
2013-03-19 | Fix size reserved for IQM jointMats (allocated more than used) | Zack Middleton |
2013-03-19 | Fix origin returned by IQM's LerpTag | Zack Middleton |
2013-03-19 | Fix clampmapped images being always treated as sRGB. | SmileTheory |
2013-03-19 | Fix RAVENMD4 warnings in OpenGL2 | Zack Middleton |
2013-03-19 | Some minor cleanup. | SmileTheory |
2013-03-19 | Simplify RE_StretchRaw() with RE_UploadCinematic() and RB_InstantQuad2(). | SmileTheory |
2013-03-19 | Oops, fix typo. | SmileTheory |
2013-03-19 | Simplify previous patch. | SmileTheory |
2013-03-19 | Calculate viewport and screen texture coordinates correctly for sun shadows. ... | SmileTheory |
2013-03-19 | Move noise function declations to tr_common.h | Zack Middleton |
2013-02-16 | Update copyright notices | Tim Angus |
2013-02-16 | Remove a few name tags | Tim Angus |
2013-02-16 | Add renderercommon/tr_common.h | Tim Angus |
2013-02-16 | Move some things into renderercommon | Tim Angus |
2013-02-16 | 5097 - Menu corrupted on start (on IRIX) | Zack Middleton |
2013-02-16 | renderer -> renderergl1, rend2 -> renderergl2 | Tim Angus |