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
*
nir: avoid warning when casting bogus pointer
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
glsl: fixup u64-warning
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
isl: Enable Unorm Path in Color Pipe
Kenneth Graunke
2019-08-15
2
-0
/
+9
*
anv: Properly initialize device->slice_hash.
Rafael Antognolli
2019-08-15
1
-2
/
+2
*
intel/compiler: Fix resource leak in error path
Danylo Piliaiev
2019-08-15
1
-0
/
+1
*
panfrost: Implement native RECT textures
Alyssa Rosenzweig
2019-08-14
1
-8
/
+4
*
panfrost: Add R10G10B10A2_SSCALED vertex format
Alyssa Rosenzweig
2019-08-14
1
-0
/
+4
*
pan/midgard: Disassemble UBO index explicitly
Alyssa Rosenzweig
2019-08-14
1
-2
/
+9
*
pan/midgard: Account for unaligned UBOs when promoting uniforms
Alyssa Rosenzweig
2019-08-14
1
-4
/
+20
*
pan/midgard: Add mir_ubo_shift helper
Alyssa Rosenzweig
2019-08-14
2
-0
/
+22
*
pan/midgard: Address emit_ubo_read offset in bytes
Alyssa Rosenzweig
2019-08-14
1
-6
/
+6
*
pan/midgard: Wire writemask into UBO reads
Alyssa Rosenzweig
2019-08-14
2
-10
/
+18
*
pan/midgard: Identify UBO/SSBO op symmetry
Alyssa Rosenzweig
2019-08-14
5
-15
/
+28
*
panfrost: Extend blending to MRT
Alyssa Rosenzweig
2019-08-14
3
-44
/
+58
*
pan/midgard: Emit store_output branch just-in-time
Alyssa Rosenzweig
2019-08-14
2
-27
/
+62
*
pan/midgard: Add dont_eliminate flag
Alyssa Rosenzweig
2019-08-14
2
-0
/
+4
*
pan/mfbd: Stuff in RT count
Alyssa Rosenzweig
2019-08-14
1
-8
/
+10
*
pan/decode: Dump FBD tagged pointer
Alyssa Rosenzweig
2019-08-14
1
-2
/
+7
*
pan/decode: Decode invalid access type upon fault
Alyssa Rosenzweig
2019-08-14
2
-2
/
+33
*
pan/decode: Fix duplicate heap_end property
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Note "MFBD preload disable" bit
Alyssa Rosenzweig
2019-08-14
3
-4
/
+16
*
pan/bifrost: Link in compiler
Alyssa Rosenzweig
2019-08-14
2
-6
/
+12
*
pan/bifrost: Check in remainder of the Bifrost compiler
Alyssa Rosenzweig
2019-08-14
5
-0
/
+711
*
pan/bifrost: Add bifrost_print.c/h
Alyssa Rosenzweig
2019-08-14
2
-0
/
+191
*
pan/bifrost: Style format the disassembler
Alyssa Rosenzweig
2019-08-14
4
-1084
/
+2270
*
pan/bifrost: Stub out standalone compiler
Alyssa Rosenzweig
2019-08-14
1
-2
/
+47
*
pan/bifrost: Sync disassembler with Ryan's tree
Alyssa Rosenzweig
2019-08-14
3
-19
/
+130
*
panfrost: Remove standalone pandecode tool
Alyssa Rosenzweig
2019-08-14
2
-156
/
+0
*
pan/midgard: Fix disassembly termination condition
Alyssa Rosenzweig
2019-08-14
1
-2
/
+2
*
panfrost: Ensure we upload at least 1 blend RT
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
panfrost: Zero tripipe on initialize
Alyssa Rosenzweig
2019-08-14
1
-1
/
+1
*
pan/midgard: Improve disassembler robustness
Alyssa Rosenzweig
2019-08-14
1
-0
/
+9
*
pan/decode: Split public.h out
Alyssa Rosenzweig
2019-08-14
2
-12
/
+53
*
pan/decode: Prefer uint64_t to mali_ptr
Alyssa Rosenzweig
2019-08-14
3
-14
/
+14
*
pan/midgard: Allocate spill_slot once
Alyssa Rosenzweig
2019-08-14
1
-1
/
+3
*
pan/midgard: Use hint on midgard_instruction for spill_move
Alyssa Rosenzweig
2019-08-14
2
-4
/
+16
*
panfrost: Remove panfrost_add_dependency asserts
Alyssa Rosenzweig
2019-08-14
1
-4
/
+0
*
radeonsi: add support for Renoir
Marek Olšák
2019-08-14
7
-2
/
+15
*
meson: add nir tests to the compiler/nir test suite
Eric Engestrom
2019-08-14
1
-2
/
+5
*
etnaviv: fix weird indentation
Christian Gmeiner
2019-08-14
1
-7
/
+3
*
nir/algebraic: Reassociate shift-by-constant of shift-by-constant
Ian Romanick
2019-08-14
1
-1
/
+25
*
nir/algebraic: Reassociate add-and-shift to be shift-and-add
Ian Romanick
2019-08-14
1
-0
/
+5
*
nir/find_array_copies: Reject copies with mismatched lengths
Andrii Simiklit
2019-08-14
1
-4
/
+8
*
pan/midgard: Prefix blobber-db output for grepping
Alyssa Rosenzweig
2019-08-14
4
-6
/
+14
*
pan/midgard: Implement blobber-db
Alyssa Rosenzweig
2019-08-14
4
-8
/
+47
*
pan/midgard: Break, not return, in disassembler
Alyssa Rosenzweig
2019-08-14
1
-4
/
+4
*
nir/range-analysis: Fail gracefully on non-SSA sources
Ian Romanick
2019-08-14
1
-0
/
+3
*
etnaviv: split destroy_shader
Christian Gmeiner
2019-08-14
2
-4
/
+5
*
etnaviv: split link_shader
Christian Gmeiner
2019-08-14
2
-4
/
+7
*
etnaviv: split dump_shader
Christian Gmeiner
2019-08-14
3
-35
/
+71
[next]