summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
| * mesa: rework GLSL array code generationBrian Paul2009-01-065-160/+371
| * mesa: don't realloc instruction buffer so oftenBrian Paul2009-01-061-13/+22
| * mesa: updated commentBrian Paul2009-01-061-0/+2
| * mesa: fix merge conflict left-oversBrian Paul2009-01-061-1/+0
| * mesa: no longer need Writemask field in GLSL IR nodesBrian Paul2009-01-064-69/+23
| * mesa: revamp GLSL instruction emit codeBrian Paul2009-01-061-244/+381
| * mesa: make writemask_string() non-staticBrian Paul2009-01-062-4/+8
| * mesa: remove some do-nothing GLSL codeBrian Paul2009-01-061-16/+0
| * mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul2009-01-061-1/+5
| * mesa: remove unused/obsolete __NormalMatrixTranspose matrixBrian Paul2009-01-063-188/+184
| * mesa: tweak program register printing for RelAddr caseBrian Paul2009-01-061-1/+1
| * mesa: allow relative indexing into all register files and indirect dst regist...Brian Paul2009-01-063-93/+111
| * mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul2009-01-067-31/+52
| * mesa: initial support for uniform variable initializers.Brian Paul2009-01-061-5/+22
| * mesa: allows 'f' suffix on GLSL float literalsBrian Paul2009-01-062-6/+16
| * mesa: add support for 'centroid' qualifier in GLSL 1.20Brian Paul2009-01-0611-2600/+2708
| * mesa: add support for 'invariant' keyword for GLSL 1.20Brian Paul2009-01-0611-2615/+2755
| * mesa: reformat comments, rewrap lines, etc for a little better readabilityBrian Paul2009-01-062-402/+418
| * scons: Specify C99 throughout all the tree.José Fonseca2009-01-051-5/+1
| * gallium: fix two-sided lighting test in state trackerBrian Paul2008-12-181-3/+6
| * glsl: Fix handling of nested parens in macro actual arguments.Michal Krol2008-12-181-2/+15
| * mesa: Pass the context to query object delete cb to avoid null dereference.Eric Anholt2008-12-181-1/+1
| * mesa: choose GLSL vertex shader over ARB/internal vertex program in get_fp_in...Brian Paul2008-12-171-1/+13
| * mesa: fix fixed-function test in get_fp_input_mask() - again.Brian Paul2008-12-171-3/+5
| * mesa: add missing cases for texture array targetsBrian Paul2008-12-171-6/+10
| * Revert "mesa: fix vertex program test in get_fp_input_mask()"Brian Paul2008-12-171-1/+3
| * mesa: fix vertex program test in get_fp_input_mask()Brian Paul2008-12-171-3/+1
* | mesa: save some useful VBO debug/dump code (disabled)Brian Paul2009-03-021-0/+42
* | mesa: more tex image debug/dumping codeBrian Paul2009-03-021-0/+22
* | mesa: comments and code documenting a bug with depth 32 TrueColor drawing/rea...Brian Paul2009-03-021-0/+18
* | mesa: move call to update_texture_compare_function()Brian Paul2009-03-021-3/+1
* | mesa: fix texture enable regressionBrian Paul2009-03-021-2/+3
* | mesa: use _mesa_reference_texobj() when setting texUnit->Current pointerBrian Paul2009-03-021-2/+1
* | mesa: don't draw arrays if vertex position array is not enabledBrian Paul2009-03-021-3/+12
* | gallium: only enable depth test if a depth bufffer is availableBrian Paul2009-03-021-3/+5
* | mesa: remove warning/short-circuit of stencil enable w/ no stencil bufferBrian Paul2009-03-021-5/+0
* | mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-0222-28/+28
* | mesa: add ctx->Stencil._Enabled fieldBrian Paul2009-03-023-2/+7
* | swrast: use _EnabledCoordUnits for fixed-function texturingBrian Paul2009-03-022-8/+8
* | mesa: fixed computation of _EnabledCoordUnitsBrian Paul2009-03-021-8/+18
* | mesa: clarify comments for per-unit texture bitfieldsBrian Paul2009-03-021-8/+14
* | mesa: move texture_override() code into calling loopBrian Paul2009-03-021-30/+19
* | mesa: move update_texture_compare_function() call out of loopBrian Paul2009-03-021-1/+3
* | mesa: remove unused AUX buffersBrian Paul2009-03-026-32/+5
* | mesa: remove VF_SOURCES, simplify MATH_XFORM_SOURCESBrian Paul2009-03-021-6/+1
* | mesa: just re-order some parts and update comments in sources.makBrian Paul2009-02-281-9/+9
* | mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-2823-92/+68
* | mesa: add gallium state tracker sources to ALL_SOURCESBrian Paul2009-02-281-1/+2
* | mesa: convert some #defines to enumsBrian Paul2009-02-282-49/+86
* | mesa: move _GenFlags = 0x0 to texgen loopBrian Paul2009-02-281-1/+2