summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Mark a few more things as "in progress" in GL3.txt.Kenneth Graunke2013-10-061-2/+2
* dri/nouveau: add AllocTextureImageBuffer implementationIlia Mirkin2013-10-061-0/+9
* glsl: Fix usage of the wrong union member in program_resource_visitor::recurs...Francisco Jerez2013-10-061-2/+2
* Revert "r600g: only flush the caches that need to be flushed during CP DMA op...Marek Olšák2013-10-064-139/+28
* i965/ivb: Flag RG32F quirk for texture gather regardless of swizzlesChris Forbes2013-10-061-1/+1
* i965/vs: Add support for textureGather(.., comp)Chris Forbes2013-10-061-7/+11
* i965/fs: Add support for textureGather(.., comp)Chris Forbes2013-10-061-7/+11
* glsl: add ARB_gpu_shader5's additional textureGather signaturesChris Forbes2013-10-061-1/+26
* glsl: Add support for specifying the component in textureGatherChris Forbes2013-10-068-7/+42
* docs: mark ARB_conservative_depth done on i965Chris Forbes2013-10-062-1/+2
* i965: Enable ARB_conservative_depth for Gen7+.Chris Forbes2013-10-061-0/+1
* i965/wm: Program correct conservative depth modesChris Forbes2013-10-061-2/+14
* docs: rephrase 9.2.1, 9.1.7 news itemBrian Paul2013-10-051-9/+3
* docs: add the MD5 sums for the 9.2.1 and 9.1.7 releasesBrian Paul2013-10-052-2/+6
* docs: Mark off KHR_debug, update relnotesTimothy Arceri2013-10-052-1/+2
* i965/vs: add missing break between ir_query_levels and ir_tg4 casesChris Forbes2013-10-051-0/+1
* docs: Mark off ARB_texture_query_levels, update relnotesChris Forbes2013-10-052-1/+3
* i965: enable ARB_texture_query_levels on Gen6+Chris Forbes2013-10-051-0/+1
* i965/vs: implement ir_query_levelsChris Forbes2013-10-051-1/+14
* i965/fs: implement ir_query_levelsChris Forbes2013-10-051-1/+19
* i965: ignore all texturing opcodes without a coordinate, for cubemap normalizeChris Forbes2013-10-051-1/+1
* glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-0514-6/+87
* mesa: add plumbing for GL_ARB_texture_query_levelsChris Forbes2013-10-052-0/+2
* docs: Add release notes for 9.1.7 releaseCarl Worth2013-10-043-0/+173
* docs: Add release notes and NEWS item for 9.2.1 releaseCarl Worth2013-10-043-0/+212
* haiku: Ensure correct libraries are referenced.Alexander von Gluck IV2013-10-042-1/+2
* haiku: Clean up code, use target-helpersAlexander von Gluck IV2013-10-041-10/+6
* haiku: Drop haiku-softpipe.c; fix extern CAlexander von Gluck IV2013-10-044-103/+1
* haiku: Correct Haiku softpipe libraryAlexander von Gluck IV2013-10-041-1/+1
* haiku: Add first Haiku renderer (softpipe)Alexander von Gluck IV2013-10-049-5/+1249
* haiku: Build Haiku's libGL from within MesaAlexander von Gluck IV2013-10-048-0/+1242
* glsl: Define isnormal for Oracle Solaris Studio.Vinson Lee2013-10-041-0/+6
* r600g: texture offsets for non-TXF instructionsGrigori Goronzy2013-10-041-10/+10
* r600g: remove an assertion causing a crash at context cleanupMarek Olšák2013-10-041-1/+0
* r300g: remove unused function r300_lacks_vertex_texturesMarek Olšák2013-10-041-7/+0
* mesa: Don't return any data for GL_SHADER_BINARY_FORMATSIan Romanick2013-10-041-1/+1
* svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()Brian Paul2013-10-041-1/+1
* util: when packing depth values, round to nearest.Matthew McClure2013-10-042-4/+56
* radeonsi/compute: Fix segfault caused by recent refactoringTom Stellard2013-10-032-2/+6
* radeonsi: Fix buildBrian Paul2013-10-031-3/+3
* configure: set HAVE_COMMON_DRI when building only swrastEmil Velikov2013-10-031-0/+1
* radeonsi/compute: fix bind_compute_sampler_states() breakageBrian Paul2013-10-031-6/+0
* i965/fs: Improve accuracy of dFdy() to match dFdx().Paul Berry2013-10-032-20/+62
* gallium/tests: fix SHADER typoBrian Paul2013-10-031-1/+1
* gallium-egl: use standard variable types over EGLBoolean/EGLintEmil Velikov2013-10-031-9/+9
* gallium: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-15/+0
* gallium/docs: update bind_sampler_states() documentationBrian Paul2013-10-031-5/+6
* cso: make sure all sampler states are set/clearedBrian Paul2013-10-031-2/+9
* freedreno: use new bind_sampler_states() functionBrian Paul2013-10-031-21/+19
* svga: don't hook in old bind_fragment_sampler_states() functionsBrian Paul2013-10-031-9/+0