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
*
egl/android: Remove our own reference to buffers.
Lepton Wu
2019-10-21
1
-3
/
+1
*
radv: advertise VK_KHR_spirv_1_4
Samuel Pitoiset
2019-10-21
1
-0
/
+1
*
radv: do not dump descriptors twice in hang reports
Samuel Pitoiset
2019-10-21
1
-10
/
+15
*
radv: dump trace files earlier if a GPU hang is detected
Samuel Pitoiset
2019-10-21
1
-1
/
+2
*
radv: print which ring is dumped in hang reports
Samuel Pitoiset
2019-10-21
1
-0
/
+2
*
radv: do not print useless descriptors info in hang reports
Samuel Pitoiset
2019-10-21
1
-74
/
+1
*
radv: enable VK_KHR_shader_float_controls on GFX6-GFX7
Samuel Pitoiset
2019-10-21
2
-4
/
+4
*
pan/midgard: Implement SIMD-aware dead code elimination
Alyssa Rosenzweig
2019-10-20
1
-8
/
+57
*
pan/midgard: Create dependency graph bytewise
Alyssa Rosenzweig
2019-10-20
1
-12
/
+12
*
pan/midgard: Handle nontrivial masks in texture RA
Alyssa Rosenzweig
2019-10-20
1
-1
/
+1
*
pan/midgard: Implement per-byte liveness tracking
Alyssa Rosenzweig
2019-10-20
1
-3
/
+2
*
pan/midgard: Simplify mir_bytemask_of_read_components
Alyssa Rosenzweig
2019-10-20
1
-18
/
+4
*
pan/midgard: Report byte masks for read components
Alyssa Rosenzweig
2019-10-20
6
-31
/
+31
*
pan/midgard: Add helpers for manipulating byte masks
Alyssa Rosenzweig
2019-10-20
2
-0
/
+177
*
pan/midgard: Implement OP_IS_STORE with table
Alyssa Rosenzweig
2019-10-20
2
-13
/
+2
*
pan/midgard: Tableize load/store ops
Alyssa Rosenzweig
2019-10-20
5
-70
/
+102
*
pan/midgard: Factor out mir_get_alu_src
Alyssa Rosenzweig
2019-10-20
1
-6
/
+8
*
pan/midgard/disasm: Fix printing 8-bit/16-bit masks
Alyssa Rosenzweig
2019-10-20
1
-49
/
+30
*
pan/midgard: Identify 64-bit atomic opcodes
Alyssa Rosenzweig
2019-10-20
2
-0
/
+20
*
pan/midgard: Debug mir_insert_instruction_after_scheduled
Alyssa Rosenzweig
2019-10-20
1
-2
/
+6
*
etnaviv: keep track of buffer valid ranges for PIPE_BUFFER
Christian Gmeiner
2019-10-20
3
-2
/
+35
*
etnaviv: store updated usage in pipe_transfer object
Christian Gmeiner
2019-10-20
1
-8
/
+8
*
etnaviv: fix code style
Christian Gmeiner
2019-10-20
1
-1
/
+2
*
anv: fix memory leak on device destroy
Lionel Landwerlin
2019-10-20
1
-1
/
+11
*
etnaviv: fix compile warnings
Christian Gmeiner
2019-10-20
3
-7
/
+0
*
mesa: Redefine the RG formats as array formats.
Eric Anholt
2019-10-20
15
-117
/
+67
*
gallium: Drop the unused PIPE_FORMAT_A*L* formats.
Eric Anholt
2019-10-20
3
-30
/
+0
*
mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.
Eric Anholt
2019-10-20
20
-103
/
+62
*
mesa: Replace the LA16_UNORM packed formats with one array format.
Eric Anholt
2019-10-20
10
-22
/
+16
*
radeon: Drop the unused first arg of OUT_BATCH_RELOC.
Eric Anholt
2019-10-20
9
-24
/
+24
*
radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.
Eric Anholt
2019-10-20
2
-4
/
+5
*
r100/r200: factor out txformat/txfilter setup from the TFP path.
Eric Anholt
2019-10-20
2
-22
/
+10
*
lima: fix PP stack size
Vasily Khoruzhick
2019-10-19
1
-2
/
+1
*
freedreno/a5xx: enable a510
Marijn Suijten
2019-10-19
1
-0
/
+1
*
anv: fix vkUpdateDescriptorSets with inline uniform blocks
Lionel Landwerlin
2019-10-19
1
-3
/
+3
*
freedreno/ir3: handle imad24_ir3 case in UBO lowering
Rob Clark
2019-10-18
1
-2
/
+27
*
freedreno/ir3: add imul24 opcode
Rob Clark
2019-10-18
1
-0
/
+3
*
freedreno/ir3: optimize immed 2nd src to mad
Rob Clark
2019-10-18
1
-2
/
+11
*
freedreno/ir3: add rule to generate imad24
Rob Clark
2019-10-18
1
-0
/
+5
*
nir: add nir_lower_amul pass
Rob Clark
2019-10-18
7
-3
/
+335
*
nir: add address calc related opt rules
Rob Clark
2019-10-18
1
-0
/
+16
*
nir: add amul instruction
Rob Clark
2019-10-18
7
-7
/
+38
*
nir: Add a new ALU nir_op_imul24
Rob Clark
2019-10-18
1
-0
/
+3
*
freedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
Eduardo Lima Mitev
2019-10-18
1
-0
/
+3
*
nir: Add a new ALU nir_op_imad24_ir3
Eduardo Lima Mitev
2019-10-18
1
-0
/
+7
*
freedreno/ir3: rename mul.s/mul.u
Rob Clark
2019-10-18
5
-12
/
+12
*
nir/search: fix the PoT helpers
Rob Clark
2019-10-18
2
-4
/
+7
*
freedreno/ir3: enable pre-fs texture fetch for a6xx
Rob Clark
2019-10-18
1
-0
/
+6
*
turnip: add support for pre-fs texture fetch
Rob Clark
2019-10-18
1
-3
/
+21
*
freedreno/a6xx: add support for pre-fs texture fetch
Rob Clark
2019-10-18
1
-5
/
+23
[next]