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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
aco: allow to load/store 16-bit values in VMEM for tess and geom
Samuel Pitoiset
2020-05-19
1
-3
/
+3
*
aco: convert 16-bit values before exporting MRTs
Samuel Pitoiset
2020-05-19
1
-2
/
+39
*
aco: store 16-bit temporary outputs as v2b
Samuel Pitoiset
2020-05-19
1
-1
/
+3
*
Expose EGL_KHR_platform_* when EXT is supported
Emmanuel Gil Peyrot
2020-05-19
1
-0
/
+3
*
pan/decode: Fix min/max_tile_coord mixup
Alyssa Rosenzweig
2020-05-19
1
-1
/
+1
*
pan/decode: Use a page table for tracking mmaps
Alyssa Rosenzweig
2020-05-19
2
-25
/
+17
*
freedreno/ir3/validate: add checking for types and opcodes
Rob Clark
2020-05-19
3
-59
/
+60
*
freedreno/ir3: add helpers to deal with src/dst types
Rob Clark
2020-05-19
4
-8
/
+122
*
freedreno/ir3: add simple validate pass
Rob Clark
2020-05-19
5
-2
/
+139
*
freedreno/ir3: fix mismatched wrmask for overlapping VS inputs
Rob Clark
2020-05-19
1
-0
/
+33
*
freedreno/ir3/cp: fix cmps folding
Rob Clark
2020-05-19
1
-1
/
+2
*
freedreno/ir3/print: print cat2 condition
Rob Clark
2020-05-19
1
-0
/
+22
*
freedreno/ir3: fix immed type in create_addr0()
Rob Clark
2020-05-19
1
-24
/
+6
*
freedreno/ir3/cf: handle multiple cov's properly
Rob Clark
2020-05-19
1
-8
/
+19
*
freedreno/ir3: fix mismatched flags on split
Rob Clark
2020-05-19
1
-1
/
+3
*
freedreno/ir3/group: fix for half-regs
Rob Clark
2020-05-19
2
-2
/
+6
*
freedreno/ir3: make input/output iterators declare cursor ptr
Rob Clark
2020-05-19
9
-19
/
+9
*
freedreno/ir3: make foreach_ssa_src declar cursor ptr
Rob Clark
2020-05-19
8
-16
/
+4
*
freedreno/ir3: make foreach_src declare cursor ptr
Rob Clark
2020-05-19
8
-22
/
+6
*
freedreno/ir3: be iterative
Rob Clark
2020-05-19
2
-4
/
+18
*
freedreno/ir3: move where we preserve binning pass inputs
Rob Clark
2020-05-19
1
-17
/
+16
*
freedreno/ir3: add IR3_PASS() macro
Rob Clark
2020-05-19
2
-24
/
+15
*
freedreno/ir3/postsched: report progress
Rob Clark
2020-05-19
3
-29
/
+16
*
freedreno/ir3/legalize: report progress
Rob Clark
2020-05-19
2
-2
/
+4
*
freedreno/ir3/group: report progress
Rob Clark
2020-05-19
2
-11
/
+19
*
freedreno/ir3/deps: report progress
Rob Clark
2020-05-19
2
-13
/
+12
*
freedreno/ir3/cp: report progress
Rob Clark
2020-05-19
2
-7
/
+15
*
freedreno/cf: report progress
Rob Clark
2020-05-19
2
-10
/
+15
*
freedreno/ir3/dce: report progress
Rob Clark
2020-05-19
2
-3
/
+6
*
freedreno/ir3: juggle around ir3_debug_print()
Rob Clark
2020-05-19
2
-11
/
+14
*
freedreno/ir3: remove Sethi-Ullman numbering pass
Rob Clark
2020-05-19
5
-125
/
+1
*
radv: fix missing break in radv_GetPhysicalDeviceProperties2()
Samuel Pitoiset
2020-05-19
1
-0
/
+1
*
aco: fix disassembly with LLVM 11
Rhys Perry
2020-05-19
1
-0
/
+7
*
r600/sfn: Fix printing ALU op without dest
Gert Wollny
2020-05-19
1
-1
/
+2
*
r600/sfn: Don't reorder outputs by location
Gert Wollny
2020-05-19
3
-17
/
+0
*
r600/sfn: Fix splitting constants that come from different kcache banks.
Gert Wollny
2020-05-19
1
-3
/
+4
*
r600/sfn: Fix clip vertex output as possible stream variable
Gert Wollny
2020-05-19
2
-2
/
+4
*
r600/sfn: SSBO: Fix query of dest components
Gert Wollny
2020-05-19
1
-5
/
+5
*
r600/sfn: use the per shader atomic base
Gert Wollny
2020-05-19
8
-10
/
+16
*
r600/sfn: Add support for texture_samples
Gert Wollny
2020-05-19
2
-0
/
+21
*
r600/sfn: support indirect sampler buffer reads.
Gert Wollny
2020-05-19
1
-1
/
+1
*
r600/sfn: assert when alu dest is missing
Gert Wollny
2020-05-19
1
-0
/
+1
*
r600/sfn: remove pointless check
Gert Wollny
2020-05-19
1
-3
/
+0
*
r600/sfn: Don't reject VARYING_SLOT_PCNT
Gert Wollny
2020-05-19
1
-0
/
+2
*
r600/sfn: Add FS output sample_mask
Gert Wollny
2020-05-19
1
-2
/
+4
*
r600/sfn: Handle loading sample_pos
Gert Wollny
2020-05-19
3
-0
/
+36
*
r600/sfn: Take FOGC, and backcolors into account im GS outputs
Gert Wollny
2020-05-19
1
-0
/
+3
*
r600/sfn: Add support for viewport index output
Gert Wollny
2020-05-19
2
-2
/
+20
*
r600/sfn: Make 3vec loads skip possible moves
Gert Wollny
2020-05-19
1
-6
/
+2
*
r600/sfn: Fix handling of output register index
Gert Wollny
2020-05-19
1
-4
/
+4
[prev]
[next]