2020-01-18 |
havoc | Added taskqueue.[ch]. |
commit | commitdiff | tree | snapshot |
2020-01-18 |
havoc | Split out TaskQueue into its own taskqueue.[ch] module... |
commit | commitdiff | tree | snapshot |
2020-01-17 |
havoc | R_CanSeeBox no longer uses collision_cache for the... |
commit | commitdiff | tree | snapshot |
2020-01-17 |
havoc | Overhauled r_shadow_bouncegrid, it performs much faster... |
commit | commitdiff | tree | snapshot |
2020-01-15 |
havoc | Removed r_shadow_bouncegrid_bounceanglediffuse function... |
commit | commitdiff | tree | snapshot |
2020-01-15 |
havoc | Overhauled bouncegrid light splatting for performance... |
commit | commitdiff | tree | snapshot |
2020-01-15 |
havoc | Fix UI rendering to not use the bouncegrid texture... |
commit | commitdiff | tree | snapshot |
2020-01-15 |
havoc | Fix texture binding issues that were breaking r_shadow_... |
commit | commitdiff | tree | snapshot |
2020-01-15 |
havoc | Fix a few warnings. |
commit | commitdiff | tree | snapshot |
2020-01-09 |
havoc | Correct names in credits and make them more consistent. |
commit | commitdiff | tree | snapshot |
2020-01-09 |
havoc | Correct names in credits and make them more consistent. |
commit | commitdiff | tree | snapshot |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
commit | commitdiff | tree | snapshot |
2020-01-07 |
havoc | Fix PRVM_ValueString and PRVM_UglyValueString to check... |
commit | commitdiff | tree | snapshot |
2019-12-31 |
divverent | Explicitly request the desired GL profile type. |
commit | commitdiff | tree | snapshot |
2019-12-31 |
divverent | Fixed compile warnings - Corrected formatting of 'if... |
commit | commitdiff | tree | snapshot |
2019-09-20 |
divverent | Fix issue with noise during startup |
commit | commitdiff | tree | snapshot |
2019-09-13 |
divverent | Travis: Force XInput and XRandR support. |
commit | commitdiff | tree | snapshot |
2019-08-23 |
divverent | Update Xonotic's SDL version to 2.0.10 |
commit | commitdiff | tree | snapshot |
2019-05-26 |
motorsep | + Compiling fix |
commit | commitdiff | tree | snapshot |
2019-05-26 |
havoc | Implement SDL2 AUDIO_F32 format and use it as the defau... |
commit | commitdiff | tree | snapshot |
2019-05-26 |
havoc | Remove a few unused locals. |
commit | commitdiff | tree | snapshot |
2019-02-04 |
divverent | Remove code for r_equalize_entities*. |
commit | commitdiff | tree | snapshot |
2019-02-04 |
divverent | Remove code for r_fakelight. |
commit | commitdiff | tree | snapshot |
2019-02-03 |
divverent | Avoid passing NULLs to glBufferSubData. |
commit | commitdiff | tree | snapshot |
2019-02-02 |
divverent | Fix engine not starting on Windows if linked against... |
commit | commitdiff | tree | snapshot |
2019-01-09 |
divverent | Fix setinfo. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
divverent | Do not build VBOs on a dedicated server. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
divverent | Remove unused APIs from cdaudio.h. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
divverent | Make CDAudio_Play_byName static. |
commit | commitdiff | tree | snapshot |
2018-10-19 |
divverent | Remove the CONFIG_CD macro, and enable faketracks uncon... |
commit | commitdiff | tree | snapshot |
2018-10-17 |
divverent | Remove GLX build from the travis build script. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
havoc | Remove a duplicate definition of GLDEBUGPROCARB. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
havoc | Remove a duplicate definition of qglGetPointerv. |
commit | commitdiff | tree | snapshot |
2018-09-09 |
havoc | Add CONFIG_CAPTURE_VIDEO in VS projects, this was someh... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
havoc | Added vid_conwidthauto cvar which updates vid_conwidth... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
havoc | Add GL_ExtensionSupported in vid_null.c because vid_sha... |
commit | commitdiff | tree | snapshot |
2018-09-09 |
havoc | Go back to defining GL enums ourselves rather than... |
commit | commitdiff | tree | snapshot |
2018-09-08 |
havoc | Don't apply r_showtris and such to the HUD and other... |
commit | commitdiff | tree | snapshot |
2018-08-12 |
havoc | Use GL3.2 Core Profile context. |
commit | commitdiff | tree | snapshot |
2018-08-12 |
havoc | A bit more cleanup. |
commit | commitdiff | tree | snapshot |
2018-08-12 |
havoc | Refactored VID_CheckExtensions and GL_Init to GL_Setup. |
commit | commitdiff | tree | snapshot |
2018-08-12 |
havoc | Use SDL_opengl.h and SDL_opengl_ext.h headers instead... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
havoc | Remove a lot of OpenGL extension checks. |
commit | commitdiff | tree | snapshot |
2018-08-05 |
havoc | Change a comment and a description to remove mentions... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
havoc | Upload the VBOs for Mod_Mesh models (such as the UI... |
commit | commitdiff | tree | snapshot |
2018-08-05 |
havoc | Fix UI corruption caused by poor handling of missing... |
commit | commitdiff | tree | snapshot |
2018-07-31 |
havoc | Fix gl_debug code which was broken as I didn't copy... |
commit | commitdiff | tree | snapshot |
2018-07-31 |
havoc | Remove some unused stuff related to glDrawRangeElements. |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Make the VBO handling in RSurf_PrepareVerticesForBatch... |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Fix a console dprint about shader compilation that... |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Disable the code path that compiles geometry shaders... |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Remove some old fixed-function state tracking that... |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Assume that GL_EXT_blend_subtract is supported. |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Assume that GL_ARB_texture_compression is supported. |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Add gl_debug cvar, if enabled the GL context will have... |
commit | commitdiff | tree | snapshot |
2018-07-29 |
havoc | Remove gl_dither cvar, it isn't supported in GL3.2... |
commit | commitdiff | tree | snapshot |
2018-07-01 |
havoc | One last edit for the UI rendering with materials change. |
commit | commitdiff | tree | snapshot |
2018-07-01 |
havoc | Use the model renderer on the UI - this means q3shaders... |
commit | commitdiff | tree | snapshot |
2018-06-30 |
havoc | Change MAX_TEXTUREUNITS from 16 to 32 - this fixes... |
commit | commitdiff | tree | snapshot |
2018-06-17 |
havoc | Fix a printf bug in Draw_CachePic so it passes path... |
commit | commitdiff | tree | snapshot |
2018-06-16 |
havoc | Remove cl-release and similar targets from makefile... |
commit | commitdiff | tree | snapshot |
2018-05-22 |
havoc | Add more debugging prints in Draw_CachePic, most of... |
commit | commitdiff | tree | snapshot |
2018-05-22 |
havoc | Clean up GL extensions a bit to only have the stuff... |
commit | commitdiff | tree | snapshot |
2018-05-22 |
havoc | Rename RENDERPATH_GL20 to RENDERPATH_GL32. |
commit | commitdiff | tree | snapshot |
2018-05-22 |
havoc | Add more CHECKGLERROR calls, and clean up a few obsolet... |
commit | commitdiff | tree | snapshot |
2018-05-22 |
havoc | Remove unused gl20_texunit enum since all of the non... |
commit | commitdiff | tree | snapshot |
2018-05-22 |
havoc | Remove use of glPolygonStipple - it will need to be... |
commit | commitdiff | tree | snapshot |
2018-05-20 |
havoc | Just assume GL_ARB_texture_non_power_of_two and a numbe... |
commit | commitdiff | tree | snapshot |
2018-05-20 |
havoc | Remove unused light attention textures (2D and 3D)... |
commit | commitdiff | tree | snapshot |
2018-05-20 |
havoc | Bugfix: Don't use OpenGL 3.2 core context just yet... |
commit | commitdiff | tree | snapshot |
2018-05-20 |
havoc | Remove support for libSDL1.2 which has been deprecated... |
commit | commitdiff | tree | snapshot |
2018-05-20 |
havoc | Remove some unused parameters on R_SetupShader_Generic. |
commit | commitdiff | tree | snapshot |
2018-05-20 |
havoc | vid_bitsperpixel is now locked to 32. |
commit | commitdiff | tree | snapshot |
2018-05-13 |
havoc | Removed per-platform clients (wgl/glx/agl) - now only... |
commit | commitdiff | tree | snapshot |
2018-05-06 |
havoc | Remove r_vertexgeneric_t, r_vertexmesh_t, vid.interleav... |
commit | commitdiff | tree | snapshot |
2018-05-05 |
havoc | Fix more Mod_ValidateElements sequencing issues - alway... |
commit | commitdiff | tree | snapshot |
2018-05-05 |
havoc | make precache_pic not use the fallback image |
commit | commitdiff | tree | snapshot |
2018-05-05 |
havoc | Fix a bug in MD3 model loading that caused warnings... |
commit | commitdiff | tree | snapshot |
2018-05-04 |
havoc | Simplify Mod_ShadowMesh_* functions - removed support... |
commit | commitdiff | tree | snapshot |
2018-05-02 |
havoc | Remove Mod_CreateCollisionMesh and reduce the exposed... |
commit | commitdiff | tree | snapshot |
2018-05-02 |
havoc | Remove model->surfmesh.shadowmesh which was a vertex... |
commit | commitdiff | tree | snapshot |
2018-05-02 |
havoc | Remove shadowvolume rendering entirely, now shadowmaps... |
commit | commitdiff | tree | snapshot |
2018-05-01 |
havoc | Refactored and improved Mod_ValidateElements so it... |
commit | commitdiff | tree | snapshot |
2018-05-01 |
havoc | Fix a crash on Doombringer duel5.bsp where one of the... |
commit | commitdiff | tree | snapshot |
2018-05-01 |
havoc | Generate a pvs for refraction renders just like for... |
commit | commitdiff | tree | snapshot |
2018-05-01 |
havoc | Fix a missing newline in system vars mismatch warning. |
commit | commitdiff | tree | snapshot |
2018-04-30 |
havoc | Fix lighting origins on CSQC entities. |
commit | commitdiff | tree | snapshot |
2018-04-30 |
havoc | Fix clipping plane bug on r_water - a line had been... |
commit | commitdiff | tree | snapshot |
2018-04-30 |
havoc | Fix bugs with unloading of cachepic skinframes in QC... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
havoc | Fix a typo in DrawQ_RotPic which broke it badly. |
commit | commitdiff | tree | snapshot |
2018-04-29 |
havoc | Fix multiple bugs with ft2 font loading that were cause... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
havoc | Default vid_desktopfullscreen to 1. |
commit | commitdiff | tree | snapshot |
2018-04-29 |
havoc | Fix the menu for missing data, it needs to use CACHEPIC... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
havoc | Fix Image_GenerateNoTexture, it was using a wrong strid... |
commit | commitdiff | tree | snapshot |
2018-04-20 |
havoc | Remove the last remnants of DPSOFTRAST support in vid_g... |
commit | commitdiff | tree | snapshot |
2018-04-20 |
havoc | Fix a prvm_int_t variable that was being passed directl... |
commit | commitdiff | tree | snapshot |
2018-04-20 |
havoc | Remove all render paths except GL20/GLES2. This means... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
havoc | Reworked v_isometric code significantly, it now default... |
commit | commitdiff | tree | snapshot |
2018-04-15 |
havoc | Changed how polygonbegin guesses if the geometry is... |
commit | commitdiff | tree | snapshot |
2018-04-14 |
havoc | Added v_isometric cvars, this mode is mostly a curiosit... |
commit | commitdiff | tree | snapshot |
next |