index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
st,i965: Stop looping on 64-bit lowering
Jason Ekstrand
2019-07-16
3
-30
/
+13
*
nir/lower_doubles: Handle fdiv and fsub directly
Jason Ekstrand
2019-07-16
2
-2
/
+17
*
nir/lower_doubles: Use the new NIR lowering framework
Jason Ekstrand
2019-07-16
1
-72
/
+65
*
nir/lower_doubles: Use "alu" for the nir_alu_instr
Jason Ekstrand
2019-07-16
1
-15
/
+15
*
nir/lower_int64: Use the core NIR lowering framework
Jason Ekstrand
2019-07-16
1
-74
/
+49
*
nir/alu_to_scalar: Use the new NIR lowering framework
Jason Ekstrand
2019-07-16
1
-93
/
+54
*
nir/alu_to_scalar: Use "alu" as the name for the nir_alu_instr
Jason Ekstrand
2019-07-16
1
-50
/
+50
*
nir/lower_system_values: Support lowering more intrinsics
Jason Ekstrand
2019-07-16
1
-87
/
+83
*
nir/lower_system_values: Drop the context-aware builder functions
Jason Ekstrand
2019-07-16
1
-97
/
+96
*
nir/lower_system_values: Use the new generic NIR lowering helpers
Jason Ekstrand
2019-07-16
1
-96
/
+55
*
nir/lower_subgroups: Use the new generic NIR lowering helpers
Jason Ekstrand
2019-07-16
1
-45
/
+14
*
nir: Add some generic helpers for writing lowering passes
Jason Ekstrand
2019-07-16
2
-0
/
+192
*
nir: Add a helper for fetching the SSA def from an instruction
Jason Ekstrand
2019-07-16
2
-0
/
+49
*
pandecode: Add more addresses to trace
Tomeu Vizoso
2019-07-16
1
-5
/
+5
*
panfrost: Use 64-bit descriptors globally
Tomeu Vizoso
2019-07-16
5
-67
/
+26
*
anv: Account for dynamic stencil write disables in the PMA fix
Jason Ekstrand
2019-07-16
1
-0
/
+2
*
panfrost: Implement opportunistic AFBC
Alyssa Rosenzweig
2019-07-16
5
-1
/
+100
*
panfrost/mfbd: Zero out framebuffer_stride
Alyssa Rosenzweig
2019-07-16
1
-2
/
+3
*
panfrost: AFBC buffers must be cache-line aligned
Alyssa Rosenzweig
2019-07-16
1
-0
/
+5
*
panfrost: Add Z/S and MRT BOs to the job
Alyssa Rosenzweig
2019-07-16
2
-10
/
+12
*
panfrost: Set usage2 during draw, not CSO
Alyssa Rosenzweig
2019-07-16
2
-24
/
+37
*
meta: memory leak of CopyPixels usage
Sergii Romantsov
2019-07-16
1
-0
/
+14
*
radv: add radv_emit_streamout_{begin,end} helpers
Samuel Pitoiset
2019-07-16
1
-8
/
+35
*
radv: pass output values to radv_emit_stream_output()
Samuel Pitoiset
2019-07-16
1
-13
/
+18
*
radv: allow to select DST_SEL with RELEASE_MEM
Samuel Pitoiset
2019-07-16
4
-3
/
+11
*
radv: allow to emit PS_DONE/CS_DONE with RELEASE_MEM
Samuel Pitoiset
2019-07-16
1
-1
/
+2
*
radv: restore an assertion in handle_vs_outputs()
Samuel Pitoiset
2019-07-16
1
-1
/
+1
*
radv/gfx10: emit ES outputs of TES when it's not NGG
Samuel Pitoiset
2019-07-16
1
-3
/
+3
*
radv: update LATE_ALLOC_VS.LIMIT
Samuel Pitoiset
2019-07-16
1
-18
/
+42
*
radv/gfx10: support pixel shaders without exports
Samuel Pitoiset
2019-07-16
1
-1
/
+7
*
radv: fix gathering clip/cull distance masks for GS
Samuel Pitoiset
2019-07-16
1
-0
/
+5
*
Revert "radv/gfx10: don't set array pitch field on images"
Samuel Pitoiset
2019-07-16
1
-1
/
+1
*
v3d: flag dirty state when binding new sampler states
Iago Toral Quiroga
2019-07-16
1
-0
/
+20
*
radv/gfx10: add missing conversions for 16-bit exports
Samuel Pitoiset
2019-07-16
1
-0
/
+9
*
radv: remove unused code in radv_export_param()
Samuel Pitoiset
2019-07-16
1
-15
/
+1
*
radv/gfx10: don't set array pitch field on images
Dave Airlie
2019-07-16
1
-1
/
+1
*
lima/ppir: Fix assert condition in ppir_codegen_encode_branch.
Vinson Lee
2019-07-15
1
-1
/
+1
*
spirv: Ignore ArrayStride for storage classes that should not use it
Caio Marcelo de Oliveira Filho
2019-07-15
1
-4
/
+18
*
spirv: Fix stride calculation when lowering Workgroup to offsets
Caio Marcelo de Oliveira Filho
2019-07-15
1
-1
/
+1
*
panfrost/ci: Blacklist flush finish tests
Alyssa Rosenzweig
2019-07-15
1
-0
/
+1
*
panfrost: Don't leak oversized transient allocations
Alyssa Rosenzweig
2019-07-15
1
-0
/
+4
*
panfrost: Implement panfrost_bo_cache_evict_all
Alyssa Rosenzweig
2019-07-15
1
-1
/
+9
*
panfrost: Implement panfrost_bo_cache_get
Alyssa Rosenzweig
2019-07-15
1
-1
/
+16
*
panfrost: Implement panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
1
-2
/
+6
*
panfrost: Add pan_bucket helper
Alyssa Rosenzweig
2019-07-15
1
-0
/
+6
*
panfrost: Implement pan_bucket_index helper
Alyssa Rosenzweig
2019-07-15
1
-0
/
+25
*
panfrost: Add BO cache data structure
Alyssa Rosenzweig
2019-07-15
3
-0
/
+24
*
panfrost: Describe BO cache architecture
Alyssa Rosenzweig
2019-07-15
1
-0
/
+20
*
panfrost: Stub out panfrost_bo_cache_evict
Alyssa Rosenzweig
2019-07-15
3
-0
/
+17
*
panfrost: Stub out panfrost_bo_cache_put
Alyssa Rosenzweig
2019-07-15
4
-3
/
+34
[next]