summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-02mesa: set version string to 7.10.1 (final)Ian Romanick1-1/+1
2011-03-01intel: Remove driver date and related bits from renderer stringIan Romanick1-5/+1
2011-03-01Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois1-1/+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-3/+11
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-03-01Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."Kenneth Graunke1-1/+1
2011-02-28glsl: Use reralloc instead of plain realloc.Kenneth Graunke1-5/+3
2011-02-28i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke1-1/+1
2011-02-28i965/fs: Refactor control flow stack handling.Kenneth Graunke1-7/+27
2011-02-28i965: Increase Sandybridge point size clamp.Kenneth Graunke1-1/+1
2011-02-28i965/fs: Correctly set up gl_FragCoord.w on Sandybridge.Kenneth Graunke1-1/+1
2011-02-28i965/fs: Avoid register coalescing away gen6 MATH workarounds.Kenneth Graunke1-0/+10
2011-02-28i965/fs: Add a helper function for detecting math opcodes.Eric Anholt2-8/+13
2011-02-28i965: Fix shaders that write to gl_PointSize on Sandybridge.Kenneth Graunke1-0/+2
2011-02-28i965/fs: Apply source modifier workarounds to POW as well.Kenneth Graunke1-3/+7
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 and glcpp files from cherry picksIan Romanick4-1872/+1993
2011-02-28glsl: Finish out the reduce/reduce error fixesIan Romanick3-59/+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: Raise error when modulus is zeroChad Versace1-1/+6
2011-02-28mesa: Initial size for secondary color array is 3Ian Romanick1-1/+1
2011-02-28i965: Fix a bug in i965 compute-to-MRF.Eric Anholt1-0/+1
2011-02-28glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.Kenneth Graunke1-0/+2
2011-02-28glsl: Reject shader versions not supported by the implementationIan Romanick3-9/+82
2011-02-28glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick1-0/+6
2011-02-28intel: Fix typeos from 3d028024 and 790ff232Ian Romanick2-15/+15
2011-02-28i915: Set correct values for range/precision of fragment shader typesIan Romanick1-0/+14
2011-02-28i965: Set correct values for range/precision of fragment shader typesIan Romanick1-0/+9
2011-02-28mesa: Connect glGetShaderPrecisionFormat into the dispatch tableIan Romanick1-0/+1
2011-02-28mesa: implement glGetShaderPrecisionFormat()Brian Paul3-5/+68
2011-02-28mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.Chia-I Wu1-0/+2
2011-02-28mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.Eric Anholt1-0/+1
2011-02-28mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.Eric Anholt1-0/+9
2011-02-28mesa: Add support for glDepthRangef and glClearDepthf.Eric Anholt5-1/+21
2011-02-28mesa: Add actual support for glReleaseShaderCompiler from ES2.Eric Anholt1-2/+5
2011-02-28mesa: Add extension enable bit for GL_ARB_ES2_compatibility.Eric Anholt2-0/+2
2011-02-28glapi: Regenerate for GL_ARB_ES2_compatibility.Ian Romanick9-5279/+5581
2011-02-28glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.Eric Anholt3-0/+61
2011-02-25i915: Disable extension OES_standard_derivativesChad Versace1-0/+13
2011-02-25mesa: Change OES_standard_derivatives to be stand-alone extensionChad Versace2-1/+3
2011-02-25mesa: Move loop variable declarations outside for loop in extensions.c.Vinson Lee1-8/+15
2011-02-25mesa: Move declaration before code in extensions.c.Vinson Lee1-6/+16
2011-02-25mesa: Change OES_point_sprite to depend on ARB_point_spriteChad Versace1-1/+1
2011-02-25mesa: Change dependencies of some OES extension stringsChad Versace1-5/+5
2011-02-25mesa: Add/remove extensions in extension stringChad Versace1-5/+5