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
/
broadcom
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
broadcom/vc5: Start using nir_opt_move_load_ubo().
Eric Anholt
2018-03-28
1
-0
/
+2
*
broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes.
Eric Anholt
2018-03-26
1
-0
/
+1
*
broadcom/vc5: Account for InstanceID/VertexID in VPM segment size.
Eric Anholt
2018-03-22
1
-4
/
+9
*
broadcom/vc5: Set up a vertex position if the shader doesn't.
Eric Anholt
2018-03-22
1
-0
/
+22
*
broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.
Eric Anholt
2018-03-21
2
-0
/
+38
*
broadcom/vc5: Don't annotate dumps with stale live intervals.
Eric Anholt
2018-03-19
4
-2
/
+8
*
broadcom/vc5: Add support for register spilling.
Eric Anholt
2018-03-19
4
-11
/
+276
*
broadcom/vc5: Remove redundant last_inst lookup.
Eric Anholt
2018-03-19
1
-1
/
+0
*
broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.
Eric Anholt
2018-03-19
1
-1
/
+7
*
broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.
Eric Anholt
2018-03-19
3
-8
/
+73
*
broadcom/vc5: Move the umul macro to a header.
Eric Anholt
2018-03-19
2
-8
/
+8
*
broadcom/vc5: Correct the arg count of TIDX/EIDX.
Eric Anholt
2018-03-19
1
-2
/
+2
*
broadcom/vc5: Re-do live variables after removing thrsws.
Eric Anholt
2018-03-19
2
-3
/
+14
*
broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.
Eric Anholt
2018-03-19
1
-6
/
+1
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
1
-0
/
+1
*
broadcom/vc5: Try to merge more than 2 QPU instructions together.
Eric Anholt
2018-02-05
1
-5
/
+13
*
broadcom/vc5: Remove no-op MOVs after register allocation.
Eric Anholt
2018-02-05
1
-1
/
+60
*
broadcom/vc5: Add missing shader-db instruction counting.
Eric Anholt
2018-02-05
1
-0
/
+7
*
broadcom/vc5: Fix a segfault on mix of booleans.
Eric Anholt
2018-02-01
1
-1
/
+3
*
nir: add lower_all_io_to_temps flag
Timothy Arceri
2018-01-31
1
-0
/
+1
*
broadcom/vc5: Update the compiler for V3D 4.2.
Eric Anholt
2018-01-27
1
-2
/
+6
*
broadcom/vc5: Use MSF to ignore discards/non-dispatched channels in loops.
Eric Anholt
2018-01-12
1
-1
/
+5
*
broadcom/vc5: Use XOR instead of SUB for execute flags comparisons.
Eric Anholt
2018-01-12
1
-3
/
+3
*
broadcom/vc5: Also check the update flags for avoiding DCE.
Eric Anholt
2018-01-12
1
-1
/
+5
*
broadcom/vc5: Add support for loading varyings in V3D 4.1.
Eric Anholt
2018-01-12
6
-17
/
+13
*
broadcom/vc5: Add compiler support for V3D 4.x texturing.
Eric Anholt
2018-01-12
6
-6
/
+282
*
broadcom/vc5: Move V3D 3.3 texturing to a separate file.
Eric Anholt
2018-01-12
4
-229
/
+266
*
broadcom/vc5: Move V3D 3.3 VPM write setup to a separate file.
Eric Anholt
2018-01-12
4
-34
/
+81
*
broadcom/vc5: Use THRSW to enable multi-threaded shaders.
Eric Anholt
2018-01-12
7
-76
/
+279
*
broadcom/vc5: Properly schedule the thread-end THRSW.
Eric Anholt
2018-01-12
2
-39
/
+137
*
broadcom/vc5: Implement GFXH-1684 workaround.
Eric Anholt
2018-01-12
4
-0
/
+20
*
broadcom/vc5: Use a physical-reg-only register class for LDVPM.
Eric Anholt
2018-01-12
2
-8
/
+21
*
broadcom/vc5: Use the new LDVPM/STVPM opcodes on V3D 4.1.
Eric Anholt
2018-01-12
5
-39
/
+87
*
broadcom/vc5: Add support for V3Dv4 signal bits.
Eric Anholt
2018-01-12
7
-21
/
+102
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
1
-2
/
+2
*
broadcom/vc5: Fix discard_if during control flow.
Eric Anholt
2018-01-03
1
-1
/
+1
*
broadcom/vc5: Don't emit component 3/4 F16 TLB writes for float/vec2.
Eric Anholt
2018-01-03
1
-1
/
+2
*
broadcom/vc5: Emit flat shade flags for varying components > 24.
Eric Anholt
2018-01-03
2
-5
/
+12
*
broadcom/vc5: Emit proper flatshading code for glShadeModel(GL_FLAT).
Eric Anholt
2018-01-03
3
-20
/
+14
*
broadcom/vc5: Move texture return channel setup into the compiler.
Eric Anholt
2018-01-03
2
-14
/
+40
*
broadcom/vc5: Enable NIR txd lowering on all txd instructions.
Eric Anholt
2017-12-14
1
-0
/
+1
*
broadcom/vc5: Fix shader input/outputs for gallium's new NIR linking.
Eric Anholt
2017-12-14
1
-4
/
+8
*
broadcom/vc5: Fix BASE_LEVEL handling with txl.
Eric Anholt
2017-11-22
1
-2
/
+4
*
broadcom/vc5: Ensure that there is always a TLB write.
Eric Anholt
2017-11-17
1
-1
/
+17
*
broadcom/vc5: Remove unused v3d_compiler.c
Andreas Boll
2017-11-08
1
-43
/
+0
*
broadcom/vc5: Do 16-bit unpacking of integer texture returns properly.
Eric Anholt
2017-11-07
1
-8
/
+29
*
broadcom/vc5: Fix scheduling for a non-SFU R4 write after a dead R4 write.
Eric Anholt
2017-11-07
1
-3
/
+5
*
broadcom/vc5: Stop lowering negates to subs.
Eric Anholt
2017-10-30
1
-1
/
+8
*
broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture.
Eric Anholt
2017-10-30
4
-2
/
+95
[next]