summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-09svga: add null vs pointer check in update_need_pipeline()8.0Brian Paul1-1/+1
2012-03-09svga: fix the rasterizer state resetsZack Rusin2-2/+17
2012-03-09svga: Fix stencil op mappingZack Rusin1-4/+4
2012-03-09svga: fix a crash happening before setting fragment shaders.Zack Rusin1-1/+2
2012-03-05mesa: Don't disable fast path for normalized typesNeil Roberts1-7/+15
2012-03-01svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX.José Fonseca1-2/+2
2012-03-01mesa: let GL3 buf obj queries not depend on opengl major versionYuanhan Liu1-6/+6
2012-02-28i965: Only set Last Render Target Select on the last FB write.Kenneth Graunke1-1/+1
2012-02-26r300/compiler: Fix bug when lowering KILP on r300 cardsTom Stellard1-10/+54
2012-02-27gallium/rtasm: properly detect SSE and SSE2Marek Olšák1-24/+24
2012-02-16docs: Add 8.0.1 release md5sumsIan Romanick1-1/+3
2012-02-16docs: Add 8.0.1 release notesIan Romanick1-0/+151
2012-02-16mesa: Bump version number to 8.0.1Ian Romanick2-3/+3
2012-02-16r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2-2/+24
2012-02-16r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher1-0/+10
2012-02-16r600g: fix tex tile_type offset for caymanAlex Deucher2-1/+8
2012-02-16i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke4-2/+29
2012-02-15i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.Kenneth Graunke1-0/+6
2012-02-15i965/fs: Add a new fs_inst::regs_written function.Kenneth Graunke1-0/+12
2012-02-15swrast: Only avoid empty _TexEnvProgramsIan Romanick1-1/+2
2012-02-15glapi: Include GLES2 headers for ES2 extension functionsIan Romanick1-0/+10
2012-02-15meta: Avoid FBO resizing/reallocating in decompress_texture_imageAnuj Phogat1-1/+1
2012-02-15i915: Fix type of "specoffset" variable.Paul Berry1-1/+1
2012-02-15state_stracker: Fix access to uninitialized memory.Mathias Fröhlich1-1/+1
2012-02-14i965/fs: Enable register spilling on gen7 too.Eric Anholt1-2/+0
2012-02-14i965: Report the failure message when failing to compile the fragment shader.Eric Anholt1-0/+3
2012-02-14meta: Add pixel store/pack operations in decompress_texture_imageAnuj Phogat1-5/+3
2012-02-14st/mesa: only resolve if number of samples is > 1Dave Airlie1-1/+2
2012-02-14swrast: fix span color type selectionBrian Paul3-9/+36
2012-02-14i965: Fix border color on Ironlake.Kenneth Graunke1-1/+1
2012-02-14mesa: fix proxy texture target initializationBrian Paul1-7/+12
2012-02-14i965: Remove file i965/junk, accidentally added in 7b36c68Chad Versace1-0/+0
2012-02-14i965: Fix HiZ change compiler warning.Eric Anholt1-1/+0
2012-02-14i965: Rewrite the HiZ opChad Versace19-517/+1147
2012-02-09docs: remove link to the GLSL compiler pageBrian Paul1-1/+0
2012-02-09docs: add VMware linkBrian Paul1-1/+2
2012-02-09docs: update info about supported systems, GPUs, APIsBrian Paul1-12/+56
2012-02-09docs: add news item for 8.0 releaseBrian Paul1-0/+10
2012-02-09docs: Add 8.0 MD5 checksumsIan Romanick1-1/+3
2012-02-09mesa: Bump version number to 8.0 (final)Ian Romanick3-3/+3
2012-02-09mesa: fix maximum allowed proxy texture size conditionAnuj Phogat1-11/+11
2012-02-07dri: Add Unigine Tropics as an app that requires the GLSL warn workaround.Eric Anholt1-0/+3
2012-02-07dri: Fix typo in xml file that made all applications use the workaround.Eric Anholt1-1/+1
2012-02-07dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt1-0/+7
2012-02-07vbo: fix a building errorChih-Wei Huang1-0/+2
2012-02-07glsl: Add error case for switch() with two default cases.Eric Anholt2-0/+16
2012-02-07glsl: Throw an error when faced with a duplicated switch() case label.Eric Anholt2-0/+27
2012-02-07glsl: Add other missing error location information for switch statements.Eric Anholt1-0/+4
2012-02-07glsl: Add missing location info to case labels.Eric Anholt1-0/+2
2012-02-07glsl: Throw the required error when a case label is a non-constant.Eric Anholt1-2/+14