summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák2011-03-121-1/+1
* r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák2011-03-121-3/+0
* r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2011-03-122-9/+0
* r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák2011-03-121-3/+8
* r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák2011-03-121-1/+5
* st/mesa: fail to alloc a renderbuffer if st_choose_renderbuffer_format failsMarek Olšák2011-03-121-0/+4
* st/mesa: fix crash when DrawBuffer->_ColorDrawBuffers[0] is NULLMarek Olšák2011-03-121-6/+10
* docs: add, fix release notes linksBrian Paul2011-03-081-1/+2
* docs: fill in 7.10.1 release dataBrian Paul2011-03-081-1/+1
* docs: update news.html with 7.10.1 and 7.9.2 releasesBrian Paul2011-03-081-0/+13
* docs: pull 7.9.2 release notes into 7.10 branchBrian Paul2011-03-081-0/+336
* docs: Add 7.10.1 md5sumsIan Romanick2011-03-021-1/+6
* docs: Add change log to 7.10.1 release notesmesa-7.10.1Ian Romanick2011-03-021-1/+244
* mesa: set version string to 7.10.1 (final)Ian Romanick2011-03-022-2/+2
* intel: Remove driver date and related bits from renderer stringIan Romanick2011-03-011-5/+1
* docs: Clean up bug fixes listIan Romanick2011-03-011-13/+16
* docs: Update 7.10.1 with (hopefully) the last of the cherry picksIan Romanick2011-03-011-0/+4
* Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois2011-03-011-1/+1
* docs: updated environment variable listBrian Paul2011-03-011-12/+90
* docs: fix glsl_compiler nameSam Hocevar2011-03-011-1/+1
* docs: add glsl infoSam Hocevar2011-03-011-0/+1
* tnl: Add support for datatype GL_FIXED in vertex arraysChad Versace2011-03-011-0/+40
* i915: Force lowering of all types of indirect array accesses in the FSIan Romanick2011-03-011-3/+11
* i915: Calculate partial result to temp register firstIan Romanick2011-03-011-8/+8
* i915: Only mark a register as available if all components are writtenIan Romanick2011-03-011-3/+17
* Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke2011-03-011-1/+1
* glsl: Use reralloc instead of plain realloc.Kenneth Graunke2011-02-281-5/+3
* i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke2011-02-281-1/+1
* i965/fs: Refactor control flow stack handling.Kenneth Graunke2011-02-281-7/+27
* i965: Increase Sandybridge point size clamp.Kenneth Graunke2011-02-281-1/+1
* i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke2011-02-281-1/+1
* i965/fs: Avoid register coalescing away gen6 MATH workarounds.Kenneth Graunke2011-02-281-0/+10
* i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2011-02-282-8/+13
* i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke2011-02-281-0/+2
* i965/fs: Apply source modifier workarounds to POW as well.Kenneth Graunke2011-02-281-3/+7
* docs: update 7.10.1 release notes with Ian's recent cherry picksIan Romanick2011-02-281-0/+14
* linker: Fix off-by-one error implicit array sizingIan Romanick2011-02-281-1/+1
* glx: Put null check before usenobled2011-02-281-2/+6
* glsl: Regenerate compiler and glcpp files from cherry picksIan Romanick2011-02-284-1872/+1993
* glsl: Finish out the reduce/reduce error fixesIan Romanick2011-02-283-59/+109
* glsl: Eliminate reduce/reduce conflicts in glsl grammarKeith Packard2011-02-281-21/+71
* glsl: Reinstate constant-folding for division by zeroChad Versace2011-02-281-4/+20
* glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30Chad Versace2011-02-281-0/+7
* glcpp: Raise error when modulus is zeroChad Versace2011-02-281-1/+6
* mesa: Initial size for secondary color array is 3Ian Romanick2011-02-281-1/+1
* i965: Fix a bug in i965 compute-to-MRF.Eric Anholt2011-02-281-0/+1
* glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.Kenneth Graunke2011-02-281-0/+2
* glsl: Reject shader versions not supported by the implementationIan Romanick2011-02-283-9/+82
* glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick2011-02-281-0/+6
* intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2011-02-282-15/+15