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
path:
root
/
src
/
broadcom
/
compiler
/
vir.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
v3d: Reinstate the new shader-db output after v3d_compile() refactor.
Eric Anholt
2019-01-04
1
-1
/
+18
*
v3d: Refactor compiler entrypoints.
Eric Anholt
2019-01-02
1
-144
/
+155
*
v3d: Fold comparisons for IF conditions into the flags for the IF.
Eric Anholt
2019-01-02
1
-0
/
+11
*
v3d: Move "does this instruction have flags" from sched to generic helpers.
Eric Anholt
2018-12-30
1
-11
/
+0
*
v3d: Hook up some shader-db output to GL_ARB_debug_output.
Eric Anholt
2018-12-30
1
-0
/
+29
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
v3d: Use combined input/output segments.
Eric Anholt
2018-12-07
1
-0
/
+8
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
1
-1
/
+2
*
v3d: Don't try to set PF flags on a LDTMU operation
Eric Anholt
2018-11-15
1
-0
/
+6
*
v3d: Use nir_remove_unused_io_vars to handle binner shader output DCE
Eric Anholt
2018-10-30
1
-3
/
+13
*
v3d: Use nir_lower_io_to_scalar_early to DCE unused VS input components.
Eric Anholt
2018-10-30
1
-0
/
+16
*
v3d: Fix setup of the VCM cache size.
Eric Anholt
2018-09-07
1
-1
/
+2
*
v3d: Emit the VCM_CACHE_SIZE packet.
Eric Anholt
2018-08-06
1
-1
/
+19
*
v3d: Make sure that QPU instruction-has-a-dest matches VIR.
Eric Anholt
2018-08-06
1
-0
/
+10
*
v3d: Add support for the TMUWT instruction.
Eric Anholt
2018-07-31
1
-0
/
+6
*
v3d: Implement a small immediates optimization, based on VC4's.
Eric Anholt
2018-07-23
1
-0
/
+1
*
v3d: Return an invalid src number if asked for a missing implicit uniform.
Eric Anholt
2018-07-23
1
-0
/
+2
*
v3d: Update an XXX comment for a path we handled in HW on V3D 4.x.
Eric Anholt
2018-07-23
1
-1
/
+1
*
v3d: Switch to using the new SFU instructions on V3D 4.x.
Eric Anholt
2018-07-23
1
-1
/
+13
*
v3d: Implement noperspective varyings on V3D 4.x.
Eric Anholt
2018-07-09
1
-0
/
+3
*
v3d: Implement ALPHA_TO_COVERAGE.
Eric Anholt
2018-06-20
1
-1
/
+2
*
v3d: Fix shaders using pixel center W but no varyings.
Eric Anholt
2018-06-15
1
-1
/
+1
*
broadcom/vc5: Add support for centroid varyings.
Eric Anholt
2018-04-26
1
-0
/
+4
*
broadcom/vc5: Account for InstanceID/VertexID in VPM segment size.
Eric Anholt
2018-03-22
1
-4
/
+9
*
broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.
Eric Anholt
2018-03-21
1
-0
/
+33
*
broadcom/vc5: Don't annotate dumps with stale live intervals.
Eric Anholt
2018-03-19
1
-0
/
+3
*
broadcom/vc5: Add support for register spilling.
Eric Anholt
2018-03-19
1
-0
/
+8
*
broadcom/vc5: Remove redundant last_inst lookup.
Eric Anholt
2018-03-19
1
-1
/
+0
*
broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.
Eric Anholt
2018-03-19
1
-2
/
+27
*
broadcom/vc5: Add support for loading varyings in V3D 4.1.
Eric Anholt
2018-01-12
1
-1
/
+1
*
broadcom/vc5: Add compiler support for V3D 4.x texturing.
Eric Anholt
2018-01-12
1
-1
/
+4
*
broadcom/vc5: Use THRSW to enable multi-threaded shaders.
Eric Anholt
2018-01-12
1
-1
/
+5
*
broadcom/vc5: Implement GFXH-1684 workaround.
Eric Anholt
2018-01-12
1
-0
/
+1
*
broadcom/vc5: Use the new LDVPM/STVPM opcodes on V3D 4.1.
Eric Anholt
2018-01-12
1
-4
/
+3
*
broadcom/vc5: Add support for V3Dv4 signal bits.
Eric Anholt
2018-01-12
1
-3
/
+11
*
broadcom/vc5: Emit flat shade flags for varying components > 24.
Eric Anholt
2018-01-03
1
-2
/
+6
*
broadcom/vc5: Emit proper flatshading code for glShadeModel(GL_FLAT).
Eric Anholt
2018-01-03
1
-2
/
+0
*
broadcom/vc5: Enable NIR txd lowering on all txd instructions.
Eric Anholt
2017-12-14
1
-0
/
+1
*
broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture.
Eric Anholt
2017-10-30
1
-0
/
+1
*
broadcom/vc5: Add PIPE_TEX_WRAP_CLAMP support for linear-filtered textures.
Eric Anholt
2017-10-30
1
-0
/
+7
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-1
/
+1
*
broadcom/vc5: Fix handling of interp qualifiers on builtin color inputs.
Eric Anholt
2017-10-10
1
-14
/
+4
*
broadcom/compiler: Set up passthrough Z when doing FS discards.
Eric Anholt
2017-10-10
1
-2
/
+3
*
broadcom: Add VC5 NIR compiler.
Eric Anholt
2017-10-10
1
-0
/
+907
[prev]