summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-02mesa: set version string to 7.9.2 (final)Ian Romanick1-1/+1
2011-03-02intel: 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-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
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-1/+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/+6
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 Romanick10-4216/+4533
2011-02-28glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.Eric Anholt3-0/+61
2011-02-25mesa: Remove unsupported OES extensionsIan Romanick1-3/+0
2011-02-22dri_util: fail driCreateNewScreen if InitScreen is NULLPaulo Zanoni1-0/+3
2011-02-22radeon: avoid segfault on 3D textures.Dave Airlie1-0/+3
2011-02-22radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie3-6/+6
2011-02-22glsl2: fix signed/unsigned comparison warningBrian Paul1-1/+1
2011-02-22glsl: add ir_shader case in switch stmt to silence warningBrian Paul1-0/+2
2011-02-22mesa: include compiler.h for ASSERT macroBrian Paul1-0/+1
2011-02-20st/dri: Track drawable context bindingsMarek Olšák4-2/+14
2011-02-21st/mesa: need to translate clear color according to surface's base formatBrian Paul4-35/+75
2011-02-21st/mesa: fix the default case in st_format_datatype()Brian Paul1-5/+2
2011-02-21st/mesa: set renderbuffer _BaseFormat in a few placesBrian Paul1-0/+2
2011-02-21cso: fix loop bound in cso_set_vertex_samplers()Brian Paul1-1/+1
2011-02-21glx: fix length of GLXGetFBConfigsSGIXJulien Cristau1-1/+1
2011-02-21glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau1-2/+3
2011-02-21glapi: add @GOTPCREL relocation typeDimitry Andric2-2/+4
2011-02-21softpipe: fix off-by-one error in setup_fragcoord_coeff()Brian Paul1-1/+1