index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
vulkan
/
anv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk/0.210.0: Rework dynamic states
Jason Ekstrand
2015-11-30
1
-1
/
+1
*
vk/0.210.0: Rename CmdBuffer to CommandBuffer
Jason Ekstrand
2015-11-30
1
-4
/
+4
*
vk/0.210.0: Switch to the new-style handle declarations
Jason Ekstrand
2015-11-30
1
-2
/
+2
*
vk: Fix 3DSTATE_WM_DEPTH_STENCIL for gen8
Kristian Høgsberg Kristensen
2015-11-26
1
-2
/
+6
*
vk: Add SKL support
Kristian Høgsberg Kristensen
2015-11-25
1
-1
/
+36
*
gen8_state: Clamp sampler values to HW limitations
Jason Ekstrand
2015-11-20
1
-0
/
+13
*
anv/cmd_buffer: Add a new genX_cmd_buffer file for shared code
Jason Ekstrand
2015-11-18
1
-0
/
+1
*
anv/gen7: A bunch of depth-stencil fixes
Jason Ekstrand
2015-11-18
1
-0
/
+1
*
anv: Add initial Haswell support
Jason Ekstrand
2015-11-17
1
-0
/
+24
*
anv: Add macros for doing per-gen compilation
Jason Ekstrand
2015-11-17
1
-11
/
+23
*
anv/cmd_buffer: Pack the 3DSTATE_VF packet on-demand
Jason Ekstrand
2015-11-17
1
-2
/
+1
*
anv: Only include the pack headers where needed
Jason Ekstrand
2015-11-16
1
-17
/
+12
*
anv/cmd_buffer: Move gen-specific stuff into the appropreate files
Jason Ekstrand
2015-11-16
1
-3
/
+3
*
anv: Use enum isl_tiling everywhere
Chad Versace
2015-11-13
1
-3
/
+3
*
anv/device: Embed isl_device
Chad Versace
2015-11-13
1
-0
/
+2
*
anv: Strip trailing space in anv_private.h
Chad Versace
2015-11-12
1
-1
/
+1
*
anv: Remove redundant fields anv_format::bs,bw,bh,bd
Chad Versace
2015-11-12
1
-4
/
+1
*
anv: Use enum isl_format in anv_format
Chad Versace
2015-11-12
1
-2
/
+2
*
anv/gen7: Implement the VS state depth-stall workaround
Jason Ekstrand
2015-11-10
1
-0
/
+2
*
anv/formats: Add fields for block dimensions
Nanley Chery
2015-11-09
1
-0
/
+3
*
anv: Rename cpp variable to "bs"
Nanley Chery
2015-11-09
1
-1
/
+1
*
anv/cmd_buffer: Rework the way we emit UBO surface state
Jason Ekstrand
2015-11-06
1
-3
/
+6
*
anv/pipeline: Expose is_scalar_shader_stage
Jason Ekstrand
2015-11-06
1
-0
/
+3
*
anv: Use VkDescriptorType instead of anv_descriptor_type
Jason Ekstrand
2015-11-06
1
-9
/
+1
*
anv: Do range-checking in the shader for dynamic buffers
Jason Ekstrand
2015-11-06
1
-2
/
+5
*
anv: Remove all support for BufferViews
Jason Ekstrand
2015-11-06
1
-15
/
+0
*
anv: Add a descriptor_index to anv_descriptor_set_binding_layout
Jason Ekstrand
2015-11-06
1
-0
/
+3
*
anv: Add a layout to anv_descriptor_set
Jason Ekstrand
2015-11-06
1
-0
/
+1
*
anv/meta: Finish load clears for stencil attachments
Chad Versace
2015-11-05
1
-1
/
+3
*
anv: Remove unused anv_render_pass members
Chad Versace
2015-11-04
1
-5
/
+0
*
anv/meta: Rewrite clear code
Chad Versace
2015-11-04
1
-1
/
+2
*
anv: Move struct anv_vue_header to anv_private.h
Chad Versace
2015-11-04
1
-0
/
+10
*
anv: Report 0 physical devices when not on Broadwell or Ivy Bridge
Jason Ekstrand
2015-11-02
1
-1
/
+1
*
anv/pipeline: Bump the size of the pipeline batch to accomodate GS
Jason Ekstrand
2015-10-23
1
-1
/
+1
*
anv: Completely rework shader compilation
Jason Ekstrand
2015-10-20
1
-7
/
+5
*
anv: Move the brw_compiler from anv_compiler to physical_device
Jason Ekstrand
2015-10-20
1
-0
/
+1
*
anv/meta: Use the actual render pass for creating blit pipelines
Jason Ekstrand
2015-10-20
1
-0
/
+2
*
vk: Use consistent names for anv_cmd_state dirty bits
Chad Versace
2015-10-20
1
-15
/
+17
*
anv: Define anv_validate macro
Chad Versace
2015-10-20
1
-0
/
+10
*
vk/meta: Add required renderpass to pipeline
Chad Versace
2015-10-20
1
-0
/
+2
*
anv: Add support for immutable descriptors
Jason Ekstrand
2015-10-17
1
-1
/
+4
*
anv: Add facilities for dumping an image to a file
Jason Ekstrand
2015-10-16
1
-0
/
+4
*
anv/pipeline: Rework dynamic state handling
Jason Ekstrand
2015-10-16
1
-0
/
+1
*
anv: Add support for BufferInfo in descriptor sets
Jason Ekstrand
2015-10-15
1
-5
/
+17
*
anv/cmd_buffer: Add an alloc_surface_state helper
Jason Ekstrand
2015-10-15
1
-0
/
+2
*
anv: Get rid of the descriptor_set_binding struct
Jason Ekstrand
2015-10-14
1
-6
/
+1
*
anv: Completely rework descriptor set layouts
Jason Ekstrand
2015-10-14
1
-13
/
+39
*
anv/queue: Get rid of the serial
Jason Ekstrand
2015-10-08
1
-14
/
+0
*
vk/0.170.2: Update to the new VK_EXT_KHR_swapchain extensions
Jason Ekstrand
2015-10-08
1
-3
/
+3
*
anv/pipeline: Add support for dynamic state in pipelines
Jason Ekstrand
2015-10-07
1
-0
/
+3
[next]