index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
broadcom
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-26
broadcom/vc5: Add support for centroid varyings.
Eric Anholt
3
-0
/
+44
2018-04-26
broadcom/vc5: Add validation that we don't violate GFXH-1633 requirements.
Eric Anholt
1
-0
/
+13
2018-04-26
broadcom/vc5: Add validation that we don't violate GFXH-1625 requirements.
Eric Anholt
1
-0
/
+5
2018-04-26
broadcom/vc5: Add QPU validation for register writes after thrend.
Eric Anholt
1
-3
/
+31
2018-04-25
broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.
Eric Anholt
1
-12
/
+5
2018-04-25
broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.
Eric Anholt
2
-4
/
+4
2018-03-29
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
1
-2
/
+2
2018-03-28
broadcom/vc4: Fix out-of-tree build with automake.
Aaron Watry
1
-0
/
+2
2018-03-28
broadcom/vc5: Start using nir_opt_move_load_ubo().
Eric Anholt
1
-0
/
+2
2018-03-26
broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes.
Eric Anholt
1
-0
/
+1
2018-03-22
broadcom/vc5: Account for InstanceID/VertexID in VPM segment size.
Eric Anholt
1
-4
/
+9
2018-03-22
broadcom/vc5: Set up a vertex position if the shader doesn't.
Eric Anholt
1
-0
/
+22
2018-03-21
broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.
Eric Anholt
2
-0
/
+38
2018-03-19
broadcom/vc5: Don't annotate dumps with stale live intervals.
Eric Anholt
4
-2
/
+8
2018-03-19
broadcom/vc5: Add support for register spilling.
Eric Anholt
4
-11
/
+276
2018-03-19
broadcom/vc5: Remove redundant last_inst lookup.
Eric Anholt
1
-1
/
+0
2018-03-19
broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.
Eric Anholt
1
-1
/
+7
2018-03-19
broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.
Eric Anholt
3
-8
/
+73
2018-03-19
broadcom/vc5: Move the umul macro to a header.
Eric Anholt
2
-8
/
+8
2018-03-19
broadcom/vc5: Correct the arg count of TIDX/EIDX.
Eric Anholt
1
-2
/
+2
2018-03-19
broadcom/vc5: Re-do live variables after removing thrsws.
Eric Anholt
2
-3
/
+14
2018-03-19
broadcom/vc5: Add a QPU helper for instructions using the TLB.
Eric Anholt
2
-0
/
+23
2018-03-19
broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().
Eric Anholt
2
-4
/
+35
2018-03-19
broadcom/vc5: The ldvpm signal also a case of using the VPM.
Eric Anholt
1
-0
/
+3
2018-03-19
broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.
Eric Anholt
3
-6
/
+12
2018-02-28
nir: add lower_ldexp to nir compiler options
Timothy Arceri
1
-0
/
+1
2018-02-05
broadcom/vc5: Fix "hardwrae" typo in a field name in XML.
Eric Anholt
2
-2
/
+2
2018-02-05
broadcom/vc5: Try to merge more than 2 QPU instructions together.
Eric Anholt
1
-5
/
+13
2018-02-05
broadcom/vc5: Remove no-op MOVs after register allocation.
Eric Anholt
1
-1
/
+60
2018-02-05
broadcom/vc5: Add missing shader-db instruction counting.
Eric Anholt
1
-0
/
+7
2018-02-01
broadcom/vc5: Fix a segfault on mix of booleans.
Eric Anholt
1
-1
/
+3
2018-01-31
nir: add lower_all_io_to_temps flag
Timothy Arceri
1
-0
/
+1
2018-01-27
broadcom/vc5: Enable CLIF dumping of V3D 4.2.
Eric Anholt
3
-1
/
+10
2018-01-27
broadcom/vc5: Update the compiler for V3D 4.2.
Eric Anholt
1
-2
/
+6
2018-01-27
broadcom/vc5: Update QPU instruction pack/unpack for v4.2.
Eric Anholt
4
-5
/
+9
2018-01-27
broadcom/vc5: Add XML for V3D 4.2.
Eric Anholt
6
-0
/
+1065
2018-01-27
broadcom/vc5: Fix a race between XML codegen build and CLIF build.
Eric Anholt
1
-1
/
+4
2018-01-27
Android: Attempt to fix broadcom build after vc5 changes.
Eric Anholt
1
-0
/
+5
2018-01-19
autotools: include meson build files in tarball
Dylan Baker
1
-1
/
+6
2018-01-18
broadcom: add missing headers to the tarball
Emil Velikov
1
-2
/
+5
2018-01-12
broadcom/vc5: Use MSF to ignore discards/non-dispatched channels in loops.
Eric Anholt
1
-1
/
+5
2018-01-12
broadcom/vc5: Use XOR instead of SUB for execute flags comparisons.
Eric Anholt
1
-3
/
+3
2018-01-12
broadcom/vc5: Also check the update flags for avoiding DCE.
Eric Anholt
1
-1
/
+5
2018-01-12
broadcom/vc5: Rename V3D 3.x Flat Shade Action to match v4.x naming.
Eric Anholt
1
-3
/
+3
2018-01-12
broadcom/vc5: Add support for loading varyings in V3D 4.1.
Eric Anholt
6
-17
/
+13
2018-01-12
broadcom/vc5: Add compiler support for V3D 4.x texturing.
Eric Anholt
7
-6
/
+283
2018-01-12
broadcom/vc5: Add the new TMU write addresses for V3D 4.x (and r5rep).
Eric Anholt
2
-10
/
+37
2018-01-12
broadcom/vc5: Move V3D 3.3 texturing to a separate file.
Eric Anholt
5
-229
/
+267
2018-01-12
broadcom/vc5: Move V3D 3.3 VPM write setup to a separate file.
Eric Anholt
5
-34
/
+82
2018-01-12
broadcom/vc5: Add support for V3D 4.1 CLIF dumping.
Eric Anholt
5
-17
/
+57
[next]