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
/
intel
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
anv/pipeline: Handle depth/stencil self-dependencies
Jason Ekstrand
2016-11-22
3
-6
/
+31
*
anv: Use pass attachment information to insert flushes
Jason Ekstrand
2016-11-22
1
-0
/
+88
*
anv/cmd_buffer: Fix pipeline barriers for input attachments
Jason Ekstrand
2016-11-22
1
-1
/
+1
*
anv/pipeline: Add a input_attachment_index to the bindings
Jason Ekstrand
2016-11-22
2
-0
/
+30
*
anv/pass: Calculate the combined image usage of attachments
Jason Ekstrand
2016-11-22
2
-1
/
+12
*
anv: Add an input attachment lowering pass
Jason Ekstrand
2016-11-22
4
-0
/
+147
*
anv/cmd_buffer: Emit CS push constants after binding tables
Jason Ekstrand
2016-11-22
1
-8
/
+8
*
anv/cmd_buffer: Add an assert on emit_binding_table failure
Jason Ekstrand
2016-11-22
1
-0
/
+1
*
anv/cmd_buffer: Emit a CS stall before setting a CS pipeline
Jason Ekstrand
2016-11-22
1
-1
/
+13
*
anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirty
Jason Ekstrand
2016-11-22
1
-10
/
+13
*
anv/cmd_buffer: Handle running out of binding tables in compute shaders
Jason Ekstrand
2016-11-22
1
-5
/
+15
*
anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTEL
Gwan-gyeong Mun
2016-11-22
1
-1
/
+1
*
anv: Enable clip and cull distance support.
Kenneth Graunke
2016-11-22
2
-6
/
+5
*
anv: Set clip/cull distances fields in packets.
Kenneth Graunke
2016-11-22
1
-6
/
+26
*
anv: Combine ClipDistance and CullDistance arrays.
Kenneth Graunke
2016-11-22
1
-0
/
+3
*
anv/state: enable coordinate address rounding for Min/Mag filters
Iago Toral Quiroga
2016-11-21
1
-6
/
+11
*
anv: Implement a depth stall restriction on gen7
Jason Ekstrand
2016-11-20
3
-0
/
+35
*
intel: Share URB configuration code between GL and Vulkan.
Kenneth Graunke
2016-11-19
4
-156
/
+44
*
intel: Convert devinfo->urb.min_*_entries into an array.
Kenneth Graunke
2016-11-19
1
-3
/
+3
*
intel: Convert devinfo->urb.max_*_entries into an array.
Kenneth Graunke
2016-11-19
1
-4
/
+8
*
anv/cmd_buffer: Enable stencil-only HZ clears
Nanley Chery
2016-11-18
1
-13
/
+33
*
anv/cmd_buffer: Manage Anv state around HZ op emission
Nanley Chery
2016-11-18
1
-7
/
+9
*
anv/cmd_buffer: Clarify HZ rectangle behavior
Nanley Chery
2016-11-18
1
-1
/
+2
*
anv/TODO: Check off render buffer compression
Jason Ekstrand
2016-11-17
1
-1
/
+0
*
anv: Enable "permanent" compression for immutable format images
Jason Ekstrand
2016-11-17
2
-1
/
+26
*
anv/image: Add an aux_usage field for "default" aux
Jason Ekstrand
2016-11-17
4
-19
/
+45
*
anv: Add initial support for Sky Lake color compression
Jason Ekstrand
2016-11-17
4
-34
/
+169
*
anv/pass: Precompute some subpass usage information
Jason Ekstrand
2016-11-17
2
-7
/
+43
*
anv/image: Memset all aux surfaces (not just HiZ) to 0
Jason Ekstrand
2016-11-17
1
-4
/
+6
*
anv/image: Rename hiz_surface to aux_surface
Jason Ekstrand
2016-11-17
3
-17
/
+18
*
anv/blorp: Ignore clears for attachments first used as resolve destinations
Jason Ekstrand
2016-11-17
1
-9
/
+11
*
anv/cmd_buffer: Refactor surface state relocation handling
Jason Ekstrand
2016-11-17
1
-13
/
+22
*
anv/cmd_buffer: Pull add_surface_state_reloc into genX_cmd_buffer.c
Jason Ekstrand
2016-11-17
2
-16
/
+14
*
anv/image: Stop force-disabling AUX
Jason Ekstrand
2016-11-17
1
-4
/
+0
*
anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
Jason Ekstrand
2016-11-16
1
-1
/
+5
*
anv: Handle null in all destructors
Jason Ekstrand
2016-11-16
9
-1
/
+65
*
anv/device: Silence a 32-bit warning
Jason Ekstrand
2016-11-16
1
-1
/
+2
*
anv/descriptor_set: Put the whole state in the state free list
Jason Ekstrand
2016-11-16
1
-5
/
+4
*
anv/descriptor_set: Write the state offset in the surface state free list.
Jason Ekstrand
2016-11-16
1
-0
/
+1
*
anv/blorp: Handle VK_ATTACHMENT_UNUSED in CmdClearAttachments
Jason Ekstrand
2016-11-16
1
-0
/
+8
*
Allocate a null state whenever there is depth/stencil
Jason Ekstrand
2016-11-16
1
-9
/
+10
*
anv: Set framebuffer to NULL in secondary command buffers
Jason Ekstrand
2016-11-16
1
-2
/
+1
*
anv/blorp: Use the new clear_attachments entrypoint for attachment clears
Jason Ekstrand
2016-11-16
1
-41
/
+50
*
anv/blorp: Break the guts of alloc_binding_table into a shared helper
Jason Ekstrand
2016-11-16
3
-16
/
+33
*
anv: Bring back anv_cmd_buffer_emit_state_base_address
Jason Ekstrand
2016-11-16
2
-0
/
+20
*
anv/cmd_buffer: Stop relying on the framebuffer for 3DSTATE_SF on gen7
Jason Ekstrand
2016-11-16
1
-11
/
+32
*
anv: Rework the way render target surfaces are allocated
Jason Ekstrand
2016-11-16
4
-126
/
+180
*
anv/cmd_buffer: Expose add_surface_state_reloc as an inline helper
Jason Ekstrand
2016-11-16
2
-15
/
+17
*
anv/cmd_buffer: Use the surface state alloc helper in null_surface_state
Jason Ekstrand
2016-11-16
1
-1
/
+1
*
anv: Add a helper for doing buffer copies with nothing but VF and SOL.
Jason Ekstrand
2016-11-16
3
-0
/
+239
[prev]
[next]