summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix "SIMD16 unsupported" messages via KHR_debug.Kenneth Graunke2014-04-081-1/+1
* i965: Fix missing dirty bits in the gen8_sbe_state atom.Kenneth Graunke2014-04-071-2/+2
* i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.Kenneth Graunke2014-04-071-1/+0
* i965: Use the correct program when uploading Broadwell SOL state.Kenneth Graunke2014-04-071-6/+2
* st/xa: Make sure unused samplers are set to NULLThomas Hellstrom2014-04-071-2/+3
* st/xa: Bind destination before setting new stateThomas Hellstrom2014-04-071-3/+3
* glapi: Fix libglapi build.Eric Anholt2014-04-071-0/+1
* glapi/build: Add headers to distribution.Matt Turner2014-04-072-6/+22
* glapi/gen: Ship more Python filesMatt Turner2014-04-071-0/+17
* glapi/gen: Ship XML and Python filesMatt Turner2014-04-071-1/+3
* glapi/gen: Add missing XML files to API_XMLMatt Turner2014-04-071-11/+10
* src/build: Add getopt to distribution.Matt Turner2014-04-071-0/+2
* gbm/build: Add headers to distribution.Matt Turner2014-04-071-2/+8
* egl/build: Sort egl sources alphabetically.Matt Turner2014-04-071-15/+15
* egl/build: Remove unused -DXF86VIDMODE.Matt Turner2014-04-071-4/+0
* egl/build: Include headers and XML in distribution.Matt Turner2014-04-073-2/+11
* egl/build: Drop two unnecessary Makefiles.Matt Turner2014-04-074-53/+5
* i965/fs: Remove left-over 'removed' variable.Matt Turner2014-04-071-13/+8
* i965/fs: Check for interference after finding all channels.Matt Turner2014-04-071-11/+26
* i965: initialize more device info fields for CherryviewJordan Justen2014-04-071-0/+2
* swrast: reindent s_texfetch_temp.h, remove trailing whitespaceBrian Paul2014-04-071-182/+261
* swrast: remove out of date comments in s_texfetch_tmp.hBrian Paul2014-04-071-457/+10
* swrast: rename texture fetch functions (pt. 7)Brian Paul2014-04-072-38/+38
* swrast: rename texture fetch functions (pt. 6)Brian Paul2014-04-072-83/+83
* swrast: rename texture fetch functions (pt. 5)Brian Paul2014-04-072-35/+35
* swrast: rename texture fetch functions (pt. 4)Brian Paul2014-04-072-56/+56
* swrast: rename texture fetch functions (pt. 3)Brian Paul2014-04-072-56/+56
* swrast: rename texture fetch functions (pt. 2)Brian Paul2014-04-072-60/+60
* swrast: rename texture fetch functions (pt. 1)Brian Paul2014-04-072-44/+44
* mesa: rename stencil/Z functions in format_unpack.cBrian Paul2014-04-071-40/+40
* nouveau: fix firmware check on nvd7/nvd9Ilia Mirkin2014-04-071-3/+3
* winsys/svga: Fix prime surface references also for guest-backed surfacesThomas Hellstrom2014-04-073-6/+81
* winsys/svga: Update the vmwgfx_drm.h header to latest version from kernelThomas Hellstrom2014-04-071-1/+12
* docs: mark ARB_texture_gather as done on nvc0Ilia Mirkin2014-04-071-1/+1
* nvc0: add support for texture gatherIlia Mirkin2014-04-074-5/+22
* docs: mark ARB_texture_query_lod as done for nv50, nvc0Ilia Mirkin2014-04-071-1/+1
* nvc0: enable texture query lodIlia Mirkin2014-04-074-1/+55
* nv50: enable texture query lodIlia Mirkin2014-04-076-1/+34
* st/mesa: add support for ARB_texture_query_lodDave Airlie2014-04-072-2/+4
* gallium: add support for LODQ opcodes.Dave Airlie2014-04-0717-2/+32
* i965/vec4: Allow constant propagation into dot product.Matt Turner2014-04-051-0/+4
* glsl: Optimize (x + y cmp 0) into (x cmp -y).Matt Turner2014-04-051-0/+22
* i965/fs: Split out can_coalesce_vars() function.Matt Turner2014-04-051-44/+47
* i965/fs: Split out is_coalesce_candidate() function.Matt Turner2014-04-051-14/+23
* i965/fs: Split fs_visitor::register_coalesce() into its own file.Matt Turner2014-04-053-181/+209
* i965/fs: Mark appropriate fs_inst members as const.Matt Turner2014-04-052-15/+15
* i965: Mark is_tex() and friends as const.Matt Turner2014-04-052-10/+10
* i965/fs: Don't propagate saturation modifiers if there are source modifiers.Matt Turner2014-04-051-0/+2
* i965/fs: Don't propagate saturate modifiers into partial writes.Matt Turner2014-04-051-1/+2
* i965/fs: Fix off-by-one in saturate propagation.Matt Turner2014-04-051-1/+1