2005-08-24 |
havoc | nothing to see here, move along... |
blob | commitdiff | raw |
2005-06-20 |
havoc | changed most Sys_Error calls to Con_Printf with appropr... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
havoc | gl_texture_anisotropy now only affects TEXF_MIPMAP... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
havoc | texture images now take on the TEXF_FORCENEAREST and... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
havoc | consolidated many mempools to make memlist more readabl... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
havoc | improved r_texturestats output (now gives a total for... |
blob | commitdiff | raw | diff to current |
2004-12-18 |
havoc | added Bloom effect (r_bloom* cvars) |
blob | commitdiff | raw | diff to current |
2004-08-25 |
havoc | Mem_AllocPool flags and parent parameters added, now... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
tomaz | Made gl_picmip affect only maps, models, and sprites... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
molivier | Fixed a warning when compiling with GCC (missing type) |
blob | commitdiff | raw | diff to current |
2004-07-17 |
tomaz | made gl_texture_anisotropy take effect immediately... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
havoc | Tomaz renamed r_picmip to gl_picmip, r_max_size to... |
blob | commitdiff | raw | diff to current |
2004-05-12 |
havoc | Tomaz's patch to ask the driver for a gl_texture_anisot... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
havoc | fixed gl_paranoid warnings caused by gl_texture_anisotr... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
havoc | added Print versions of Printf functions and made all... |
blob | commitdiff | raw | diff to current |
2004-03-01 |
havoc | fixed cubemap upload scaling crash (was using power... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
havoc | gl_texturemode should not affect TEXF_FORCENEAREST... |
blob | commitdiff | raw | diff to current |
2003-09-19 |
havoc | Tomaz's awesome new GeForce3 water effect, thanks! |
blob | commitdiff | raw | diff to current |
2003-07-13 |
havoc | GL_EXT_texture_filter_anisotropic support (thanks zinx!) |
blob | commitdiff | raw | diff to current |
2003-07-01 |
havoc | redesigned how the renderer handles much of it's state... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
havoc | added gl_mesh_batching (default on) which merges severa... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
molivier | Added support for JPEG screenshots. You can toggle... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
havoc | This is a patch from Elric greatly cleaning up the... |
blob | commitdiff | raw | diff to current |
2003-03-12 |
havoc | fix for 16bit textures looking awful (bug in the alpha... |
blob | commitdiff | raw | diff to current |
2003-03-07 |
havoc | added TEXF_FORCENEAREST and TEXF_FORCELINEAR flags |
blob | commitdiff | raw | diff to current |
2003-02-27 |
havoc | changed TEXF_CLAMP to use GL_CLAMP_TO_EDGE (GL_EXT_text... |
blob | commitdiff | raw | diff to current |
2002-12-24 |
havoc | detect bogus texture upload attempts and print the... |
blob | commitdiff | raw | diff to current |
2002-11-08 |
havoc | Elric's changes: |
blob | commitdiff | raw | diff to current |
2002-10-30 |
havoc | fixed all the signed/unsigned mismatch warnings |
blob | commitdiff | raw | diff to current |
2002-10-19 |
molivier | Added a test when freeing textures (glt->image can... |
blob | commitdiff | raw | diff to current |
2002-10-16 |
havoc | fixed some dynamic lighting bugs related to glowing... |
blob | commitdiff | raw | diff to current |
2002-10-14 |
havoc | R_LoadTexture functions take a palette pointer now |
blob | commitdiff | raw | diff to current |
2002-10-13 |
havoc | added TEXF_CLAMP flag for textures |
blob | commitdiff | raw | diff to current |
2002-10-06 |
havoc | fix fragment texture image creation so it has depth 1 |
blob | commitdiff | raw | diff to current |
2002-10-06 |
havoc | 3D attenuation texture works now |
blob | commitdiff | raw | diff to current |
2002-10-04 |
havoc | forgot to add prototypes for new texture functions... |
blob | commitdiff | raw | diff to current |
2002-10-04 |
havoc | 1D, 3D, and cubemap textures are now supported (in... |
blob | commitdiff | raw | diff to current |
2002-09-12 |
havoc | manually inlined GL_LockArray and GL_UnlockArray in... |
blob | commitdiff | raw | diff to current |
2002-09-01 |
havoc | don't allocate resizebuffer for an R_Upload that doesn... |
blob | commitdiff | raw | diff to current |
2002-09-01 |
havoc | free texture processing buffers each frame so they... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
havoc | R_GetTexture is now named R_RealGetTexture, R_GetTextur... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
havoc | removed procedural texture support because it was ineff... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | fragment images made for fragment textures will now... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
havoc | .dpv video playback is now implemented. Slow though... |
blob | commitdiff | raw | diff to current |
2002-06-02 |
knghtbrd | A minor removal of a few pieces of dead code. Nothing... |
blob | commitdiff | raw | diff to current |
2002-05-16 |
lordhavoc | use qglDeleteTextures, not glDeleteTextures |
blob | commitdiff | raw | diff to current |
2002-05-15 |
lordhavoc | change a lot of calls from gl to qgl |
blob | commitdiff | raw | diff to current |
2002-05-04 |
lordhavoc | mostly dynamic GL binding (more needs to be done, but... |
blob | commitdiff | raw | diff to current |
2002-04-30 |
lordhavoc | more cleaning - glTexParameterf replaced with glTexPara... |
blob | commitdiff | raw | diff to current |
2002-03-12 |
lordhavoc | added cl_particles_blood_size_min, cl_particles_blood_s... |
blob | commitdiff | raw | diff to current |
2002-02-27 |
lordhavoc | renamed byte to qbyte throughout engine to eliminate... |
blob | commitdiff | raw | diff to current |
2002-02-24 |
lordhavoc | improved internal texture management error messages |
blob | commitdiff | raw | diff to current |
2002-02-18 |
lordhavoc | fixed dedicated erroring on startup |
blob | commitdiff | raw | diff to current |
2002-01-31 |
lordhavoc | got rid of buildnumber.c and buildnum program, now... |
blob | commitdiff | raw | diff to current |
2002-01-28 |
lordhavoc | replaced a bunch of one-line 3-statement while loops... |
blob | commitdiff | raw | diff to current |
2002-01-26 |
lordhavoc | renamed R_GetFragmentLocation to R_FragmentLocation |
blob | commitdiff | raw | diff to current |
2002-01-25 |
lordhavoc | added cl_screen.c/h (eventually most 2D stuff should... |
blob | commitdiff | raw | diff to current |
2002-01-22 |
lordhavoc | moved CHECKGLERROR to detect errors *after* rather... |
blob | commitdiff | raw | diff to current |
2002-01-22 |
lordhavoc | fake answers for R_GetFragmentLocation when running... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | fix for missing (byte *) cast, and fix for WIN32 functi... |
blob | commitdiff | raw | diff to current |
2002-01-16 |
lordhavoc | rewrote memory system entirely (hunk, cache, and zone... |
blob | commitdiff | raw | diff to current |
2001-10-30 |
lordhavoc | added R_TextureHasAlpha function to check if a loaded... |
blob | commitdiff | raw | diff to current |
2001-10-29 |
lordhavoc | changing all isDedicated references to cls.state =... |
blob | commitdiff | raw | diff to current |
2001-10-26 |
lordhavoc | added CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
lordhavoc | Major update, been neglecting CVS for some time... |
blob | commitdiff | raw | diff to current |
2001-05-30 |
lordhavoc | added TEXF_ALWAYSPRECACHE |
blob | commitdiff | raw | diff to current |
2001-05-27 |
lordhavoc | cleaned up nearly all of the externs in .c files (moved... |
blob | commitdiff | raw | diff to current |
2001-04-23 |
lordhavoc | oops, two loop counting bugs, fixed |
blob | commitdiff | raw | diff to current |
2001-04-23 |
lordhavoc | added back support for textures smaller than 4 pixels... |
blob | commitdiff | raw | diff to current |
2001-04-20 |
lordhavoc | added newmap function to render modules (so explosions... |
blob | commitdiff | raw | diff to current |
2001-04-06 |
lordhavoc | optimized AngleVectors calls (pass NULL for vectors... |
blob | commitdiff | raw | diff to current |
2001-02-23 |
lordhavoc | improved TraceLine in chase.c to be more generally... |
blob | commitdiff | raw | diff to current |
2001-02-06 |
lordhavoc | better version reports (always mention build number) |
blob | commitdiff | raw | diff to current |
2001-01-29 |
lordhavoc | got rid of Hunk_Alloc, all allocations now have a prope... |
blob | commitdiff | raw | diff to current |
2001-01-29 |
lordhavoc | every malloc/calloc/free converted to qmalloc/qfree... |
blob | commitdiff | raw | diff to current |
2000-12-09 |
lordhavoc | bmodel rotation physics now work |
blob | commitdiff | raw | diff to current |
2000-11-21 |
lordhavoc | fixed duplicate application of gamma correction |
blob | commitdiff | raw | diff to current |
2000-11-18 |
lordhavoc | implemented r_render and r_upload cvar options for... |
blob | commitdiff | raw | diff to current |
2000-11-17 |
lordhavoc | updated to version 1.50, build 75. |
blob | commitdiff | raw | diff to current |
|