summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: set version string to 7.10.1 (final)Ian Romanick2011-03-021-1/+1
* intel: Remove driver date and related bits from renderer stringIan Romanick2011-03-011-5/+1
* Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois2011-03-011-1/+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
* 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
* i915: Set correct values for range/precision of fragment shader typesIan Romanick2011-02-281-0/+14
* i965: Set correct values for range/precision of fragment shader typesIan Romanick2011-02-281-0/+9
* mesa: Connect glGetShaderPrecisionFormat into the dispatch tableIan Romanick2011-02-281-0/+1
* mesa: implement glGetShaderPrecisionFormat()Brian Paul2011-02-283-5/+68
* mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.Chia-I Wu2011-02-281-0/+2
* mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.Eric Anholt2011-02-281-0/+1
* mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.Eric Anholt2011-02-281-0/+9
* mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt2011-02-285-1/+21
* mesa: Add actual support for glReleaseShaderCompiler from ES2.Eric Anholt2011-02-281-2/+5
* mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt2011-02-282-0/+2
* glapi: Regenerate for GL_ARB_ES2_compatibility.Ian Romanick2011-02-289-5279/+5581
* glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.Eric Anholt2011-02-283-0/+61
* i915: Disable extension OES_standard_derivativesChad Versace2011-02-251-0/+13
* mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace2011-02-252-1/+3
* mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee2011-02-251-8/+15
* mesa: Move declaration before code in extensions.c.Vinson Lee2011-02-251-6/+16
* mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace2011-02-251-1/+1
* mesa: Change dependencies of some OES extension stringsChad Versace2011-02-251-5/+5
* mesa: Add/remove extensions in extension stringChad Versace2011-02-251-5/+5