2010-07-14 |
havoc | fix a mingw warning |
blob | commitdiff | raw |
2010-07-03 |
havoc | implemented Direct3D9 renderer (off by default), not... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | created new MSVC2008 project files and solution from... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | add DeviceLost and DeviceRestored functions to R_Module... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
havoc | fix a bunch of warnings if compiling darkplaces as... |
blob | commitdiff | raw | diff to current |
2010-06-21 |
divverent | DDS picmip support (similar to JPEG one) |
blob | commitdiff | raw | diff to current |
2010-06-21 |
divverent | jpeg: perform picmip levels 1, 2, 3 accelerated by... |
blob | commitdiff | raw | diff to current |
2010-06-15 |
divverent | new cvars: |
blob | commitdiff | raw | diff to current |
2010-05-08 |
divverent | WritePicture: also support png input images :P |
blob | commitdiff | raw | diff to current |
2010-02-25 |
eihrul | fix signed vs. unsigned comparison warning in GL_Textur... |
blob | commitdiff | raw | diff to current |
2010-02-18 |
divverent | new argument "force" to gl_texturemode for more augenkr... |
blob | commitdiff | raw | diff to current |
2010-01-31 |
havoc | fix a bunch of warnings |
blob | commitdiff | raw | diff to current |
2010-01-27 |
havoc | implemented fake reflection cubemaps... requires that... |
blob | commitdiff | raw | diff to current |
2010-01-09 |
havoc | log dds texture load failures (only happens with r_text... |
blob | commitdiff | raw | diff to current |
2010-01-08 |
havoc | texture management now uses a memexpandablearray_t... |
blob | commitdiff | raw | diff to current |
2010-01-08 |
havoc | reorganize textypeinfo_t |
blob | commitdiff | raw | diff to current |
2010-01-07 |
havoc | fix TEXTYPE_COLORBUFFER |
blob | commitdiff | raw | diff to current |
2010-01-07 |
havoc | no longer uses rectangle textures for deferred renderin... |
blob | commitdiff | raw | diff to current |
2009-12-31 |
divverent | notice the input data has no useful data on the alpha... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
havoc | do not set hasalphaflag on dds images that have alpha... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | handle integer overflow when DDS loading |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | fix the overflow checks :( |
blob | commitdiff | raw | diff to current |
2009-12-30 |
divverent | DDS: handle file size errors |
blob | commitdiff | raw | diff to current |
2009-12-30 |
havoc | implemented support for caching compressed textures... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
havoc | removed TEXF_MANUALFLUSHUPDATES flag, now bufferpixels... |
blob | commitdiff | raw | diff to current |
2009-12-28 |
havoc | exposed two more fields in rtexture_t, now texnum is... |
blob | commitdiff | raw | diff to current |
2009-12-23 |
blub | Adding FreeType2 and UTF-8 Support. |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | removed r_precachetextures cvar |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | change how compression hint check works |
blob | commitdiff | raw | diff to current |
2009-12-21 |
havoc | added gl_nopartialtextureupdates cvar which disables... |
blob | commitdiff | raw | diff to current |
2009-12-16 |
havoc | fix a bug where gl_max_lightmapsize cvar was not regist... |
blob | commitdiff | raw | diff to current |
2009-12-08 |
havoc | added gl_max_lightmapsize |
blob | commitdiff | raw | diff to current |
2009-12-08 |
havoc | converted all code using gl_support_* variables to... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
havoc | R_UpdateTexture no longer calls R_RealGetTexture, and... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
havoc | mdl skin loading is now more memory-efficient (now... |
blob | commitdiff | raw | diff to current |
2009-11-29 |
havoc | removed 1D texture management code, not used by anything |
blob | commitdiff | raw | diff to current |
2009-11-13 |
havoc | avoid a memory allocation on each directly uploaded... |
blob | commitdiff | raw | diff to current |
2009-10-02 |
eihrul | added cvar r_shadow_shadowmapping_precision to control... |
blob | commitdiff | raw | diff to current |
2009-10-01 |
eihrul | better VSDCT transform |
blob | commitdiff | raw | diff to current |
2009-10-01 |
eihrul | automagically select best shadowmapping filter mode... |
blob | commitdiff | raw | diff to current |
2009-10-01 |
eihrul | depth texture mode fixes |
blob | commitdiff | raw | diff to current |
2009-09-30 |
eihrul | shadowmap projection fixes |
blob | commitdiff | raw | diff to current |
2009-09-30 |
eihrul | disable compare mode on shadowmapcube when not using... |
blob | commitdiff | raw | diff to current |
2009-09-30 |
eihrul | restoring scaffolding for cubemap and 2D shadowmaps |
blob | commitdiff | raw | diff to current |
2009-09-30 |
eihrul | added indirection cube map for shadowmapping and revise... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
havoc | fix two bugs related to textype_t pointed out by Lee... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
havoc | reduced shadowmaps from 32bit to 24bit depth format |
blob | commitdiff | raw | diff to current |
2009-09-22 |
havoc | implemented omnidirectional shadowmapping using depth... |
blob | commitdiff | raw | diff to current |
2009-07-08 |
havoc | fixed several warnings that appear with -std=gnu99... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
divverent | remove accidentally committed debug code again :( |
blob | commitdiff | raw | diff to current |
2009-04-14 |
divverent | fix r_picmipworld option |
blob | commitdiff | raw | diff to current |
2009-02-27 |
divverent | improve keepalive handling (also send keepalives during... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
havoc | check GLTEXF_UPLOAD flag before deleting a texnum that... |
blob | commitdiff | raw | diff to current |
2008-10-23 |
havoc | changed default texnum value from -1 to 0 in rtexture_t... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
havoc | don't pass a texnum of -1 to glDeleteTextures during... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
havoc | changed default values for gl_texturecompression_2d... |
blob | commitdiff | raw | diff to current |
2008-02-29 |
havoc | default gl_texturecompression_q3bspdeluxemaps to 0 |
blob | commitdiff | raw | diff to current |
2008-02-23 |
black | Revert revisions 7946 and 7767. R_Upload now doesn... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
res | Fix runaway mipmap upload when NULL texture data was... |
blob | commitdiff | raw | diff to current |
2007-12-12 |
res | Gecko resizing support |
blob | commitdiff | raw | diff to current |
2007-12-06 |
res | Changed R_Upload() to not allocate memory for a texture... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
black | Add TEXF_PERSISTENT and R_PurgeTexture which only frees... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
sajt | fix warning |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | changed texture formats from RGBA to BGRA, yes this... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
havoc | fix warnings |
blob | commitdiff | raw | diff to current |
2007-11-27 |
black | Woops - use -1 to mark dirty textures! |
blob | commitdiff | raw | diff to current |
2007-11-27 |
black | Rework cl_video to use dyntextures. |
blob | commitdiff | raw | diff to current |
2007-11-26 |
havoc | added support for TEXTYPE_BGRA (GL_BGRA format), this... |
blob | commitdiff | raw | diff to current |
2007-11-26 |
havoc | removed support for TEXTYPE_RGB |
blob | commitdiff | raw | diff to current |
2007-11-22 |
black | Add support for dynamic textures to the low-level textu... |
blob | commitdiff | raw | diff to current |
2007-11-21 |
havoc | fix some warnings |
blob | commitdiff | raw | diff to current |
2007-08-24 |
havoc | changed reporting of compressed RGB textures to use... |
blob | commitdiff | raw | diff to current |
2007-08-23 |
havoc | improved r_texturestats output to count compressed... |
blob | commitdiff | raw | diff to current |
2007-08-23 |
havoc | implemented support for GL_ARB_texture_compression... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
havoc | expanded texture name buffer so that names don't get... |
blob | commitdiff | raw | diff to current |
2007-01-14 |
havoc | patch from div0 that enables printf format warnings... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
havoc | support for GL_ARB_texture_non_power_of_two extension... |
blob | commitdiff | raw | diff to current |
2006-08-03 |
havoc | fix memory alignment issue when saving odd-width screen... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
havoc | added a lot more CHECKGLERROR macro calls, to identify... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | fix a crash that could occur if resizing the resize... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | removed detection of GL_NV_texture_shader extension... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | removed TEXF_FRAGMENT support from texture manager... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
havoc | modified Q1BSP loader to generate lightmap fragments... |
blob | commitdiff | raw | diff to current |
2006-02-01 |
havoc | added description string to all cvars and commands |
blob | commitdiff | raw | diff to current |
2006-01-15 |
havoc | added png support patch from [515] (had to rewrite... |
blob | commitdiff | raw | diff to current |
2005-11-17 |
havoc | made gl_max_size cvar only affect TEXF_PICMIP textures... |
blob | commitdiff | raw | diff to current |
2005-11-07 |
havoc | removed \n from all Host_Error, Sys_Error, PRVM_ERROR... |
blob | commitdiff | raw | diff to current |
2005-11-05 |
havoc | eliminated qbyte type, now uses unsigned char throughou... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | gave names to nearly all structs and enums which should... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
havoc | made darkplaces compile successfully with g++ to test... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
havoc | gcc 4.0 signedness warning fixes and uninitialized... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
havoc | nothing to see here, move along... |
blob | commitdiff | raw | diff to current |
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 |
next |