]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - r_lightning.c
use int not qboolean for glshaderversion
[xonotic/darkplaces.git] / r_lightning.c
2012-05-24 vortexNew shader keyword dptransparentsort (can be "sky"...
2011-11-09 havocadded r_transparent_sortsurfacesbynearest cvar (default...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocfix some issues with r_hdr 1 (or r_hdr_scenebrightness...
2009-12-17 havocimplemented deferred rendering (r_shadow_deferred cvar...
2009-11-07 havoclaid groundwork for a new decal system
2009-11-06 havocfix a couple merging bugs
2009-11-06 havocremove some dead code
2009-11-06 havocimplemented fog height setting, along with fade depth...
2009-11-06 havocadded fogging info to rsurface state so model scaling...
2009-11-03 havocreplace FogPoint_* functions with RSurf_FogVertex
2009-02-12 havocadded TEXF_FORCELINEAR to many special effect textures
2008-04-10 havocimplemented uint16 element array support, and use of...
2008-02-26 havocdisabled cull face on lightning beams
2008-01-27 havocimplemented r_glsl_usegeneric cvar, this causes generic...
2008-01-07 blackMove a part of r_refdef_t into a new r_refdef_scene_t...
2008-01-04 blackRefactor the code to make r_view and r_viewcache member...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-20 havocdon't call lightning beam vertex fogging code BEFORE...
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-04-22 havocfix a bug in the last commit pertaining to lightning...
2007-04-22 havocfixed several bugs in fog code, it basically wasn't...
2007-04-07 havocadded GL_DepthRange function and MATERIALFLAG_SHORTDEPT...
2007-04-04 havocadded bufferobject and bufferoffset parameters to all...
2006-06-11 havocadded HDR bloom feature, not very different from bloom...
2006-05-25 havocreplaced cl_beams_relative cvar with cl_beams_quakeposi...
2006-05-12 havocreorganized a lot of renderer variables into r_refdef...
2006-04-26 havocnow does batching of transparent surfaces, such as...
2006-04-16 havoceliminated rmeshstate_t .pointer_vertex and .pointer_co...
2006-03-21 havocremoved the USETEXMATRIX define (now always on), reduce...
2006-03-15 havocmoved many cl_ prefixed variables into cl. or cls.
2006-03-04 havoceliminated calls to Matrix4x4_CreateIdentity (now copie...
2006-03-04 havocoptimizations and refactoring to get a small (1-2%...
2006-02-01 havocadded description string to all cvars and commands
2005-12-27 havocreworked rtlighting code to handle transparent water...
2005-11-05 havoceliminated qbyte type, now uses unsigned char throughou...
2005-10-29 havocconverted vertex fogging to use a fogtable array which...
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-03-28 havocadded a firstvertex parameter to R_Mesh_DrawMesh
2005-01-15 havocnormalize after the CrossProduct
2004-12-03 havocsome renderer/client separation cleanup, migrated some...
2004-03-10 havocnow calls GL_LockArrays manually around each R_Mesh_Dra...
2004-03-10 havocmerged CL_ColorPointer into R_Mesh_State
2004-03-10 havocR_Mesh_State_Texture and GL_VertexPointer merge once...
2004-03-10 havocGL_Color no longer interacts with GL_ColorPointer ...
2004-02-01 havocreduced default r_lightningbeams_repeatdistance from...
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2003-07-14 havocadded r_lightning.c to move the lightning beam renderin...