summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Add 8.0.1 release notesmesa-8.0.1Ian Romanick2012-02-161-0/+151
* mesa: Bump version number to 8.0.1Ian Romanick2012-02-162-3/+3
* r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2012-02-162-2/+24
* r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher2012-02-161-0/+10
* r600g: fix tex tile_type offset for caymanAlex Deucher2012-02-162-1/+8
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-164-2/+29
* i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.Kenneth Graunke2012-02-151-0/+6
* i965/fs: Add a new fs_inst::regs_written function.Kenneth Graunke2012-02-151-0/+12
* swrast: Only avoid empty _TexEnvProgramsIan Romanick2012-02-151-1/+2
* glapi: Include GLES2 headers for ES2 extension functionsIan Romanick2012-02-151-0/+10
* meta: Avoid FBO resizing/reallocating in decompress_texture_imageAnuj Phogat2012-02-151-1/+1
* i915: Fix type of "specoffset" variable.Paul Berry2012-02-151-1/+1
* state_stracker: Fix access to uninitialized memory.Mathias Fröhlich2012-02-151-1/+1
* i965/fs: Enable register spilling on gen7 too.Eric Anholt2012-02-141-2/+0
* i965: Report the failure message when failing to compile the fragment shader.Eric Anholt2012-02-141-0/+3
* meta: Add pixel store/pack operations in decompress_texture_imageAnuj Phogat2012-02-141-5/+3
* st/mesa: only resolve if number of samples is > 1Dave Airlie2012-02-141-1/+2
* swrast: fix span color type selectionBrian Paul2012-02-143-9/+36
* i965: Fix border color on Ironlake.Kenneth Graunke2012-02-141-1/+1
* mesa: fix proxy texture target initializationBrian Paul2012-02-141-7/+12
* i965: Remove file i965/junk, accidentally added in 7b36c68Chad Versace2012-02-141-0/+0
* i965: Fix HiZ change compiler warning.Eric Anholt2012-02-141-1/+0
* i965: Rewrite the HiZ opChad Versace2012-02-1419-517/+1147
* docs: remove link to the GLSL compiler pageBrian Paul2012-02-091-1/+0
* docs: add VMware linkBrian Paul2012-02-091-1/+2
* docs: update info about supported systems, GPUs, APIsBrian Paul2012-02-091-12/+56
* docs: add news item for 8.0 releaseBrian Paul2012-02-091-0/+10
* docs: Add 8.0 MD5 checksumsIan Romanick2012-02-091-1/+3
* mesa: Bump version number to 8.0 (final)mesa-8.0Ian Romanick2012-02-093-3/+3
* mesa: fix maximum allowed proxy texture size conditionAnuj Phogat2012-02-091-11/+11
* dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt2012-02-071-0/+3
* dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt2012-02-071-1/+1
* dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt2012-02-071-0/+7
* vbo: fix a building errorChih-Wei Huang2012-02-071-0/+2
* glsl: Add error case for switch() with two default cases.Eric Anholt2012-02-072-0/+16
* glsl: Throw an error when faced with a duplicated switch() case label.Eric Anholt2012-02-072-0/+27
* glsl: Add other missing error location information for switch statements.Eric Anholt2012-02-071-0/+4
* glsl: Add missing location info to case labels.Eric Anholt2012-02-071-0/+2
* glsl: Throw the required error when a case label is a non-constant.Eric Anholt2012-02-071-2/+14
* glsl: Save and restore the whole switch state for nesting.Eric Anholt2012-02-073-260/+255
* mesa: Fix the error message function names for glFlushMappedBufferRange().Eric Anholt2012-02-071-7/+7
* mesa: Fix bad-enum/no-buffer error handling for buffer object functions.Eric Anholt2012-02-071-87/+39
* glsl: Avoid ralloc_stealing a long-lived object to a short-lived parentCarl Worth2012-02-071-3/+0
* mesa: reference shared state in glPushAttrib(GL_TEXTURE_BIT)Brian Paul2012-02-071-0/+13
* mesa: use new _mesa_reference_shared_state() functionBrian Paul2012-02-073-38/+49
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-02-073-1/+14
* mesa: Add a flag for forcing all GLSL extensions to "warn".Eric Anholt2012-02-072-0/+9
* i965/vs: Avoid allocating registers in to the gen7 MRF hack region.Eric Anholt2012-02-073-3/+6
* swrast: Fix fixed-function fragment processingChad Versace2012-02-079-44/+45
* mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt2012-02-071-21/+24