summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Fix vgrf0 live interval when no interpolation was done.Eric Anholt2014-04-081-2/+4
* i965: Drop pointless check for variable declarations in splitting.Eric Anholt2014-04-081-10/+5
* i965: Remove stale comment.Eric Anholt2014-04-081-1/+0
* glsl: Move tree grafting's debug output to stderr.Eric Anholt2014-04-081-15/+15
* glsl: Skip making a temporary for assignments when we don't need one.Eric Anholt2014-04-082-61/+123
* i915: Fix build error.Iago Toral Quiroga2014-04-081-6/+0
* glsl: Pass ctx->Const.NativeIntegers to do_algebraic.Kenneth Graunke2014-04-084-6/+8
* glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().Kenneth Graunke2014-04-088-9/+18
* glsl: Validate that base types match for a number of binops.Kenneth Graunke2014-04-081-0/+3
* glsl: Fix lack of i2u in lower_ubo_reference.Kenneth Graunke2014-04-081-3/+7
* i965/fs: Skip emitting MACH/MOV for small integers.Kenneth Graunke2014-04-081-12/+21
* glsl: Make is_16bit_constant from i965 an ir_constant method.Kenneth Graunke2014-04-083-16/+26
* mesa: Move is_power_of_two() function from brw_context.h to macros.h.Kenneth Graunke2014-04-082-6/+11
* 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-073-51/+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
* nvc0: add support for texture gatherIlia Mirkin2014-04-074-5/+22
* 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