2011-04-12 |
divverent | fix mingw breakage on Ubuntu |
commit | commitdiff | tree | snapshot |
2011-04-12 |
havoc | remove the never-finished first incarnation of obj... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
divverent | fix compilation of dpsoftrast on mingw32 (use Interlock... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
divverent | break the net connection AFTER calling ClientDisconnect... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
havoc | don't infinite loop if a sound has total_length 0 |
commit | commitdiff | tree | snapshot |
2011-04-10 |
havoc | implemented support for GL_EXT_texture_sRGB to preserve... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
havoc | correct a cvar comment now that directional shading... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
havoc | redesigned r_shadow_bouncegrid_static_directionalshadin... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
havoc | rewrote mod_collision_bih tracing code, the functions... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
divverent | fix the same bugs as before in strireplace |
commit | commitdiff | tree | snapshot |
2011-04-10 |
divverent | r_showsurfaces 3: render sky (appears as average-colore... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
havoc | don't use GL_RGBA internalformat on opaque textures... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
divverent | clang has _mm_cvtss_f32 but not __builtin_ia32_vec_ext_v4sf |
commit | commitdiff | tree | snapshot |
2011-04-08 |
havoc | when loading q1bsp textures, do not allow q3 shader... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
havoc | some cleanup of offsetmapping setup code |
commit | commitdiff | tree | snapshot |
2011-04-08 |
havoc | added mod_noshader_default_offsetmapping to allow separ... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
divverent | fix multiple bugs in strreplace |
commit | commitdiff | tree | snapshot |
2011-04-06 |
eihrul | more concise version of Texture2DBGRA8 |
commit | commitdiff | tree | snapshot |
2011-04-06 |
divverent | implement MODE_WATER |
commit | commitdiff | tree | snapshot |
2011-04-06 |
divverent | make MODE_REFRACTION not use TEXCOORD1..3 to help MODE_... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
divverent | preparation for MODE_WATER: refactor the pixel getting... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
eihrul | use ASYNCBLIT by default |
commit | commitdiff | tree | snapshot |
2011-04-05 |
divverent | make vid_glx also clear fullscreen properly |
commit | commitdiff | tree | snapshot |
2011-04-05 |
divverent | only use ONE buffer for non-Xshm |
commit | commitdiff | tree | snapshot |
2011-04-05 |
divverent | sanity check the visual obtained |
commit | commitdiff | tree | snapshot |
2011-04-05 |
divverent | XShm and pthreads support for vid_glx dpsoftrast |
commit | commitdiff | tree | snapshot |
2011-04-05 |
eihrul | workaround for missing _mm_cvtss_f32 on some gcc versionsx |
commit | commitdiff | tree | snapshot |
2011-04-05 |
havoc | added backface culling optimization to cl_decals_newsys... |
commit | commitdiff | tree | snapshot |
2011-04-05 |
eihrul | optimize scanning for 0 alpha in FinishBGRA8 |
commit | commitdiff | tree | snapshot |
2011-04-05 |
eihrul | FinishBGRA8 optimization and fixes |
commit | commitdiff | tree | snapshot |
2011-04-05 |
eihrul | fix some clipping plane bugs and FinishBGRA8 bug introd... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
havoc | removed unused function DPSOFTRAST_Draw_Span_Finish |
commit | commitdiff | tree | snapshot |
2011-04-04 |
eihrul | clipplane validation fix |
commit | commitdiff | tree | snapshot |
2011-04-04 |
havoc | added simple affine check to accelerate texture fetches... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
eihrul | initial support for user clipping plane in dpsoftrast |
commit | commitdiff | tree | snapshot |
2011-04-04 |
havoc | changed pixelmask processing in DPSOFTRAST_Draw_Span_Fi... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
divverent | very basic softrast support in vid_glx.c. VERY SLOW... |
commit | commitdiff | tree | snapshot |
2011-04-03 |
havoc | added GL_Finish function in backend, to centralize... |
commit | commitdiff | tree | snapshot |
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 |
next |