summaryrefslogtreecommitdiffstats
path: root/src/vulkan/gen7_cmd_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* vk/0.210.0: Misc. function argument renamesJason Ekstrand2015-12-031-2/+2
* vk/0.210.0: Rework dynamic statesJason Ekstrand2015-11-301-2/+2
* vk/0.210.0: Rename CmdBuffer to CommandBufferJason Ekstrand2015-11-301-23/+23
* anv/cmd_buffer: Add a new genX_cmd_buffer file for shared codeJason Ekstrand2015-11-181-219/+0
* anv/gen7: A bunch of depth-stencil fixesJason Ekstrand2015-11-181-8/+14
* anv/gen7: Implement CmdPipelineBarrierJason Ekstrand2015-11-171-1/+128
* anv/gen7: Don't use the upper bound on dynamic state base addressJason Ekstrand2015-11-171-3/+0
* anv: Add initial Haswell supportJason Ekstrand2015-11-171-35/+48
* anv: Only include the pack headers where neededJason Ekstrand2015-11-161-1/+3
* anv/cmd_buffer: Move gen-specific stuff into the appropreate filesJason Ekstrand2015-11-161-3/+165
* anv/gen7: Implement the VS state depth-stall workaroundJason Ekstrand2015-11-101-0/+18
* anv/gen7: Add push constant supportJason Ekstrand2015-11-101-0/+37
* anv/gen7: Fix the length of 3DSTATE_SFJason Ekstrand2015-11-091-1/+1
* vk: Use consistent names for anv_cmd_state dirty bitsChad Versace2015-10-201-16/+16
* vk/0.170.2: Switch to the new dynamic state modelJason Ekstrand2015-10-071-47/+74
* vk: Merge anv_attachment_view into anv_image_viewChad Versace2015-10-061-2/+1
* vk/0.170.2: Re-arrange parameters of vkCmdDraw[Indexed]Jason Ekstrand2015-10-051-6/+6
* vk: Merge anv_*_attachment_view into anv_attachment_viewChad Versace2015-10-051-6/+7
* vk: Use consistent names for anv_*_view variablesChad Versace2015-10-051-6/+6
* vk/0.170.2: Update VkRenderPassBeginInfoChad Versace2015-10-041-1/+1
* anv/cmd_buffer: Add a helper for getting the surface state base addressJason Ekstrand2015-09-241-1/+1
* vk: Fix stride of stencil buffersChad Versace2015-08-281-1/+8
* vk: Add func anv_cmd_buffer_get_depth_stencil_view()Chad Versace2015-08-281-10/+2
* vk: Declare some local variables as constChad Versace2015-08-281-2/+2
* vk: Don't duplicate anv_depth_stencil_view's surface dataChad Versace2015-08-281-4/+11
* vk/gen7: Add func gen7_cmd_buffer_emit_depth_stencil()Chad Versace2015-08-281-7/+13
* vk: Fix format of anv_depth_stencil_viewChad Versace2015-08-281-13/+21
* vk/gen7: Fix gen of emitted packet in gen7_batch_lri()Chad Versace2015-08-281-1/+1
* vk: Remove dummy anv_depth_stencil_viewChad Versace2015-08-281-26/+48
* vk: Add gen7 supportKristian Høgsberg Kristensen2015-08-241-0/+647