]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - gl_textures.c
simplify it, and make it a bit nicer to the GPU
[xonotic/darkplaces.git] / gl_textures.c
2010-11-21 havocfix D3D9 build
2010-11-20 Rudolf Polzer::stable-branch::reset=2b2ce6d4f94d18b45451c9e648c1c0bb...
2010-11-19 havocallow loading DXT2 and DXT4 dds files
2010-11-19 havocparticle rendering now uses premultiplied alpha (texture is
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 havoc havoc@d7cf86... UNMERGE
2010-09-24 Rudolf PolzerReset the stable branch to the current DP trunk, as...
2010-09-17 havocremove r_shadow_texturetype cvar (now always uses 2D...
2010-09-16 havocchange D3D9 implementation of TEXTYPE_SHADOWMAP texture...
2010-09-16 havocrestructure the previous fix so it actually does something
2010-09-16 havocon D3D9 renderer do not allow textures to be uploaded...
2010-08-24 havocchange R_Upload error from Host_error to Sys_Error...
2010-08-23 havocsplit and overhauled R_Upload into two functions:
2010-08-22 havocchange R_Upload error from Host_error to Sys_Error...
2010-08-20 divverentcheck the proper texture compression extension for...
2010-08-19 havocfix almost all g++ -pedantic warnings
2010-08-19 divverentcheck the proper texture compression extension for...
2010-08-10 divverentactually look into DXT1 pixel data to check if it has...
2010-08-10 divverentuse the DDPF_ALPHAPIXELS flag for DDS reading, at least...
2010-08-09 divverentactually look into DXT1 pixel data to check if it has...
2010-08-06 divverentuse the DDPF_ALPHAPIXELS flag for DDS reading, at least...
2010-08-06 divverentcvar: r_texture_dds_load_dxt1_noalpha; if set, DXT1...
2010-08-06 divverentcvar: r_texture_dds_load_dxt1_noalpha; if set, DXT1...
2010-08-06 divverentmake sure the return value of R_PicmipForFlags can...
2010-08-06 divverentmake sure the return value of R_PicmipForFlags can...
2010-07-21 divverentfix ~TEXF_PICMIP in DDS loading, and fix TEXF_ALPHA...
2010-07-16 divverentfix ~TEXF_PICMIP in DDS loading, and fix TEXF_ALPHA...
2010-07-14 havocfix a mingw warning
2010-07-03 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 havoccreated new MSVC2008 project files and solution from...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-06-22 divverentDDS picmip support (similar to JPEG one)
2010-06-22 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-21 divverentDDS picmip support (similar to JPEG one)
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-17 divverentnew cvars:
2010-06-15 divverentnew cvars:
2010-05-09 divverentWritePicture: also support png input images :P
2010-05-08 divverentWritePicture: also support png input images :P
2010-02-26 eihrulfix signed vs. unsigned comparison warning in GL_Textur...
2010-02-25 eihrulfix signed vs. unsigned comparison warning in GL_Textur...
2010-02-22 divverentnew argument "force" to gl_texturemode for more augenkr...
2010-02-18 divverentnew argument "force" to gl_texturemode for more augenkr...
2010-02-01 havocfix a bunch of warnings
2010-02-01 havocimplemented fake reflection cubemaps... requires that...
2010-01-31 havocfix a bunch of warnings
2010-01-27 havocimplemented fake reflection cubemaps... requires that...
2010-01-09 havoclog dds texture load failures (only happens with r_text...
2010-01-09 havoclog dds texture load failures (only happens with r_text...
2010-01-08 havoctexture management now uses a memexpandablearray_t...
2010-01-08 havoctexture management now uses a memexpandablearray_t...
2010-01-08 havocreorganize textypeinfo_t
2010-01-08 havocreorganize textypeinfo_t
2010-01-07 havocfix TEXTYPE_COLORBUFFER
2010-01-07 havocno longer uses rectangle textures for deferred renderin...
2010-01-07 havocfix TEXTYPE_COLORBUFFER
2010-01-07 havocno longer uses rectangle textures for deferred renderin...
2009-12-31 divverentnotice the input data has no useful data on the alpha...
2009-12-30 havocdo not set hasalphaflag on dds images that have alpha...
2009-12-30 divverenthandle integer overflow when DDS loading
2009-12-30 divverentfix the overflow checks :(
2009-12-30 divverentDDS: handle file size errors
2009-12-30 havocimplemented support for caching compressed textures...
2009-12-28 havocremoved TEXF_MANUALFLUSHUPDATES flag, now bufferpixels...
2009-12-28 havocexposed two more fields in rtexture_t, now texnum is...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocchange how compression hint check works
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-16 havocfix a bug where gl_max_lightmapsize cvar was not regist...
2009-12-08 havocadded gl_max_lightmapsize
2009-12-08 havocconverted all code using gl_support_* variables to...
2009-12-07 havocR_UpdateTexture no longer calls R_RealGetTexture, and...
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-11-29 havocremoved 1D texture management code, not used by anything
2009-11-13 havocavoid a memory allocation on each directly uploaded...
2009-10-02 eihruladded cvar r_shadow_shadowmapping_precision to control...
2009-10-01 eihrulbetter VSDCT transform
2009-10-01 eihrulautomagically select best shadowmapping filter mode...
2009-10-01 eihruldepth texture mode fixes
2009-09-30 eihrulshadowmap projection fixes
2009-09-30 eihruldisable compare mode on shadowmapcube when not using...
2009-09-30 eihrulrestoring scaffolding for cubemap and 2D shadowmaps
2009-09-30 eihruladded indirection cube map for shadowmapping and revise...
2009-09-28 havocfix two bugs related to textype_t pointed out by Lee...
2009-09-23 havocreduced shadowmaps from 32bit to 24bit depth format
2009-09-22 havocimplemented omnidirectional shadowmapping using depth...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-04-14 divverentremove accidentally committed debug code again :(
2009-04-14 divverentfix r_picmipworld option
next