summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Move BindImageMemory to anv_image.cJason Ekstrand2016-10-072-20/+20
* anv: Allocate hiz surfaceChad Versace2016-10-071-3/+34
* anv: Add func anv_image_has_hiz()Chad Versace2016-10-071-0/+10
* anv: Add anv_image::hiz_surfaceChad Versace2016-10-071-0/+2
* isl: Correct a comment in the isl_format enumNanley Chery2016-10-071-1/+1
* gallium: add missing zero-init for resource templatesRob Clark2016-10-0710-0/+17
* freedreno: don't try to shadow layered texturesRob Clark2016-10-071-0/+3
* freedreno/a3xx+a4xx: fix clip-plane lowering stateRob Clark2016-10-072-0/+6
* glsl: Let cache_test build when the shader cache is not enabledIan Romanick2016-10-071-0/+4
* anv: pipeline cache: fix return value of vkGetPipelineCacheDataLionel Landwerlin2016-10-071-2/+5
* util: remove unused variableTimothy Arceri2016-10-071-4/+2
* loader/dri3: import prime buffers in the currently-bound screenMartin Peres2016-10-071-1/+11
* loader/dri3: add get_dri_screen() to the vtableMartin Peres2016-10-073-0/+24
* anv/entrypoints: Save off the entire devinfo rather than a pointerJason Ekstrand2016-10-061-5/+5
* radv: drop all uint for unsigned.Dave Airlie2016-10-071-8/+8
* vc4: Don't worry about partial Z/S clear if the other is already cleared.Eric Anholt2016-10-061-3/+7
* vc4: Try to fix the HW-2116 workaround.Eric Anholt2016-10-061-9/+10
* vc4: Drop dead argument from vc4_start_draw().Eric Anholt2016-10-061-3/+3
* vc4: Fix fallback to quad clears of depth in GLX.Eric Anholt2016-10-064-25/+64
* vc4: Add the format name in miptree_debug.Eric Anholt2016-10-061-2/+4
* vc4: Fix perf debug formatting on partial Z/S clear.Eric Anholt2016-10-061-1/+1
* vc4: Drop destination register when it's unused.Eric Anholt2016-10-061-1/+22
* vc4: Fix live intervals analysis for screening defs in if statements.Eric Anholt2016-10-063-5/+20
* vc4: Fix simulator when more than one vc4_screen is opened.Eric Anholt2016-10-063-3/+39
* vc4: Fix assertion fails from trying to cast non-ALU instrs to ALU.Eric Anholt2016-10-061-0/+2
* anv/cmd_buffer: Move the clear_subpasses calls to set_subpassJason Ekstrand2016-10-061-2/+2
* anv/cmd_buffer: Don't call set_subpass in a secondaryJason Ekstrand2016-10-064-48/+3
* anv/cmd_buffer: Rework descriptor dirtying in set_subpassJason Ekstrand2016-10-061-1/+5
* anv/wsi: Advertise UNORM formats as well as sRGBJason Ekstrand2016-10-062-0/+5
* radv: fix configure.ac checkDave Airlie2016-10-071-1/+1
* radv: Skip already signalled fences.Gustaw Smolarczyk2016-10-071-3/+3
* radv: add initial non-conformant radv vulkan driverDave Airlie2016-10-0763-8/+32093
* nv50/ir: fix wrong check when optimizing MAD to SHLADDSamuel Pitoiset2016-10-071-1/+1
* intel: aubinator: use getopt to parse argumentsLionel Landwerlin2016-10-071-57/+33
* nvc0: dump program binary only when NV50_PROG_DEBUG is setSamuel Pitoiset2016-10-071-1/+1
* nir: Fix the control flow tests for nir_loop_first_block changesJason Ekstrand2016-10-061-1/+1
* docs: mark ARB_compute_variable_group_size as done for nvc0Samuel Pitoiset2016-10-072-1/+2
* nvc0: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-2/+6
* nv50/ir: set number of threads/block for variable local sizeSamuel Pitoiset2016-10-071-0/+2
* st/mesa: expose ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-071-0/+22
* st/mesa: add support for dispatching a variable local sizeSamuel Pitoiset2016-10-071-3/+12
* st/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZESamuel Pitoiset2016-10-071-0/+2
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-077-1/+15
* glsl: add gl_LocalGroupSizeARB as a system valueSamuel Pitoiset2016-10-072-0/+7
* glsl/linker: handle errors when a variable local size is usedSamuel Pitoiset2016-10-071-2/+23
* glsl: reject compute shaders with fixed and variable local sizeSamuel Pitoiset2016-10-071-0/+14
* glsl: process local_size_variable input qualifierSamuel Pitoiset2016-10-075-1/+37
* glsl: add enable flags for ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-074-0/+12
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-0711-1/+185
* glapi: add entry points for GL_ARB_compute_variable_group_sizeSamuel Pitoiset2016-10-076-1/+45