2018-04-20 |
havoc | Remove all render paths except GL20/GLES2. This means... |
blob | commitdiff | raw |
2018-04-12 |
havoc | Fix a bug where R_GetTexture could return 0 rather... |
blob | commitdiff | raw | diff to current |
2018-04-11 |
havoc | Added Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo... |
blob | commitdiff | raw | diff to current |
2018-04-10 |
havoc | Don't bother setting anisotropy on textures twice durin... |
blob | commitdiff | raw | diff to current |
2016-11-28 |
havoc | Remove redundant call to R_MakeResizeBufferBigger,... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Don't allocate resize buffer for texture upload if... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Rollback last change which was meant to be many smaller... |
blob | commitdiff | raw | diff to current |
2016-11-27 |
havoc | Added developer_memorylargerthanmb cvar which dprints... |
blob | commitdiff | raw | diff to current |
2016-08-28 |
havoc | Fix a typo in a field name. |
blob | commitdiff | raw | diff to current |
2016-08-28 |
havoc | Added r_shadow_bouncegrid_lightpathsize which is an... |
blob | commitdiff | raw | diff to current |
2015-03-02 |
divverent | Argh. Fix my last fix :( changed the wrong field to... |
blob | commitdiff | raw | diff to current |
2015-03-01 |
divverent | Fix texture type of renderbuffers (was random crap... |
blob | commitdiff | raw | diff to current |
2014-12-09 |
eihrul | gltexture_t->glisdepthstencil fix |
blob | commitdiff | raw | diff to current |
2014-05-29 |
havoc | Fixed a large number of WIN64 type conversion warnings. |
blob | commitdiff | raw | diff to current |
2013-07-17 |
havoc | Steel Storm additions for mobile (EluanCM) |
blob | commitdiff | raw | diff to current |
2013-04-17 |
havoc | fix a severe texture corruption and crash case when... |
blob | commitdiff | raw | diff to current |
2012-03-09 |
havoc | patch from Klaus Silveira cleaning up several inefficie... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
vortex | Add an optional DRAW_NOGAMMA flag for R_DrawQSuperPic... |
blob | commitdiff | raw | diff to current |
2012-01-31 |
divverent | fix a compile error; don't reallocate if target is... |
blob | commitdiff | raw | diff to current |
2012-01-30 |
divverent | properly handle !vid.support.arb_texture_non_power_of_t... |
blob | commitdiff | raw | diff to current |
2012-01-26 |
divverent | fix avgcolor calculation when loading dds |
blob | commitdiff | raw | diff to current |
2011-11-09 |
vortex | DDS with DXT1a: was not correctly detected if r_texture... |
blob | commitdiff | raw | diff to current |
2011-11-02 |
havoc | support GL_ARB_framebuffer_object, with GL_EXT_framebuf... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
havoc | fix compile errors and warnings in MSVC |
blob | commitdiff | raw | diff to current |
2011-10-31 |
havoc | added R_LoadTextureRenderbuffer for creating renderbuff... |
blob | commitdiff | raw | diff to current |
2011-10-31 |
havoc | added support for GL_EXT_packed_depth_stencil, this... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
divverent | fix image loading sRGB conversion |
blob | commitdiff | raw | diff to current |
2011-10-20 |
divverent | fix parts of the sRGB emulation |
blob | commitdiff | raw | diff to current |
2011-10-20 |
divverent | sRGB: also handle sRGB for loading DDS textures |
blob | commitdiff | raw | diff to current |
2011-09-26 |
divverent | DDS: properly count miplevels for 1x1 textures too... |
blob | commitdiff | raw | diff to current |
2011-09-15 |
havoc | sound mixer now operates on floating point, has on... |
blob | commitdiff | raw | diff to current |
2011-09-06 |
havoc | fix a C++ error introduced when ddspixels was used... |
blob | commitdiff | raw | diff to current |
2011-09-06 |
divverent | DDS support: convert DXT3/DXT5 to DXT1 when requesting... |
blob | commitdiff | raw | diff to current |
2011-09-03 |
divverent | disable offsetmapping where TEXF_ALPHA is not set and... |
blob | commitdiff | raw | diff to current |
2011-08-03 |
havoc | fix a pile of issues with calling conventions on GLES2... |
blob | commitdiff | raw | diff to current |
2011-07-16 |
divverent | fix two errors in DDS format as written by DP |
blob | commitdiff | raw | diff to current |
2011-06-19 |
havoc | change default r_texture_dds_load_logfailure to 0 as... |
blob | commitdiff | raw | diff to current |
2011-05-20 |
vortex | Added "loadcubemap" builtin to allow preload cubemaps... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
havoc | gl_texturecompression is no longer required for TEXF_CO... |
blob | commitdiff | raw | diff to current |
2011-04-18 |
havoc | added RENDERPATH_GLES1 |
blob | commitdiff | raw | diff to current |
2011-04-10 |
havoc | implemented support for GL_EXT_texture_sRGB to preserve... |
blob | commitdiff | raw | diff to current |
2011-04-09 |
havoc | don't use GL_RGBA internalformat on opaque textures... |
blob | commitdiff | raw | diff to current |
2011-04-01 |
havoc | upload NULL textures as NULL textures, rather than... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
havoc | added r_viewfbo and r_viewscale cvars - the former... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
havoc | fixed bug with toggling r_shadow_bouncegrid where the... |
blob | commitdiff | raw | diff to current |
2011-02-26 |
havoc | fix a crash with non-power-of-two particle textures |
blob | commitdiff | raw | diff to current |
2011-02-23 |
havoc | added r_shadow_bouncegrid cvar, this feature does realt... |
blob | commitdiff | raw | diff to current |
2011-02-09 |
havoc | removed unmaintained CgGL rendering path |
blob | commitdiff | raw | diff to current |
2011-02-08 |
havoc | DPiOS almost works now... |
blob | commitdiff | raw | diff to current |
2011-02-07 |
havoc | added RENDERPATH_GLES2 |
blob | commitdiff | raw | diff to current |
2011-01-31 |
havoc | default gl_nopartialtextureupdates to 0 because it... |
blob | commitdiff | raw | diff to current |
2011-01-29 |
divverent | Squashed commit of the following: |
blob | commitdiff | raw | diff to current |
2011-01-26 |
havoc | change DPSOFTRAST default texture filter to linear... |
blob | commitdiff | raw | diff to current |
2011-01-23 |
havoc | fix several conversion warnings |
blob | commitdiff | raw | diff to current |
2011-01-22 |
havoc | added DPSOFTRAST software rasterizer, a work in progress |
blob | commitdiff | raw | diff to current |
2011-01-14 |
divverent | make it possible to turn off missing DDS file logging |
blob | commitdiff | raw | diff to current |
2010-12-26 |
divverent | avgcolor calculation: also calculate alpha for DXT3 |
blob | commitdiff | raw | diff to current |
2010-12-25 |
divverent | fix a C++ error |
blob | commitdiff | raw | diff to current |
2010-12-25 |
divverent | fix avgcolor calculation with fake S3TC decoding |
blob | commitdiff | raw | diff to current |
2010-12-25 |
divverent | add a trivial quarter-res S3TC decoder to DDS loading |
blob | commitdiff | raw | diff to current |
2010-12-15 |
divverent | care for the premultiplied-alpha flag when handling... |
blob | commitdiff | raw | diff to current |
2010-11-21 |
havoc | fix D3D9 build |
blob | commitdiff | raw | diff to current |
2010-11-19 |
havoc | allow loading DXT2 and DXT4 dds files |
blob | commitdiff | raw | diff to current |
2010-11-19 |
havoc | particle rendering now uses premultiplied alpha (texture is |
blob | commitdiff | raw | diff to current |
2010-09-17 |
havoc | remove r_shadow_texturetype cvar (now always uses 2D... |
blob | commitdiff | raw | diff to current |
2010-09-16 |
havoc | change D3D9 implementation of TEXTYPE_SHADOWMAP texture... |
blob | commitdiff | raw | diff to current |
2010-09-16 |
havoc | restructure the previous fix so it actually does something |
blob | commitdiff | raw | diff to current |
2010-09-16 |
havoc | on D3D9 renderer do not allow textures to be uploaded... |
blob | commitdiff | raw | diff to current |
2010-08-23 |
havoc | split and overhauled R_Upload into two functions: |
blob | commitdiff | raw | diff to current |
2010-08-22 |
havoc | change R_Upload error from Host_error to Sys_Error... |
blob | commitdiff | raw | diff to current |
2010-08-19 |
havoc | fix almost all g++ -pedantic warnings |
blob | commitdiff | raw | diff to current |
2010-08-19 |
divverent | check the proper texture compression extension for... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
divverent | actually look into DXT1 pixel data to check if it has... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
divverent | use the DDPF_ALPHAPIXELS flag for DDS reading, at least... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
divverent | cvar: r_texture_dds_load_dxt1_noalpha; if set, DXT1... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
divverent | make sure the return value of R_PicmipForFlags can... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
divverent | fix ~TEXF_PICMIP in DDS loading, and fix TEXF_ALPHA... |
blob | commitdiff | raw | diff to current |
2010-07-14 |
havoc | fix a mingw warning |
blob | commitdiff | raw | diff to current |
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 |
next |