summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-07clover: fix building with llvm-3.4 since rev191922Laurent Carlier1-1/+5
2013-10-07st/mesa: silence warning about unhandled ir_query_levels in switchBrian Paul1-0/+3
2013-10-07radeon/vdpau: only export necessary symbolsChristian König3-0/+9
2013-10-07radeon/uvd: optimize message handling a bitChristian König1-44/+53
2013-10-06docs: Mark a few more things as "in progress" in GL3.txt.Kenneth Graunke1-2/+2
2013-10-06dri/nouveau: add AllocTextureImageBuffer implementationIlia Mirkin1-0/+9
2013-10-06glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...Francisco Jerez1-2/+2
2013-10-06Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák4-139/+28
2013-10-06i965/ivb: Flag RG32F quirk for texture gather regardless of swizzlesChris Forbes1-1/+1
2013-10-06i965/vs: Add support for textureGather(.., comp)Chris Forbes1-7/+11
2013-10-06i965/fs: Add support for textureGather(.., comp)Chris Forbes1-7/+11
2013-10-06glsl: add ARB_gpu_shader5's additional textureGather signaturesChris Forbes1-1/+26
2013-10-06glsl: Add support for specifying the component in textureGatherChris Forbes8-7/+42
2013-10-06docs: mark ARB_conservative_depth done on i965Chris Forbes2-1/+2
2013-10-06i965: Enable ARB_conservative_depth for Gen7+.Chris Forbes1-0/+1
2013-10-06i965/wm: Program correct conservative depth modesChris Forbes1-2/+14
2013-10-05docs: rephrase 9.2.1, 9.1.7 news itemBrian Paul1-9/+3
2013-10-05docs: add the MD5 sums for the 9.2.1 and 9.1.7 releasesBrian Paul2-2/+6
2013-10-05docs: Mark off KHR_debug, update relnotesTimothy Arceri2-1/+2
2013-10-05i965/vs: add missing break between ir_query_levels and ir_tg4 casesChris Forbes1-0/+1
2013-10-05docs: Mark off ARB_texture_query_levels, update relnotesChris Forbes2-1/+3
2013-10-05i965: enable ARB_texture_query_levels on Gen6+Chris Forbes1-0/+1
2013-10-05i965/vs: implement ir_query_levelsChris Forbes1-1/+14
2013-10-05i965/fs: implement ir_query_levelsChris Forbes1-1/+19
2013-10-05i965: ignore all texturing opcodes without a coordinate, for cubemap normalizeChris Forbes1-1/+1
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes14-6/+87
2013-10-05mesa: add plumbing for GL_ARB_texture_query_levelsChris Forbes2-0/+2
2013-10-04docs: Add release notes for 9.1.7 releaseCarl Worth3-0/+173
2013-10-04docs: Add release notes and NEWS item for 9.2.1 releaseCarl Worth3-0/+212
2013-10-04haiku: Ensure correct libraries are referenced.Alexander von Gluck IV2-1/+2
2013-10-04haiku: Clean up code, use target-helpersAlexander von Gluck IV1-10/+6
2013-10-04haiku: Drop haiku-softpipe.c; fix extern CAlexander von Gluck IV4-103/+1
2013-10-04haiku: Correct Haiku softpipe libraryAlexander von Gluck IV1-1/+1
2013-10-04haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV9-5/+1249
2013-10-04haiku: Build Haiku's libGL from within MesaAlexander von Gluck IV8-0/+1242
2013-10-04glsl: Define isnormal for Oracle Solaris Studio.Vinson Lee1-0/+6
2013-10-04r600g: texture offsets for non-TXF instructionsGrigori Goronzy1-10/+10
2013-10-04r600g: remove an assertion causing a crash at context cleanupMarek Olšák1-1/+0
2013-10-04r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák1-7/+0
2013-10-04mesa: Don't return any data for GL_SHADER_BINARY_FORMATSIan Romanick1-1/+1
2013-10-04svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul1-1/+1
2013-10-04util: when packing depth values, round to nearest.Matthew McClure2-4/+56
2013-10-03radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard2-2/+6
2013-10-03radeonsi: Fix buildBrian Paul1-3/+3
2013-10-03configure: set HAVE_COMMON_DRI when building only swrastEmil Velikov1-0/+1
2013-10-03radeonsi/compute: fix bind_compute_sampler_states() breakageBrian Paul1-6/+0
2013-10-03i965/fs: Improve accuracy of dFdy() to match dFdx().Paul Berry2-20/+62
2013-10-03gallium/tests: fix SHADER typoBrian Paul1-1/+1
2013-10-03gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov1-9/+9
2013-10-03gallium: remove old bind_*_sampler_states() functionsBrian Paul1-15/+0