summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate lexer and parser files for tarball creation processflex-and-bison-requiredIan Romanick2011-02-111-4/+10
* Add generated parser / lexer files to gitignore listsIan Romanick2011-02-113-0/+9
* mesa: Fix some quirkiness of make tarballsIan Romanick2011-02-111-29/+26
* mesa: Remove nonexistent files from distribution listIan Romanick2011-02-111-3/+1
* mesa: Remove files generated by flex and bison from GITIan Romanick2011-01-313-9620/+0
* glcpp: Remove files generated by flex and bison from GITIan Romanick2011-01-313-6991/+0
* glsl: Remove files generated by flex and bison from GITIan Romanick2011-01-313-9381/+0
* glsl: Refresh autogenerated lexer and parser files.Ian Romanick2011-01-311-256/+271
* glsl: Reject shader versions not supported by the implementationIan Romanick2011-01-313-9/+82
* glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick2011-01-311-0/+6
* glsl: Fix dependencies / linkage for glsl_compilerIan Romanick2011-01-311-2/+2
* mesa: Initial size for secondary color array is 3Ian Romanick2011-01-311-1/+1
* r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König2011-01-311-1/+1
* llvmpipe: fix incorrect array index in image dump codeBrian Paul2011-01-311-1/+1
* glsl: regerated filesBrian Paul2011-01-312-125/+118
* glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul2011-01-311-1/+1
* scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul2011-01-311-0/+1
* glsl: add cast to silence signed/unsigned comparison warningBrian Paul2011-01-311-1/+1
* glsl: Define va_copy on MSVC.José Fonseca2011-01-311-0/+8
* i965: Emit texel offsets in sampler messages.Kenneth Graunke2011-01-312-4/+43
* glsl/builtins: Uncomment prototypes for texture*Offset functions.Kenneth Graunke2011-01-312-20/+0
* texture_builtins.py: Generate texture*Offset functions.Kenneth Graunke2011-01-311-5/+80
* texture_builtins.py: Generalize the "use_proj" field to support offsets.Kenneth Graunke2011-01-311-52/+57
* texture_builtins.py: Refactor coordinate dimension calculations.Kenneth Graunke2011-01-311-5/+9
* glsl: Introduce a new "const_in" variable mode.Kenneth Graunke2011-01-3112-4/+36
* glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke2011-01-318-29/+42
* glsl: Re-synchronize ir_variable_mode and the printer's string array.Kenneth Graunke2011-01-311-1/+1
* scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee2011-01-312-2/+12
* Remove the talloc sources from the Mesa repository.Kenneth Graunke2011-01-316-3895/+0
* Remove talloc from the SCons build system.Kenneth Graunke2011-01-318-49/+2
* Remove talloc from the make and automake build systems.Kenneth Graunke2011-01-318-24/+12
* ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke2011-01-312-35/+280
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-3167-604/+590
* ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke2011-01-314-0/+542
* glx: Properly check for a valid fd in dri2CreateScreen().Henri Verbeet2011-01-311-1/+3
* svga: Fix translation of TGSI SSG opcode.Michel Dänzer2011-01-311-1/+39
* svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer2011-01-311-1/+1
* svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer2011-01-311-0/+2
* glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet2011-01-311-2/+5
* glx: Fix leaks in DRI screen creation error paths.Henri Verbeet2011-01-311-19/+20
* glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet2011-01-313-15/+29
* glx: fix length of GLXGetFBConfigsSGIXJulien Cristau2011-01-311-1/+1
* glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau2011-01-311-2/+3
* r600g: fix eg OQ properly.Dave Airlie2011-01-312-5/+3
* r600g: fix OQ on evergreenAlex Deucher2011-01-312-4/+7
* r600g: fix occlusion query results.Dave Airlie2011-01-312-2/+9
* r600g: remove some non-existent evergreen reg fieldsAlex Deucher2011-01-301-6/+0
* r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie2011-01-312-2/+17
* r600g: handle the write all cbufs property.Dave Airlie2011-01-315-30/+16
* util: Call tables should be const.Henri Verbeet2011-01-301-1/+1