]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - gl_textures.c
Leaktest: store longer allocation origins.
[xonotic/darkplaces.git] / gl_textures.c
2015-03-02 divverentArgh. Fix my last fix :( changed the wrong field to...
2015-03-02 divverentFix texture type of renderbuffers (was random crap...
2015-03-02 divverentArgh. Fix my last fix :( changed the wrong field to...
2015-03-01 divverentFix texture type of renderbuffers (was random crap...
2014-12-29 eihrulgltexture_t->glisdepthstencil fix
2014-12-09 eihrulgltexture_t->glisdepthstencil fix
2014-06-04 havocFixed a large number of WIN64 type conversion warnings.
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2013-07-22 havocSteel Storm additions for mobile (EluanCM)
2013-07-17 havocSteel Storm additions for mobile (EluanCM)
2013-04-19 havocfix a severe texture corruption and crash case when...
2013-04-17 havocfix a severe texture corruption and crash case when...
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-03-09 havocpatch from Klaus Silveira cleaning up several inefficie...
2012-02-20 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-18 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-01-31 divverentfix a compile error; don't reallocate if target is...
2012-01-31 divverentfix a compile error; don't reallocate if target is...
2012-01-30 divverentproperly handle !vid.support.arb_texture_non_power_of_t...
2012-01-30 divverentproperly handle !vid.support.arb_texture_non_power_of_t...
2012-01-26 divverentfix avgcolor calculation when loading dds
2012-01-26 divverentfix avgcolor calculation when loading dds
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-10 vortexDDS with DXT1a: was not correctly detected if r_texture...
2011-11-09 vortexDDS with DXT1a: was not correctly detected if r_texture...
2011-11-02 havocsupport GL_ARB_framebuffer_object, with GL_EXT_framebuf...
2011-11-01 havocfix compile errors and warnings in MSVC
2011-10-31 havocadded R_LoadTextureRenderbuffer for creating renderbuff...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-31 havocadded support for GL_EXT_packed_depth_stencil, this...
2011-10-23 divverentfix image loading sRGB conversion
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-22 divverentfix image loading sRGB conversion
2011-10-21 divverentfix parts of the sRGB emulation
2011-10-21 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-20 divverentfix parts of the sRGB emulation
2011-10-20 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-01 havocsound mixer now operates on floating point, has on...
2011-09-26 divverentDDS: properly count miplevels for 1x1 textures too...
2011-09-26 divverentDDS: properly count miplevels for 1x1 textures too...
2011-09-15 havocsound mixer now operates on floating point, has on...
2011-09-11 havocfix a C++ error introduced when ddspixels was used...
2011-09-11 divverentDDS support: convert DXT3/DXT5 to DXT1 when requesting...
2011-09-06 havocfix a C++ error introduced when ddspixels was used...
2011-09-06 divverentDDS support: convert DXT3/DXT5 to DXT1 when requesting...
2011-09-03 divverentdisable offsetmapping where TEXF_ALPHA is not set and...
2011-09-03 divverentdisable offsetmapping where TEXF_ALPHA is not set and...
2011-08-14 havocfix a pile of issues with calling conventions on GLES2...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-23 divverentfix two errors in DDS format as written by DP
2011-07-16 divverentfix two errors in DDS format as written by DP
2011-06-21 havocchange default r_texture_dds_load_logfailure to 0 as...
2011-06-19 havocchange default r_texture_dds_load_logfailure to 0 as...
2011-05-23 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-20 vortexAdded "loadcubemap" builtin to allow preload cubemaps...
2011-05-04 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 havocgl_texturecompression is no longer required for TEXF_CO...
2011-04-19 havocadded RENDERPATH_GLES1
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-04-10 havocdon't use GL_RGBA internalformat on opaque textures...
2011-04-09 havocdon't use GL_RGBA internalformat on opaque textures...
2011-04-03 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-04-01 havocupload NULL textures as NULL textures, rather than...
2011-04-01 havocupload NULL textures as NULL textures, rather than...
2011-03-31 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-09 havocfixed bug with toggling r_shadow_bouncegrid where the...
2011-03-07 havocfixed bug with toggling r_shadow_bouncegrid where the...
2011-03-07 Rudolf Polzer::stable-branch::reset=c0b5a9d4a829afdee87b9ef5fc508dff...
2011-02-26 havocfix a crash with non-power-of-two particle textures
2011-02-23 havocadded r_shadow_bouncegrid cvar, this feature does realt...
2011-02-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-08 havocDPiOS almost works now...
2011-02-07 havocadded RENDERPATH_GLES2
2011-01-31 havocdefault gl_nopartialtextureupdates to 0 because it...
2011-01-29 divverentSquashed commit of the following:
2011-01-26 havocchange DPSOFTRAST default texture filter to linear...
2011-01-23 havocfix several conversion warnings
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-14 divverentmake it possible to turn off missing DDS file logging
2011-01-14 divverentmake it possible to turn off missing DDS file logging
2010-12-26 divverentavgcolor calculation: also calculate alpha for DXT3
2010-12-26 divverentavgcolor calculation: also calculate alpha for DXT3
2010-12-25 divverentfix a C++ error
2010-12-25 divverentfix a C++ error
2010-12-25 divverentfix avgcolor calculation with fake S3TC decoding
2010-12-25 divverentfix avgcolor calculation with fake S3TC decoding
2010-12-25 divverentadd a trivial quarter-res S3TC decoder to DDS loading
2010-12-25 divverentadd a trivial quarter-res S3TC decoder to DDS loading
2010-12-16 divverentcare for the premultiplied-alpha flag when handling...
2010-12-15 divverentcare for the premultiplied-alpha flag when handling...
2010-11-21 havocfix D3D9 build
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
next