]> git.xonotic.org Git - xonotic/darkplaces.git/history - gl_draw.c
Optimize VectorNormalize macros by not doing the sqrt on 0 length, this also means...
[xonotic/darkplaces.git] / gl_draw.c
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-05-09 cloudwalkRevert "gl_draw, model_shared: Refactor vertex adding...
2020-11-30 havocRefactored lightmap update handling and added cvars...
2020-11-14 cloudwalkgl_draw, model_shared: Refactor vertex adding. Add...
2020-10-02 cloudwalkmodel_shared: Rename dp_model_t to model_t, to avoid...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-07-21 cloudwalkgl_draw: Silence a spammy print
2020-07-21 cloudwalkIncrease console verbosity so it feels like the engine...
2020-07-15 cloudwalkAdd support for CACHEPICFLAG_LINEAR (currently unused...
2020-07-09 cloudwalkRename model functions to make them more generic and...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-27 cloudwalkImplement RGBstring_to_colorindex to simplify code...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-03 cloudwalkFix crash when using +map on cmdline by starting video...
2020-05-25 havocWith MATERIALFLAG_ALPHAGEN_VERTEX we should basically...
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-25 havocReworked VM_CL_PolygonBegin/Vertex/End functions to...
2020-05-17 cloudwalkSilence some noisy font-related prints. Make them debug...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrected names in credits to be more accurate and...
2018-07-01 havocUse the model renderer on the UI - this means q3shaders...
2018-06-30 havocChange MAX_TEXTUREUNITS from 16 to 32 - this fixes...
2018-06-17 havocFix a printf bug in Draw_CachePic so it passes path...
2018-05-22 havocAdd more debugging prints in Draw_CachePic, most of...
2018-05-22 havocRename RENDERPATH_GL20 to RENDERPATH_GL32.
2018-05-20 havocRemove some unused parameters on R_SetupShader_Generic.
2018-04-30 havocFix bugs with unloading of cachepic skinframes in QC...
2018-04-29 havocFix a typo in DrawQ_RotPic which broke it badly.
2018-04-29 havocFix multiple bugs with ft2 font loading that were cause...
2018-04-20 havocRemove all render paths except GL20/GLES2. This means...
2018-04-15 havocChanged how polygonbegin guesses if the geometry is...
2018-04-13 havocFix some viewport issues with r_viewfbo and r_bloom...
2018-04-13 havocCSQC polygonbegin functionality now uses the CL_MeshEnt...
2018-04-11 havocAdded Draw_GetPicWidth, Draw_GetPicHeight, Draw_IsPicLo...
2018-04-10 havocRemove v_glslgamma cvar (now assumed to be 1) and corre...
2018-04-03 havocRemove v_hwgamma feature as it is not worth maintaining...
2017-09-22 divverentMake work DrawQ_SetClipArea in stereo view modes or...
2013-07-17 havocfix an unused variable warning with USE_GLES2
2013-02-23 havocchanged r_refdef.stats struct to be an array indexed...
2012-09-01 vortexNew cvar scr_loadingscreen_picture to customize loading...
2012-04-19 divverentremove some more dead code
2012-03-12 divverentintroducing "scr_loadingscreen_firstforstartup"
2012-02-20 divverentfix broken use of + and | in drawflags
2012-02-18 vortexAdd an optional DRAW_NOGAMMA flag for R_DrawQSuperPic...
2012-02-04 havocadded cvars r_nearest_2d and r_nearest_conchars which...
2012-01-24 divverentremove PRECACHE_PIC_NOCLAMP because it currently has...
2012-01-24 divverentRevert "don't compare texflags in Draw_CachePic_Flags...
2012-01-24 divverentdon't compare texflags in Draw_CachePic_Flags simply...
2012-01-24 divverentadd a (yet unused) CACHEPICFLAG_MIPMAP
2011-11-05 divverentrefactoring to avoid doing the same mistake again ...
2011-11-05 divverentsync _DrawQ_Setup to R_ResetViewRendering2D (they match...
2011-10-27 divverentframegroups: add support for group names specified...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-20 divverentsRGB: also handle sRGB for loading DDS textures
2011-10-16 havocfix motionblur with r_viewfbo 2 or 3
2011-10-16 havocoverhauling a lot of functions to allow fbo rendering
2011-08-27 divverentfix cachepic handling with respect to r_restart and...
2011-08-03 havocfix a pile of issues with calling conventions on GLES2...
2011-07-24 vortexFix gl_texturecompression_sprites to check for gl_textu...
2011-06-24 havocfixed gfx/menuplyr handling - Draw_NewPic now flags...
2011-06-08 divverentuse subtractive blend equation to support negative...
2011-05-29 havocadded r_trippy cvar
2011-05-07 havocadded vid_sRGB cvar, this replaces the r_texture_sRGB...
2011-05-03 havocfix loading of quake lmp/wad textures
2011-05-03 havocgl_texturecompression is no longer required for TEXF_CO...
2011-05-03 havocdon't upload the same ft2 font texture more than once
2011-04-18 havocadded RENDERPATH_GLES1
2011-04-10 havocimplemented support for GL_EXT_texture_sRGB to preserve...
2011-03-31 havocadded r_viewfbo and r_viewscale cvars - the former...
2011-03-06 havocfix drawclipsetarea in D3D9, this fixes the minimap...
2011-02-23 havocadded r_shadow_bouncegrid cvar, this feature does realt...
2011-02-09 havocremoved unmaintained CgGL rendering path
2011-02-09 havocGL20 path now uses same shader as GLES2 (albeit with...
2011-02-07 havocadded RENDERPATH_GLES2
2011-01-22 havocadded DPSOFTRAST software rasterizer, a work in progress
2011-01-07 vortexdrawcolorcodedstring: support full 6 parms (added start...
2010-11-13 havocuse less R_Mesh_ResetTextureState calls for more perfor...
2010-11-13 havocrender shownetgraph much faster by drawing an entire...
2010-10-29 divverentI suppose 0xE000 is a valid fontmap char... so render...
2010-10-29 divverentfix one issue with textshadow moving oddly around in...
2010-10-22 vortexFix nasty bug with dp_fonts structure expanding, once...
2010-09-26 divverentfix autoload semantics of drawpics
2010-09-25 divverentloadfont now prints a warning if it gets more than...
2010-08-23 havocdon't use TEXF_ALLOWUPDATES on fully-updated textures...
2010-08-19 divverentrecalc the 2D view if changing view parameters with...
2010-08-19 divverentDraw_CachePic_Flags: ignore TEXF_COMPRESS when comparin...
2010-07-25 divverenttrack if a cachepic has alpha, and turn off depth write...
2010-07-25 divverentPROPERLY handle roundoff errors in drawsetcliparea
2010-07-23 divverentFix the usage of the CACHEPICFLAGS_NOTPERSISTENT flag...
2010-07-07 divverentfix font loading bug causing E0xx glyphs to get zero...
2010-07-03 havocimplemented Direct3D9 renderer (off by default), not...
2010-07-02 havocadd DeviceLost and DeviceRestored functions to R_Module...
2010-07-02 havocfix a bunch of warnings if compiling darkplaces as...
2010-07-01 divverentnew cvar r_draw2d to turn off all 2D drawing (except...
2010-06-29 divverentnew cvars:
2010-06-21 divverentjpeg: perform picmip levels 1, 2, 3 accelerated by...
2010-06-01 vortexfix defaultfont scale bug (which makes it invisible)
next