2011-04-03 |
havoc | make r_hdr behave like r_bloom when r_viewfbo is on |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | added support for dpsoftrast synchronization for fpsscaling |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | changed default r_viewscale_fpsscaling_min from 0.25... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | changed default r_viewscale_fpsscaling_target from... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | reworked r_viewscale_fpsscaling to use the time of... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | added r_viewscale_fpsscaling and various cvars for... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | r_viewscale now works (with or without r_viewfbo),... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | fixed viewsize issues with r_viewfbo |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | added r_viewfbo and r_viewscale cvars - the former... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
eihrul | fix flipped scissor coordinates in dpsoftrast render... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | slight optimization to 2D rendering - if triangle wslop... |
commit | commitdiff | tree | snapshot |
2011-04-02 |
havoc | enable SSE2 instructions when compiling dpsoftrast.c |
commit | commitdiff | tree | snapshot |
2011-04-01 |
havoc | fix compilation when SSE2_PRESENT, also fix compilation... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
eihrul | fix the 0.5-fix |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | dpsoftrast: fix off-by-0.5 in GL_NEAREST |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | fix texture filtering accuracy bugs in the C variant... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | possibly fix offset calc for infobar |
commit | commitdiff | tree | snapshot |
2011-04-01 |
havoc | WGL client can now use DPSOFTRAST, added thread_win... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
eihrul | fix Vertex_BoundY params |
commit | commitdiff | tree | snapshot |
2011-04-01 |
eihrul | fb validation fix |
commit | commitdiff | tree | snapshot |
2011-04-01 |
havoc | enable gloss texture loading in GLES2 path |
commit | commitdiff | tree | snapshot |
2011-04-01 |
havoc | don't crash on NULL texture upload in dpsoftrast |
commit | commitdiff | tree | snapshot |
2011-04-01 |
havoc | upload NULL textures as NULL textures, rather than... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | sys_linux, sys_sdl: support options -noterminal and... |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | fix the alpha bug in dpsoftrast.c |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | a fix for dpsoftrast refractions by eihrul |
commit | commitdiff | tree | snapshot |
2011-04-01 |
divverent | start implementing REFRACTION |
commit | commitdiff | tree | snapshot |
2011-03-30 |
divverent | dpsoftrast: support r_shadow_glossexact |
commit | commitdiff | tree | snapshot |
2011-03-30 |
divverent | dpsoftrast: speed up deluxemapping a bit; support tange... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | r_shadow_deferred now checks for r_shadow_gloss 0 and... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | fix bouncegrid intensity so it reacts to r_hdr_scenebri... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | hush some unrecognized SDL event type warnings |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | added joy_axiskeyevents_deadzone cvar which makes the... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | make sure collision cache parameter struct is the same... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | r_shadow_bouncegrid_particleintensity changed from... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | fix some warnings |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | restore the active rtlights check in bouncegrid |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | remove check for active rtlights in bouncegrid because... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | better detection of active rtlights in bouncegrid code |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | do not use light scissoring on deferred lighting mode... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | disallow r_shadow_bouncegrid on renderpaths that do... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
havoc | added r_shadow_bouncegrid_static cvar which makes a... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
divverent | fix a crash in RSurf_DrawBatch_GL11_MakeFogColor |
commit | commitdiff | tree | snapshot |
2011-03-30 |
divverent | last commit was a bad fix - fix it correctly, preventin... |
commit | commitdiff | tree | snapshot |
2011-03-30 |
divverent | fix a compile error in refractions |
commit | commitdiff | tree | snapshot |
2011-03-30 |
vortex | GLSL shader: make dp_waterscroll work with dp_reflect... |
commit | commitdiff | tree | snapshot |
2011-03-26 |
divverent | fix another dp_shadow2D call |
commit | commitdiff | tree | snapshot |
2011-03-26 |
havoc | fix some GLSL warnings |
commit | commitdiff | tree | snapshot |
2011-03-26 |
vortex vortex... | UNMERGE |
commit | commitdiff | tree | snapshot |
2011-03-25 |
divverent | speed up packet loss handling by changing EntityFrame5_... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | prevent crashes on BIH code |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | BIH building and recursion no longer directly links... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | changed default r_useportalculling from 1 to 2, this... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
divverent | make the endless loop run in 3 milliseconds (fixes... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | enable another AABB overlap check, this time on point... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | increased bih traceline speed by nearly 50% by enabling... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | added mod_collision_bih_childrengrouping cvar (default... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
vortex | Add R_LightPoint which is fast version of R_CompleteLig... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
divverent | fix PRVM error and warning backtrace display |
commit | commitdiff | tree | snapshot |
2011-03-25 |
divverent | we need one more glsl 130 compat ifdef... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
vortex | GLSL shader: make dp_waterscroll work with dp_reflect... |
commit | commitdiff | tree | snapshot |
2011-03-25 |
havoc | fix some disabled code so that it could compile again |
commit | commitdiff | tree | snapshot |
2011-03-25 |
eihrul | swap out some _mm_stream_ps usage |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | fix an array index out of bounds error on |
commit | commitdiff | tree | snapshot |
2011-03-20 |
Rudolf Polzer | remove CRLFs added by last commit |
commit | commitdiff | tree | snapshot |
2011-03-20 |
vortex | Add "Both Alphas" technique for VertexTextureBlend... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
vortex | Added JAM video decoder plugin, used by Blood Omnicide |
commit | commitdiff | tree | snapshot |
2011-03-20 |
vortex | dynamically grow maxtempentities |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | fix a crash on r_restart related to collision caching |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | slight speedup to collision_cache by using individual... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | redesigned most of collision_cache code, cleaner and... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | significant speed gain on collision_cache 1 by tweaking... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | fix two C++ errors |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | cache collision trace results from frame to frame |
commit | commitdiff | tree | snapshot |
2011-03-20 |
divverent | fix GL20TU list for deluxemapping |
commit | commitdiff | tree | snapshot |
2011-03-20 |
divverent | deluxemapping support for dpsoftrast |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | saturated bloom subtract |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | fix post-process shader using invalid texcoord array |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | fix row order of screen to texture copies |
commit | commitdiff | tree | snapshot |
2011-03-20 |
eihrul | fix some redundant shuffles |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | make it easier to benchmark steelstorm by stopping... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | default vid_netwmfullscreen to 0 again because it doesn... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
havoc | added r_usesurfaceculling cvar which defaults on, this... |
commit | commitdiff | tree | snapshot |
2011-03-20 |
vortex | add "r_fog_clear" cvar which allows to disable framebuf... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
havoc | use vid_netwmfullscreen 1 by default (yes I know auto... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | fix a syntax error in the non-glsl13 case |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | Add "originscale" parameter to r_editlights (may be... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
vortex | add -maxtempents switch to increase starting 256/4000... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | define GLSL version explicitly to work around a problem... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | fix a possible glsl compile error (no idea why it didn... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | turn "assignment to world" from dprint into warning... |
commit | commitdiff | tree | snapshot |
2011-03-19 |
divverent | new con_closeontoggleconsole logic: |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | change default r_shadow_deferred_8bitrange to 4 to... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | fixes for GLSL syntax errors in the deferred geometry... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | avoid a crash when creating model decals if RSurf_Activ... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | added r_shadow_bouncegrid_directionalshading cvar,... |
commit | commitdiff | tree | snapshot |
2011-03-17 |
havoc | improved vid_touchscreen - it now adapts to screen... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | add cvars r_glsl_offsetmapping_steps and r_glsl_offsetm... |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | huge glsl change: avoid #defining reserved keywords |
commit | commitdiff | tree | snapshot |
2011-03-13 |
divverent | fix some warnings in the shader |
commit | commitdiff | tree | snapshot |
next |