]> icculus.org git repositories - divverent/darkplaces.git/history - gl_rmain.c
qups -> qu/s, in Nexuiz in/s
[divverent/darkplaces.git] / gl_rmain.c
2007-12-21 havocfix bug in RSurf_ActiveWorldEntity (now sets basepolygo...
2007-12-20 havocreenabled R_UpdateAllTextureInfo calls when lighting...
2007-12-18 havocmoved entity_render_t modellight_* field updates from...
2007-12-11 divverentnow really fix fog + HDR
2007-12-11 divverentoops... fog is now colorscaled, so handle this correctl...
2007-12-09 divverentfog gets additional parameters mindist and maxdist...
2007-12-08 divverentmaking fog consistent with skybox fog when HDR, scenebr...
2007-12-08 havoccolor r_shownromals white at the tips
2007-12-08 havocmade r_shownormals value control the length of the...
2007-12-07 havocfix fog, it now matches GL_EXP2 fog as it was meant...
2007-12-06 havocfix mistakes in the fix for the previous mistakes in...
2007-12-06 havocfix two mistakes in glsl/default.glsl deluxemapping...
2007-12-03 havocadded r_refdef.rtlightstylevalue which is a float versi...
2007-12-03 havocfix crash on entities with missing models (bug introduc...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-12-03 havocfixed bug that made r_water reflections use the wrong...
2007-12-02 havocfix r_waterscroll
2007-12-02 havocadded r_lerplightstyles cvar which now defaults off...
2007-12-02 havocreworked lightstyle chains code to use a struct, and...
2007-11-29 blackAdd TEXF_PERSISTENT and R_PurgeTexture which only frees...
2007-11-28 havocsmall optimization to use of texture_t->currenttexmatri...
2007-11-28 havocchanged texture formats from RGBA to BGRA, yes this...
2007-11-27 blackRework cl_video to use dyntextures.
2007-11-20 havocchanged FogPoint_World/Model code to use unsigned int...
2007-11-13 havocadded separate world surfaces and world triangles stats...
2007-11-12 havocadded a non-diffuse non-specular path for model lightin...
2007-11-12 divverentadded cvar r_fixtrans_auto to automatically call fixtra...
2007-11-12 havocavoid one viewclear each frame
2007-11-12 havocrenamed a few r_speeds 2 timereport values to reduce...
2007-11-09 divverentadd Blub's r_track_sprites for SPR_LABEL*
2007-11-02 havocshorten the "watervisibility" title in r_speeds 2 mode...
2007-10-17 divverentdo contrastboost before reflection; move fog behind...
2007-10-17 havocdisable water rendering without r_glsl because the...
2007-10-17 havocremoved some code scraps from previous patch
2007-10-17 havocimplemented a fixed function fallback for water, but...
2007-10-15 havocimplemented MATERIALFLAG_REFRACTION
2007-10-15 havocrenamed r_glsl_water* to r_water* because I am adding...
2007-10-09 havocfix typo
2007-10-09 havocfix water plane center calculation (it was never cleared)
2007-10-07 divverentsorry... dp_refract parameters should work THAT way...
2007-10-07 divverentchanged reflect/refract keywords to
2007-10-03 divverentCleaned up reflection and refraction a bit; added Q3...
2007-10-01 havocfix uninitialized variables
2007-10-01 havocreworked R_Water_StartFrame to fix the bug that changes to
2007-10-01 havocr_showtris/r_shownormals/r_showcollisionbrushes are...
2007-09-30 havocimplemented pvs support in water reflection rendering...
2007-09-30 havocfix a bug where map becomes invisible (just sky) when...
2007-09-25 havocattempt to fix unintentionally forced gloss problems
2007-09-24 havocfix a crash in levels without water
2007-09-24 havocfix incorrect casts in the default.glsl shader
2007-09-24 havocrevised water shader, less refraction, more focus on...
2007-09-22 havocimplemented r_glsl_water cvar (refraction and reflectio...
2007-09-19 havoclimit r_bloom_colorexponent to 32
2007-09-04 havocmade r_view.showdebug affect more r_show* features
2007-09-04 havocadded r_view.showdebug flag, which is used to disable...
2007-08-30 havocturn off r_glsl if compilation of the lowest level...
2007-08-27 havocimplemented q3 shader keyword polygonoffset
2007-08-23 havocimplemented support for GL_ARB_texture_compression...
2007-08-11 havocadded a FIXME comment about r_glsl 1 not working proper...
2007-08-11 havocfix brightness of fullbright entities in r_glsl 1 mode...
2007-07-15 divverentfix typo in r_glsl_dumpshader message
2007-07-08 havocfixed bug in gl_lightmaps code that made it not work...
2007-06-29 divverentoops, missing \n
2007-06-29 divverentfix shader name in "permutation%s failed for shader...
2007-06-24 havocslight simplification/optimization of an if statement...
2007-06-17 havocchanged all references to entity_render_t->frame to...
2007-06-15 havocchanged the meaning of VF_PERSPECTIVE false after discu...
2007-06-14 havocadded support for VF_PERSPECTIVE = false in frustum...
2007-06-14 havocimplemented csqc VF_PERSPECTIVE, still needs more work...
2007-06-03 havocmade deformvertexes autosprite2 work properly
2007-05-28 divverentignore r_glsl_contrastboost in range 0..1 (it breaks...
2007-05-28 divverentcontrast boost: change 1 to myhvec3(1, 1, 1) to make...
2007-05-28 divverentmake degrading shaders actually WORK
2007-05-28 divverentglsl doesn't allow dividing by zero (result is undefine...
2007-05-28 divverentnew cvar r_glsl_contrastboost to do something similar...
2007-05-27 havocadded polygonoffset as a texture property, used on...
2007-05-27 havocfixed recently introduced bug that made lightmapintensi...
2007-05-25 havocreorganized rgbgen/alphagen/tcgen fields into their...
2007-05-25 havocimplemented deformvertexes (previously autosprite/autos...
2007-05-25 divverentask for generated normals when usign Q3TCGEN_ENVIRONMENT
2007-05-24 havocsupport multiple tcmod commands on a single layer
2007-05-24 havocimplemented tcgen
2007-05-24 havocimplemented tcmod (all forms)
2007-05-24 havocremove unused rsurface.modelneighbor3i
2007-05-24 havoceliminated rsurface.model, so there is now no dependenc...
2007-05-23 havocmoved rsurface_ variables into rsurface struct as a...
2007-05-23 havocremoved rsurface_entity field, and copied all fields...
2007-05-23 divverentdamn, committed the old version of my patch... this...
2007-05-22 havocfixed bug in autosprite setup code that made it malfunc...
2007-05-20 havocremoved r_shadow_realtime_world_dlightshadows cvar...
2007-05-20 havocrenamed r_shadow_shadow_polygon* cvars to r_shadow_polygon*
2007-05-20 havocvalidate r_shadow_frontsidecasting each frame and corre...
2007-05-20 havocmade the effect of the r_shadow_shadow_polygonoffset...
2007-05-14 havocadded a proper gl_lightmaps rendering path, previously...
2007-05-14 havocrestored the old lightmap batching code that I removed...
2007-05-11 divverentfix typo in r_q1bsp_skymasking cvar name
2007-05-09 havocremoved a wasted normalize in fragment shader for model...
2007-05-07 divverentfix glsl model lighting on unlit maps (normal vector...
2007-05-06 havocmade r_depthfirst a saved cvar
2007-05-06 havocadded r_depthfirst option which defaults to 1 (render...
next