]> icculus.org git repositories - divverent/darkplaces.git/history - gl_textures.c
Woops - use -1 to mark dirty textures!
[divverent/darkplaces.git] / gl_textures.c
2007-11-27 blackWoops - use -1 to mark dirty textures!
2007-11-27 blackRework cl_video to use dyntextures.
2007-11-26 havocadded support for TEXTYPE_BGRA (GL_BGRA format), this...
2007-11-26 havocremoved support for TEXTYPE_RGB
2007-11-22 blackAdd support for dynamic textures to the low-level textu...
2007-11-21 havocfix some warnings
2007-08-24 havocchanged reporting of compressed RGB textures to use...
2007-08-23 havocimproved r_texturestats output to count compressed...
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-04-24 havocexpanded texture name buffer so that names don't get...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2006-12-19 havocsupport for GL_ARB_texture_non_power_of_two extension...
2006-08-03 havocfix memory alignment issue when saving odd-width screen...
2006-04-26 havocadded a lot more CHECKGLERROR macro calls, to identify...
2006-03-21 havocfix a crash that could occur if resizing the resize...
2006-03-21 havocremoved detection of GL_NV_texture_shader extension...
2006-03-21 havocremoved TEXF_FRAGMENT support from texture manager...
2006-03-21 havocmodified Q1BSP loader to generate lightmap fragments...
2006-02-01 havocadded description string to all cvars and commands
2006-01-15 havocadded png support patch from [515] (had to rewrite...
2005-11-17 havocmade gl_max_size cvar only affect TEXF_PICMIP textures...
2005-11-07 havocremoved \n from all Host_Error, Sys_Error, PRVM_ERROR...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-21 havocgave names to nearly all structs and enums which should...
2005-10-21 havocmade darkplaces compile successfully with g++ to test...
2005-10-20 havocgcc 4.0 signedness warning fixes and uninitialized...
2005-08-24 havocnothing to see here, move along...
2005-06-20 havocchanged most Sys_Error calls to Con_Printf with appropr...
2005-04-17 havocgl_texture_anisotropy now only affects TEXF_MIPMAP...
2005-04-17 havoctexture images now take on the TEXF_FORCENEAREST and...
2005-04-05 havocconsolidated many mempools to make memlist more readabl...
2005-03-02 havocimproved r_texturestats output (now gives a total for...
2004-12-18 havocadded Bloom effect (r_bloom* cvars)
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-22 tomazMade gl_picmip affect only maps, models, and sprites...
2004-07-21 molivierFixed a warning when compiling with GCC (missing type)
2004-07-17 tomazmade gl_texture_anisotropy take effect immediately...
2004-05-26 havocTomaz renamed r_picmip to gl_picmip, r_max_size to...
2004-05-12 havocTomaz's patch to ask the driver for a gl_texture_anisot...
2004-03-13 havocfixed gl_paranoid warnings caused by gl_texture_anisotr...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-03-01 havocfixed cubemap upload scaling crash (was using power...
2004-02-06 havocgl_texturemode should not affect TEXF_FORCENEAREST...
2003-09-19 havocTomaz's awesome new GeForce3 water effect, thanks!
2003-07-13 havocGL_EXT_texture_filter_anisotropic support (thanks zinx!)
2003-07-01 havocredesigned how the renderer handles much of it's state...
2003-05-23 havocadded gl_mesh_batching (default on) which merges severa...
2003-04-03 molivierAdded support for JPEG screenshots. You can toggle...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-12 havocfix for 16bit textures looking awful (bug in the alpha...
2003-03-07 havocadded TEXF_FORCENEAREST and TEXF_FORCELINEAR flags
2003-02-27 havocchanged TEXF_CLAMP to use GL_CLAMP_TO_EDGE (GL_EXT_text...
2002-12-24 havocdetect bogus texture upload attempts and print the...
2002-11-08 havocElric's changes:
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-10-19 molivierAdded a test when freeing textures (glt->image can...
2002-10-16 havocfixed some dynamic lighting bugs related to glowing...
2002-10-14 havocR_LoadTexture functions take a palette pointer now
2002-10-13 havocadded TEXF_CLAMP flag for textures
2002-10-06 havocfix fragment texture image creation so it has depth 1
2002-10-06 havoc3D attenuation texture works now
2002-10-04 havocforgot to add prototypes for new texture functions...
2002-10-04 havoc1D, 3D, and cubemap textures are now supported (in...
2002-09-12 havocmanually inlined GL_LockArray and GL_UnlockArray in...
2002-09-01 havocdon't allocate resizebuffer for an R_Upload that doesn...
2002-09-01 havocfree texture processing buffers each frame so they...
2002-08-05 havocR_GetTexture is now named R_RealGetTexture, R_GetTextur...
2002-08-05 havocremoved procedural texture support because it was ineff...
2002-07-25 havocfragment images made for fragment textures will now...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
2002-06-02 knghtbrdA minor removal of a few pieces of dead code. Nothing...
2002-05-16 lordhavocuse qglDeleteTextures, not glDeleteTextures
2002-05-15 lordhavocchange a lot of calls from gl to qgl
2002-05-04 lordhavocmostly dynamic GL binding (more needs to be done, but...
2002-04-30 lordhavocmore cleaning - glTexParameterf replaced with glTexPara...
2002-03-12 lordhavocadded cl_particles_blood_size_min, cl_particles_blood_s...
2002-02-27 lordhavocrenamed byte to qbyte throughout engine to eliminate...
2002-02-24 lordhavocimproved internal texture management error messages
2002-02-18 lordhavocfixed dedicated erroring on startup
2002-01-31 lordhavocgot rid of buildnumber.c and buildnum program, now...
2002-01-28 lordhavocreplaced a bunch of one-line 3-statement while loops...
2002-01-26 lordhavocrenamed R_GetFragmentLocation to R_FragmentLocation
2002-01-25 lordhavocadded cl_screen.c/h (eventually most 2D stuff should...
2002-01-22 lordhavocmoved CHECKGLERROR to detect errors *after* rather...
2002-01-22 lordhavocfake answers for R_GetFragmentLocation when running...
2002-01-16 lordhavocfix for missing (byte *) cast, and fix for WIN32 functi...
2002-01-16 lordhavocrewrote memory system entirely (hunk, cache, and zone...
2001-10-30 lordhavocadded R_TextureHasAlpha function to check if a loaded...
2001-10-29 lordhavocchanging all isDedicated references to cls.state =...
2001-10-26 lordhavocadded CVAR_SAVE and CVAR_NOTIFY flags to cvar_t structu...
2001-10-15 lordhavocMajor update, been neglecting CVS for some time...
2001-05-30 lordhavocadded TEXF_ALWAYSPRECACHE
2001-05-27 lordhavoccleaned up nearly all of the externs in .c files (moved...
2001-04-23 lordhavocoops, two loop counting bugs, fixed
2001-04-23 lordhavocadded back support for textures smaller than 4 pixels...
2001-04-20 lordhavocadded newmap function to render modules (so explosions...
2001-04-06 lordhavocoptimized AngleVectors calls (pass NULL for vectors...
2001-02-23 lordhavocimproved TraceLine in chase.c to be more generally...
2001-02-06 lordhavocbetter version reports (always mention build number)
2001-01-29 lordhavocgot rid of Hunk_Alloc, all allocations now have a prope...
next