summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_context.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-24mesa: remove ctx->Driver.Map/UnmapTexture() hooksBrian Paul1-3/+0
2012-01-24swrast: flush pending rendering before unmapping buffersBrian Paul1-2/+3
2012-01-12swrast: use BITFIELD64_BIT() macro to fix MSVC warningsBrian Paul1-1/+1
2012-01-07swrast: s/GLbitfield/GLbitfield64/ for sw_span::arrayAttribsBrian Paul1-1/+1
2012-01-07swrast: s/GLint/GLuint/ to silence MSVC signed/unsigned comparison warningBrian Paul1-2/+2
2012-01-06swrast: remove calls to _swrast_update_depth/stencil_buffer()Brian Paul1-23/+0
2011-12-13mesa: move depth/stencil buffer validation to swrastBrian Paul1-0/+23
2011-12-08swrast: remove dead accum buffer context fieldsBrian Paul1-5/+1
2011-11-07swrast: update program type assertionBrian Paul1-1/+3
2011-10-23mesa: add swrast_texture_image::BufferBrian Paul1-0/+24
2011-10-01mesa: Delay s_texcombine.c memory allocation until it's used.Eric Anholt1-11/+0
2011-09-26swrast: always call _swrast_choose_texture_sample_func()Brian Paul1-1/+1
2011-09-19mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick1-1/+1
2011-09-17mesa: move software texel fetch code into swrastBrian Paul1-1/+1
2011-09-17mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul1-2/+6
2011-08-31swrast: initialize program native limitsBrian Paul1-0/+22
2011-08-24swrast: Remove swrast eject/validate texture image code.Brian Paul1-79/+0
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger1-6/+20
2011-04-25mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick1-1/+0
2011-04-21mesa: gl_fragment_program::FogOption is always GL_NONE so don't check itIan Romanick1-11/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-36/+36
2010-09-01mesa: Fix many printf-like warnings.Eric Anholt1-1/+1
2010-07-30mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-2/+2
2010-03-03swrast: Remove remaining color-index state tracking infrastructureIan Romanick1-34/+17
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-5/+5
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-5/+23
2009-08-31swrast: can't use deferred texture/shading if using KIL instructionBrian Paul1-0/+3