summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-01r600g: just change tile type when buffer is set to depth.Dave Airlie
2011-02-01r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie
2011-02-01r600g: fix evergreen for depth decompress testDave Airlie
2011-02-01r600: only decompress depth when its tile type is wrong.Dave Airlie
2011-01-31texture_builtins.py: Fix a warning about mixed tabs/spaces.Kenneth Graunke
2011-02-01r600g: start looking at evergreen tiling.Dave Airlie
2011-02-01r600g: Actually use the info from the flushed depth texture when creating a s...Henri Verbeet
2011-01-31glsl: Refresh autogenerated lexer and parser files.Ian Romanick
2011-01-31glsl: Reject shader versions not supported by the implementationIan Romanick
2011-01-31glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick
2011-01-31glsl: Fix dependencies / linkage for glsl_compilerIan Romanick
2011-01-31mesa: Initial size for secondary color array is 3Ian Romanick
2011-01-31r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul
2011-01-31glsl: regerated filesBrian Paul
2011-01-31glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul
2011-01-31scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul
2011-01-31glsl: add cast to silence signed/unsigned comparison warningBrian Paul
2011-01-31glsl: Define va_copy on MSVC.José Fonseca
2011-01-31i965: Emit texel offsets in sampler messages.Kenneth Graunke
2011-01-31glsl/builtins: Uncomment prototypes for texture*Offset functions.Kenneth Graunke
2011-01-31texture_builtins.py: Generate texture*Offset functions.Kenneth Graunke
2011-01-31texture_builtins.py: Generalize the "use_proj" field to support offsets.Kenneth Graunke
2011-01-31texture_builtins.py: Refactor coordinate dimension calculations.Kenneth Graunke
2011-01-31glsl: Introduce a new "const_in" variable mode.Kenneth Graunke
2011-01-31glsl: Change texel offsets to a single vector rvalue.Kenneth Graunke
2011-01-31glsl: Re-synchronize ir_variable_mode and the printer's string array.Kenneth Graunke
2011-01-31scons: Gracefully handle pkg-config errors with libdrm_radeon.Vinson Lee
2011-01-31Remove the talloc sources from the Mesa repository.Kenneth Graunke
2011-01-31Remove talloc from the SCons build system.Kenneth Graunke
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke
2011-01-31ralloc: a new MIT-licensed recursive memory allocator.Kenneth Graunke
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-31ralloc: Add a fake implementation of ralloc based on talloc.Kenneth Graunke
2011-01-31glx: Properly check for a valid fd in dri2CreateScreen().Henri Verbeet
2011-01-31svga: Fix translation of TGSI SSG opcode.Michel Dänzer
2011-01-31svga: TEXLDL opcode dst/src register information is correct.Michel Dänzer
2011-01-31svga: Print the number and mnemonic of the opcode we're missing information for.Michel Dänzer
2011-01-31glx: Fix leaks in DRISW screen creation error paths.Henri Verbeet
2011-01-31glx: Fix leaks in DRI screen creation error paths.Henri Verbeet
2011-01-31glx: Fix leaks in DRI2 screen creation error paths.Henri Verbeet
2011-01-31glx: fix length of GLXGetFBConfigsSGIXJulien Cristau
2011-01-31glx: fix GLXChangeDrawableAttributesSGIX requestJulien Cristau
2011-01-31r600g: fix eg OQ properly.Dave Airlie
2011-01-31r600g: fix OQ on evergreenAlex Deucher
2011-01-31r600g: fix occlusion query results.Dave Airlie
2011-01-30r600g: remove some non-existent evergreen reg fieldsAlex Deucher
2011-01-31r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...Dave Airlie
2011-01-31r600g: handle the write all cbufs property.Dave Airlie
2011-01-30util: Call tables should be const.Henri Verbeet