summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Add pipeline_has_stage guards a few placesJason Ekstrand2016-08-301-0/+7
* anv: Remove unused fields from anv_pipeline_bind_mapJason Ekstrand2016-08-301-2/+0
* anv/allocator: Correctly set the number of bucketsJason Ekstrand2016-08-301-1/+1
* anv: Include the pipeline layout in the shader hashJason Ekstrand2016-08-241-0/+3
* anv: Add an align_down_npot_u32 helperJason Ekstrand2016-07-151-0/+6
* anv/image: Fix initialization of the ISL tilingNanley Chery2016-07-151-0/+3
* anv/dump: Add support for dumping framebuffersJason Ekstrand2016-07-091-0/+10
* anv/dump: Take an aspect in dump_image_to_ppmJason Ekstrand2016-07-091-1/+2
* anv: Add anv_render_pass_attachment::store_opChad Versace2016-06-231-0/+1
* anv: Use different BOs for different scratch sizes and stagesJason Ekstrand2016-06-221-3/+1
* anv: Add an allocator for scratch buffersJason Ekstrand2016-06-221-0/+13
* anv/cmd: Move emit_descriptor_pointers to genX_cmd_buffer.cJason Ekstrand2016-06-211-2/+0
* anv/cmd: Move flush_descriptor_sets to anv_cmd_buffer.cJason Ekstrand2016-06-211-1/+1
* anv: Add proper support for depth clampingJason Ekstrand2016-06-201-1/+4
* anv/cmd_buffer: Split emit_viewport in twoJason Ekstrand2016-06-201-0/+1
* anv/pipeline: Store the (set, binding, index) tripple in the bind mapJason Ekstrand2016-06-101-4/+7
* anv/descriptor_set: Add a type field in debug buildsJason Ekstrand2016-06-101-0/+5
* i965: Store number of threads in brw_cs_prog_dataJordan Justen2016-06-011-1/+0
* anv: strdup the device path into the physical deviceJason Ekstrand2016-05-271-1/+1
* anv/cmd_buffer: Only emit PIPE_CONTROL on-demandJason Ekstrand2016-05-271-0/+40
* anv/clear: Only clear the render area when doing subpass clearsJason Ekstrand2016-05-271-0/+1
* anv: Move push constant allocation to the command bufferJason Ekstrand2016-05-271-1/+1
* vk/intel: use negative VK_NO_PROTOTYPES schemeEric Engestrom2016-05-231-1/+0
* anv/device: Add a boolean for robust buffer accessJason Ekstrand2016-05-191-0/+1
* anv: Port L3 cache programming from i965Jordan Justen2016-05-171-1/+11
* anv: Keep track of whether the data cache should be enabled in L3Jordan Justen2016-05-171-0/+1
* anv: Add a devinfo argument to the get_format functionsJason Ekstrand2016-05-171-5/+5
* anv: Use 16 bits for the isl_format in anv_formatJason Ekstrand2016-05-171-1/+1
* anv/formats: Use the isl_channel_select enum for the swizzleJason Ekstrand2016-05-171-4/+4
* anv/formats: Add an anv_get_format helperJason Ekstrand2016-05-171-5/+9
* anv/format: Simplify anv_formatJason Ekstrand2016-05-171-18/+1
* anv: Remove the anv_format member from anv_imageJason Ekstrand2016-05-171-1/+0
* anv: Change render_pass_attachment.format to a VkFormatJason Ekstrand2016-05-171-1/+1
* anv/image: Add an aspects fieldJason Ekstrand2016-05-171-1/+2
* anv: Make format_for_descriptor return an isl_formatJason Ekstrand2016-05-171-2/+2
* anv/wsi: Make WSI per-physical-device rather than per-instanceJason Ekstrand2016-05-171-8/+8
* i965/fs: Organize prog_data by ksp number rather than SIMD widthJason Ekstrand2016-05-141-5/+0
* anv: s/anv_batch_emit_blk/anv_batch_emit/Jason Ekstrand2016-04-201-1/+1
* anv: Remove the old emit macroJason Ekstrand2016-04-201-10/+0
* anv: Add a new block-based batch emit macroJason Ekstrand2016-04-201-0/+9
* anv: fix build without Wayland platformMarcin Ĺšlusarz2016-04-201-3/+0
* anv: Replace ::disable_scissor with ::use_rectlistsNanley Chery2016-04-131-1/+0
* anv: Delete anv_graphics_pipeline_create_info::disable_viewportNanley Chery2016-04-131-1/+0
* anv/image: Remove the offset parameter from image_view_initJason Ekstrand2016-04-081-1/+0
* anv/image: Expose the guts of CreateBufferView for metaJason Ekstrand2016-04-081-0/+5
* anv/blit2d: Refactor in preparation for different src/dst typesJason Ekstrand2016-04-081-3/+6
* anv/blit2d: Add layouts for using a texel buffer sourceJason Ekstrand2016-04-081-2/+4
* anv/blit2d: Rename the descriptor set and pipeline layoutsJason Ekstrand2016-04-081-2/+2
* anv/gen7: Save kernel command parser versionJordan Justen2016-03-281-0/+1
* anv: Add genxml register supportJordan Justen2016-03-241-0/+9