summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* anv: Sanitize Image extents and offsetsNanley Chery2016-03-244-45/+106
* anv/device: Advertise version 1.0.5Jason Ekstrand2016-03-221-1/+1
* anv/device: Ignore the patch portion of the requested API versionJason Ekstrand2016-03-221-1/+1
* anv: Don't assert-fail if someone asks for a non-existent entrypointJason Ekstrand2016-03-221-1/+0
* Update to the latest Vulkan header from KhronosJason Ekstrand2016-03-222-15/+141
* anv/batch_chain: Fall back to growing batches when chaining isn't availableJason Ekstrand2016-03-213-2/+70
* anv/allocator: Make the bo_pool dynamically sizedJason Ekstrand2016-03-183-28/+32
* anv/allocator: Add a size field to bo_pool_allocJason Ekstrand2016-03-184-6/+11
* Merge remote-tracking branch 'origin/master' into vulkanJordan Justen2016-03-1726-285/+266
|\
| * i965/nir: Lower nir compute shader shared variablesJordan Justen2016-03-173-0/+11
| * nir: Lower shared var atomics during nir_lower_ioJordan Justen2016-03-171-2/+85
| * nir: Add support for lowering load/stores of shared variablesJordan Justen2016-03-175-8/+32
| * nir: Add atomic operations on variablesJordan Justen2016-03-171-0/+27
| * nir: Add compute shader shared variable storage classJordan Justen2016-03-177-3/+26
| * nir/print: Add space after shader_storage var modeJordan Justen2016-03-171-1/+1
| * i965: Skip execution size adjustment for instructions of width 4Iago Toral Quiroga2016-03-171-1/+13
| * i965/vec4/gen6: fix exec_size for MOV with a width of 4 in generate_gs_ff_sync()Samuel Iglesias Gonsalvez2016-03-171-1/+3
| * i965/vec4/gen6: fix exec_size for instructions with destination width of 4Samuel Iglesias Gonsalvez2016-03-171-0/+6
| * i965/vec4/gen6: fix exec_size for instructions with width of 4 in generate_gs...Samuel Iglesias Gonsalvez2016-03-171-0/+3
| * i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_progr...Samuel Iglesias Gonsalvez2016-03-171-1/+10
| * i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channelIago Toral Quiroga2016-03-171-0/+3
| * i965/eu: set execution size for SEND message in brw_send_indirect_messageIago Toral Quiroga2016-03-171-0/+3
| * i965/fs: Set exec size for gen7 pull const loadsIago Toral Quiroga2016-03-171-0/+1
| * i965/eu: set correct execution size in brw_NOPIago Toral Quiroga2016-03-171-2/+3
| * meta: Don't use integer handles for shaders or programs.Kenneth Graunke2016-03-167-147/+130
| * mesa: Expose compile_shader() and link_program() beyond the file.Kenneth Graunke2016-03-162-10/+16
| * mesa: Make link_program() take a gl_shader_program, not a GLuint.Kenneth Graunke2016-03-161-6/+4
| * mesa: Make compile_shader() take a gl_shader, not a GLuint.Kenneth Graunke2016-03-161-9/+6
| * meta: Use the _mesa_meta_compile_and_link_program helper more places.Kenneth Graunke2016-03-162-40/+8
| * vc4: Move discard handling to the condition flag.Eric Anholt2016-03-165-34/+29
| * vc4: Don't make a temporary for setting flags.Eric Anholt2016-03-161-1/+2
| * vc4: Add a safety check for setting flags.Eric Anholt2016-03-161-0/+3
| * vc4: Reuse list_for_each_entry_safe_rev().Eric Anholt2016-03-161-6/+2
| * meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.Kenneth Graunke2016-03-163-19/+17
| * mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabledPlamena Manolova2016-03-151-0/+2
* | anv/blit: Reduce number of VUE headers being readNanley Chery2016-03-162-2/+2
* | anv/blit: Remove completed finishme for VkFilterNanley Chery2016-03-161-2/+0
* | anv/blit2d: Only use one extent in meta_emit_blit2dNanley Chery2016-03-161-10/+8
* | anv/blit2d: Remove sampler from pipelineNanley Chery2016-03-161-14/+4
* | anv/blit2d: Use texel fetch in frag shaderNanley Chery2016-03-161-25/+18
* | Revert "anv/meta: Make meta_emit_blit() public"Nanley Chery2016-03-162-12/+1
* | Revert "anv/meta: Prefix anv_ to meta_emit_blit()"Nanley Chery2016-03-162-3/+3
* | anv/blit2d: Customize meta blit structs and functions for blit2d APINanley Chery2016-03-163-90/+41
* | anv/blit2d: Copy anv_meta_blit.c functionsNanley Chery2016-03-162-0/+600
* | anv/device: Flush the fence batch rather than the start of the BOJason Ekstrand2016-03-151-1/+1
* | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-03-15457-2759/+62759
|\|
| * vc4: Coalesce instructions using VPM reads into the VPM read.Varad Gautam2016-03-153-7/+71
| * vc4: rename file to group vpm optimizations togetherVarad Gautam2016-03-152-2/+2
| * vc4: Fix failures with nir_extract_* since the addition of the opcodes.Eric Anholt2016-03-151-0/+2
| * llvmpipe: fix lp_rast_plane alignment on 32bitRoland Scheidegger2016-03-152-0/+8