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