summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-953/+0
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-3/+3
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2019-05-13mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt1-1/+1
2018-04-12mesa: include mtypes.h lessMarek Olšák1-0/+1
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák1-1/+1
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák1-8/+2
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-3/+4
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+2
2016-10-26r200/glsl/st/mesa: use common outputs written fieldTimothy Arceri1-1/+2
2016-10-26r200/i915/st/mesa/compiler: use common inputs read fieldTimothy Arceri1-1/+1
2016-10-26st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri1-8/+7
2016-10-26i965/mesa/st/swrast: set fs shader_info directly and switch to using itTimothy Arceri1-1/+1
2016-08-11swrast: fix active attribs with atifragshaderMiklós Máté1-1/+2
2016-03-05swrast: fix GL_ANY_SAMPLES_PASSED values in ResultIlia Mirkin1-0/+5
2015-04-01swrast: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-03-12mesa: remove _ASMAPI, ASMAPIPBrian Paul1-1/+1
2015-02-24swrast: fix a few release build warningsBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-2/+2
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-1/+1
2014-04-30mesa: Drop _EnabledUnits.Eric Anholt1-2/+2
2014-04-30swrast: Just use _EnabledCoordUnits for figuring out which texcoords to build.Eric Anholt1-1/+1
2014-01-20mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter1-4/+4
2014-01-20mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter1-2/+2
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2014-01-09mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.Paul Berry1-3/+3
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-28swrast: increase array size of TextureSampleMarek Olšák1-3/+3
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-5/+5
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-22/+22
2012-10-16swrast: Remove support for the NV_fragment_program extension.Kenneth Graunke1-3/+1
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-6/+6
2012-09-01mesa: s/FREE/free/Brian Paul1-5/+5
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-1/+1
2012-09-01mesa: s/MALLOC/malloc/Brian Paul1-1/+1
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen1-3/+1
2012-03-20mesa: rework texture completeness testingBrian Paul1-1/+4
2012-03-12swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/Brian Paul1-3/+3
2012-02-24mesa: remove MAX_WIDTH from prog_execute.hBrian Paul1-0/+2
2012-02-24swrast: check max renderbuffer size against SWRAST_MAX_WIDTHBrian Paul1-0/+2
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-10/+10
2012-02-24swrast: remove MAX_WIDTH arrays in stencil codeBrian Paul1-0/+19
2012-02-24mesa: move/fix MAX_WIDTH/HEIGHT-related assertionsBrian Paul1-0/+8
2012-01-27swrast: Fix fixed-function fragment processingChad Versace1-11/+14