summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-25glsl: Accept precision qualifiers on sampler types, but only in ES.7.9Kenneth Graunke1-2/+9
2011-05-12mesa: Fix GetVertexAttrib* inside display lists.José Fonseca1-3/+3
2011-04-16r300/compiler: Fix incorrect presubtract conversionTom Stellard1-0/+24
2011-04-05r300/compiler: Fix vertex shader MAD instructions with constant swizzlesTom Stellard1-0/+18
2011-04-04r300/compiler: apply the texture swizzle to shadow pass and fail values tooMarek Olšák1-8/+20
2011-04-04r300/compiler: propagate SaturateMode down to the result of shadow comparisonMarek Olšák1-0/+3
2011-04-03r300g: tell the GLSL compiler to lower the continue opcodeMarek Olšák1-2/+2
2011-03-31prog_optimize: Fix reallocating registers for shaders with loopsTom Stellard1-3/+14
2011-03-30u_blitter: remove invalid assertionMarek Olšák1-2/+0
2011-03-30st/mesa: Validate state before doing blits.Henri Verbeet1-0/+3
2011-03-24r300g: fix alpha-test with no colorbufferMarek Olšák1-0/+5
2011-03-23mesa: More glGet* fixes.José Fonseca1-4/+4
2011-03-22mesa: Fix typo glGet*v(GL_TEXTURE_COORD_ARRAY_*).José Fonseca1-3/+3
2011-03-12st/mesa: fix crash when using both user and vbo buffers with the same strideMarek Olšák1-0/+8
2011-03-12r300/compiler: remove unused variablesMarek Olšák1-1/+1
2011-03-12r300/compiler: fix equal and notequal shadow compare functionsMarek Olšák1-18/+16
2011-03-12r300/compiler: saturate Z before the shadow comparisonMarek Olšák1-37/+44
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák1-1/+1
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák1-3/+0
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2-9/+0
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák1-3/+8
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák1-1/+5
2011-03-12st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák1-0/+4
2011-03-12st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák1-6/+10
2011-03-08docs: fill in 7.9.2 release dateBrian Paul1-1/+1
2011-03-02docs: Add 7.9.2 md5sumsIan Romanick1-1/+6
2011-03-02docs: Add change log to 7.9.2 release notesmesa-7.9.2Ian Romanick1-1/+202
2011-03-02mesa: set version string to 7.9.2 (final)Ian Romanick2-2/+2
2011-03-02intel: Remove driver date and related bits from renderer stringIan Romanick1-5/+1
2011-03-01docs: Clean up bug fixes listIan Romanick1-12/+14
2011-03-01docs: Update 7.9.2 release notes for recent cherry picksIan Romanick1-1/+21
2011-03-01Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois1-1/+1
2011-03-01docs: updated environment variable listBrian Paul1-12/+90
2011-03-01docs: fix glsl_compiler nameSam Hocevar1-1/+1
2011-03-01docs: add glsl infoSam Hocevar1-0/+1
2011-03-01tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace1-0/+40
2011-03-01i915: Force lowering of all types of indirect array accesses in the FSIan Romanick1-2/+10
2011-03-01i915: Calculate partial result to temp register firstIan Romanick1-8/+8
2011-03-01i915: Only mark a register as available if all components are writtenIan Romanick1-3/+17
2011-02-28glsl: Use reralloc instead of plain realloc.Kenneth Graunke1-5/+3
2011-02-28linker: Fix off-by-one error implicit array sizingIan Romanick1-1/+1
2011-02-28glx: Put null check before usenobled1-2/+6
2011-02-28glsl: Regenerate compiler files from cherry picksIan Romanick3-1785/+1898
2011-02-28glsl: Finish out the reduce/reduce error fixesIan Romanick3-58/+109
2011-02-28glsl: Eliminate reduce/reduce conflicts in glsl grammarKeith Packard1-21/+71
2011-02-28glsl: Reinstate constant-folding for division by zeroChad Versace1-4/+20
2011-02-28glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30Chad Versace1-0/+7
2011-02-28glcpp: Regenerate files from recent cherry picksIan Romanick1-253/+268
2011-02-28glcpp: Raise error when modulus is zeroChad Versace1-1/+6
2011-02-28mesa: Initial size for secondary color array is 3Ian Romanick1-1/+1