summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-06i965/gen8: Don't allocate hiz miptree structureshrink-hiz-bufJordan Justen1-0/+105
2015-03-06i965/gen7: Don't allocate hiz miptree structureJordan Justen1-2/+104
2015-03-05i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen1-3/+3
2015-03-05i965/gen7: Don't rely directly on the hiz miptree structureJordan Justen2-6/+7
2015-03-05i965/hiz: Start to separate miptree out from hiz buffersJordan Justen9-31/+79
2015-03-05i965/vec4: Don't lose the saturate modifier in copy propagation.Andrey Sudnik1-1/+1
2015-03-05i965/vec4: Handle saturate in dump_instruction().Matt Turner1-0/+2
2015-03-06ilo: enable L3 cache in MOCSChia-I Wu5-17/+85
2015-03-06ilo: track if a ilo_view_surface is a scanoutChia-I Wu2-16/+16
2015-03-06ilo: clean up SURFACE_STATE and BINDING_TABLE_STATEChia-I Wu2-21/+35
2015-03-05mapi: actually remove unused u_thread.hBrian Paul1-126/+0
2015-03-05freedreno/ir3: fix silly typo for binning pass shadersRob Clark1-1/+1
2015-03-06glsl: let interface linking code validate its arraysTimothy Arceri1-1/+2
2015-03-06glsl: use common intrastage array validationTimothy Arceri1-37/+37
2015-03-06glsl: move array validation into its own functionTimothy Arceri2-39/+55
2015-03-05i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke1-1/+49
2015-03-06ilo: add more convenient intel_bo_{ref,unref}()Chia-I Wu8-47/+35
2015-03-06ilo: add intel_bo_set_tiling()Chia-I Wu6-80/+71
2015-03-06ilo: replace intel_tiling_mode by gen_surface_tilingChia-I Wu10-136/+167
2015-03-06ilo: update genhw headersChia-I Wu7-782/+986
2015-03-05Fix invalid extern "C" around header inclusion.Mark Janes26-38/+96
2015-03-05i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner5-42/+106
2015-03-05mesa/x86: missing stdio inclusionsMark Janes2-0/+4
2015-03-05clover: Enable cl_khr_fp64 for devices that support doubles v4Tom Stellard3-3/+25
2015-03-05xmlpool: make sure we ship options.hEmil Velikov1-1/+1
2015-03-05mapi: fix *glapi dependency trackingEmil Velikov1-2/+2
2015-03-05mesa: drop Makefile from get_hash.h dependency listEmil Velikov1-1/+1
2015-03-05mesa: fix dependency tracking of generated sourcesEmil Velikov1-0/+2
2015-03-05mesa: rename format_info.c to format_info.hEmil Velikov5-7/+7
2015-03-05mesa/main: update .gitignoreEmil Velikov1-2/+0
2015-03-05egl/main: remove no-longer needed definition of stdint typesEmil Velikov1-32/+0
2015-03-05egl/drivers: include stdint.h where neededEmil Velikov6-0/+7
2015-03-05egl/main: drop the declaration of PUBLIC keyword.Emil Velikov1-14/+0
2015-03-05egl/main: no longer export internal functionEmil Velikov13-36/+36
2015-03-05egl/main: replace __FUNCTION__ with __func__Emil Velikov2-11/+3
2015-03-05egl/main: replace INLINE with inlineEmil Velikov15-68/+82
2015-03-05mapi: remove u_thread.hBrian Paul6-30/+19
2015-03-05mapi: use c11 call_once() instead of pthread_once()Brian Paul1-2/+3
2015-03-05mapi: THREADS was always defined, remove itBrian Paul7-56/+13
2015-03-05mesa: remove THREADS check, printf calls in debug.cBrian Paul1-5/+0
2015-03-05mapi: rewrite u_current_init() function without u_thread_self()Brian Paul2-27/+40
2015-03-05mapi: fix preprocessor check in u_current_destroy()Brian Paul1-1/+1
2015-03-05mapi: remove u_macros.hBrian Paul6-17/+3
2015-03-05osmesa: include stdio.hBrian Paul1-0/+1
2015-03-05xlib: include stdio.hBrian Paul4-1/+4
2015-03-05st/osmesa: include stdio.hBrian Paul1-0/+1
2015-03-05st/xlib: include stdio.hBrian Paul2-0/+2
2015-03-05st/xlib: include stdio.hBrian Paul1-0/+1
2015-03-05st/mesa: include stdio.h where neededBrian Paul2-0/+2
2015-03-05swrast: include stdio.h where neededBrian Paul1-0/+1