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
Commit message (
Expand
)
Author
Age
Files
Lines
*
virgl: store all info about atomic buffers
Chia-I Wu
2019-06-07
2
-16
/
+23
*
virgl: add shader images to virgl_shader_binding_state
Chia-I Wu
2019-06-07
2
-14
/
+27
*
virgl: add SSBOs to virgl_shader_binding_state
Chia-I Wu
2019-06-07
2
-14
/
+26
*
virgl: add UBOs to virgl_shader_binding_state
Chia-I Wu
2019-06-07
2
-20
/
+37
*
virgl: add virgl_shader_binding_state
Chia-I Wu
2019-06-07
2
-43
/
+44
*
iris: Zero shs->cbuf0 when binding a passthrough TCS
Kenneth Graunke
2019-06-07
1
-0
/
+16
*
intel/blorp: Only double the fast-clear rect alignment on HSW
Jason Ekstrand
2019-06-07
1
-10
/
+15
*
freedreno/a6xx: re-arrange program stageobj/group
Rob Clark
2019-06-07
4
-30
/
+58
*
freedreno/a6xx: fix hangs with newer sqe fw
Rob Clark
2019-06-07
1
-32
/
+81
*
freedreno/a6xx: WFI before RB_CCU_CNTL writes
Rob Clark
2019-06-07
2
-0
/
+4
*
freedreno/a6xx: don't pre-dispatch texture fetch on accident
Rob Clark
2019-06-07
1
-1
/
+4
*
freedreno/a6xx: fix issues with gallium HUD
Rob Clark
2019-06-07
1
-5
/
+8
*
anv/cmd_buffer: Initalize the clear color struct for CNL+
Nanley Chery
2019-06-07
1
-13
/
+7
*
glx/windows: Fix compilation with -Werror-format
Jon Turney
2019-06-07
2
-5
/
+5
*
iris: Rename bind_state to bind_shader_state.
Kenneth Graunke
2019-06-07
1
-9
/
+9
*
isl: Mark enum isl_channel_select packed so it becomes 1 byte.
Kenneth Graunke
2019-06-07
1
-1
/
+1
*
panfrost/ci: Texture wrap tests are legitimately fixed
Alyssa Rosenzweig
2019-06-07
1
-58
/
+0
*
panfrost/midgard: Lower inot to inor with 0
Alyssa Rosenzweig
2019-06-07
1
-1
/
+2
*
panfrost/midgard: Cleanup tag fetch in disassembler
Alyssa Rosenzweig
2019-06-07
1
-2
/
+3
*
panfrost/midgard: Use fancy iterator
Alyssa Rosenzweig
2019-06-07
1
-1
/
+1
*
panfrost/midgard: Cull dead branches
Alyssa Rosenzweig
2019-06-07
2
-2
/
+31
*
panfrost/midgard: Add mir_print_bundle helper
Alyssa Rosenzweig
2019-06-07
2
-0
/
+14
*
panfrost/midgard/disasm: Pretty-print branch tags
Alyssa Rosenzweig
2019-06-07
1
-7
/
+34
*
panfrost/ci: Note some since-fixed tests
Alyssa Rosenzweig
2019-06-07
1
-26
/
+0
*
panfrost/midgard: Vectorize I/O
Alyssa Rosenzweig
2019-06-07
3
-7
/
+18
*
panfrost/midgard: Remove varyings delay pass
Alyssa Rosenzweig
2019-06-07
2
-75
/
+9
*
panfrost/midgard: Apply component to load_input
Alyssa Rosenzweig
2019-06-07
1
-0
/
+4
*
nir: fix s/&&/||/ typo
Eric Engestrom
2019-06-07
1
-1
/
+1
*
freedreno/a6xx: Drop struct stage array
Kristian H. Kristensen
2019-06-07
1
-144
/
+80
*
freedreno/a6xx: Drop support for SS6_DIRECT shader upload
Kristian H. Kristensen
2019-06-07
1
-30
/
+3
*
freedreno/a6xx: Share shader_t_to_opcode
Kristian H. Kristensen
2019-06-07
3
-35
/
+21
*
freedreno/a6xx: Consolidate more of dword 0 building in fd6_draw_vbo
Kristian H. Kristensen
2019-06-07
1
-31
/
+24
*
freedreno: Move fd4_size2indextype() helper to freedreno_util.h
Kristian H. Kristensen
2019-06-07
2
-13
/
+13
*
radv: enable VK_EXT_sample_locations
Samuel Pitoiset
2019-06-07
2
-9
/
+1
*
radv: enable HTILE for images that might need variable sample locations
Samuel Pitoiset
2019-06-07
1
-7
/
+0
*
radv: handle sample locations during automatic layout transitions
Samuel Pitoiset
2019-06-07
2
-18
/
+168
*
radv: determine the first subpass id for every attachments
Samuel Pitoiset
2019-06-07
2
-1
/
+20
*
radv: handle sample locations during explicit depth/stencil transitions
Samuel Pitoiset
2019-06-07
1
-7
/
+28
*
radv: allow the depth decompress pass to emit dynamic sample locations
Samuel Pitoiset
2019-06-07
3
-7
/
+31
*
radv: allow to set dynamic sample locations to the depth decompress pass
Samuel Pitoiset
2019-06-07
1
-1
/
+8
*
radv: allow to save/restore sample locations during meta operations
Samuel Pitoiset
2019-06-07
2
-0
/
+14
*
iris: Sweep the NIR in iris_create_uncompiled_shader().
Kenneth Graunke
2019-06-07
1
-0
/
+2
*
ir3: Use the new NIR lowering pass for integer multiplication
Eduardo Lima Mitev
2019-06-07
2
-17
/
+16
*
ir3/nir: Add new NIR AlgebraicPass for lowering imul
Eduardo Lima Mitev
2019-06-07
3
-1
/
+64
*
nir_algebraic: Add basic optimizations for umul_low and imadsh_mix16
Eduardo Lima Mitev
2019-06-07
2
-0
/
+55
*
ir3/compiler: Handle new alu opcodes 'umul_low' and 'imadsh_mix16'
Eduardo Lima Mitev
2019-06-07
1
-0
/
+6
*
nir/opcodes: Add new 'umul_low' and 'imadsh_mix16' opcodes
Eduardo Lima Mitev
2019-06-07
1
-1
/
+14
*
v3d: don't emit point coordinates varyings if the FS doesn't read them
Iago Toral Quiroga
2019-06-07
4
-5
/
+27
*
v3d: add a helper to track variables that need point coordinates
Iago Toral Quiroga
2019-06-07
1
-5
/
+10
*
egl/x11: calloc dri2_surf so it's properly zeroed
Kenneth Graunke
2019-06-06
1
-1
/
+1
[next]