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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v3d: Bump the maximum texture size to 4k for V3D 4.x.
Eric Anholt
2019-04-04
2
-3
/
+4
*
v3d: Remove some dead members of struct v3d_compile.
Eric Anholt
2019-03-21
1
-12
/
+0
*
v3d: Upload all of UBO[0] if any indirect load occurs.
Eric Anholt
2019-03-21
3
-129
/
+1
*
v3d: Move constant offsets to UBO addresses into the main uniform stream.
Eric Anholt
2019-03-21
3
-9
/
+16
*
v3d: Rename v3d_tmu_config_data to v3d_unit_data.
Eric Anholt
2019-03-21
2
-9
/
+9
*
v3d: Fix leak of the mem_ctx after the DAG refactor.
Eric Anholt
2019-03-12
1
-2
/
+2
*
v3d: Use the DAG datastructure for QPU instruction scheduling.
Eric Anholt
2019-03-11
1
-114
/
+72
*
v3d: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
v3d: Include a count of register pressure in the RA failure dumps.
Eric Anholt
2019-03-06
1
-1
/
+13
*
v3d: Drop the V3D 3.x vpm read dead code elimination.
Eric Anholt
2019-03-05
1
-33
/
+2
*
v3d: Eliminate the TLB and TLBU files.
Eric Anholt
2019-03-05
4
-41
/
+20
*
v3d: Use ldunif instructions for uniforms.
Eric Anholt
2019-03-05
11
-270
/
+27
*
v3d: Add support for register-allocating a ldunif to a QFILE_TEMP.
Eric Anholt
2019-03-05
2
-14
/
+77
*
v3d: Drop the old class bits splitting up the accumulators.
Eric Anholt
2019-03-05
1
-7
/
+3
*
v3d: Add support for vir-to-qpu of ldunif instructions to a temp.
Eric Anholt
2019-03-05
1
-2
/
+15
*
v3d: Switch implicit uniforms over to being any qinst->uniform != ~0.
Eric Anholt
2019-03-05
10
-123
/
+77
*
v3d: Do uniform rematerialization spilling before dropping threadcount
Eric Anholt
2019-03-05
1
-8
/
+10
*
v3d: Fix temporary leaks of temp_registers and when spilling.
Eric Anholt
2019-03-05
1
-5
/
+4
*
v3d: Move the stores for fixed function VS output reads into NIR.
Eric Anholt
2019-03-05
4
-195
/
+334
*
v3d: Translate f2i(fround_even) as FTOIN.
Eric Anholt
2019-03-05
1
-2
/
+9
*
v3d: Stop treating exec masking specially.
Eric Anholt
2019-03-05
3
-14
/
+3
*
v3d: Restrict live intervals to the blocks reachable from any def.
Eric Anholt
2019-03-05
2
-4
/
+43
*
v3d: Rematerialize MOVs of uniforms instead of spilling them.
Eric Anholt
2019-02-25
2
-27
/
+68
*
v3d: Dump the VIR after register spilling if we were forced to.
Eric Anholt
2019-02-25
1
-0
/
+10
*
v3d: Fix vir_is_raw_mov() for input unpacks.
Eric Anholt
2019-02-25
1
-0
/
+7
*
v3d: Move i2b and f2b support into emit_comparison.
Eric Anholt
2019-02-18
1
-13
/
+12
*
v3d: Emit a simpler negate for the iabs implementation.
Eric Anholt
2019-02-18
1
-2
/
+1
*
v3d: Delay emitting ldvpm on V3D 4.x until it's actually used.
Eric Anholt
2019-02-18
1
-6
/
+43
*
v3d: Stop tracking num_inputs for VPM loads.
Eric Anholt
2019-02-18
4
-7
/
+2
*
v3d: Add a function to describe what the c->execute.file check means.
Eric Anholt
2019-02-18
2
-8
/
+14
*
v3d: Fix the check for "is the last thrsw inside control flow"
Eric Anholt
2019-02-18
2
-8
/
+17
*
v3d: Fix f2b32 behavior.
Eric Anholt
2019-02-18
1
-1
/
+6
*
v3d: Kill off vir_PF(), which is hard to use right.
Eric Anholt
2019-02-18
3
-70
/
+36
*
v3d: Do bool-to-cond for discard_if as well.
Eric Anholt
2019-02-18
1
-16
/
+12
*
v3d: Refactor bcsel and if condition handling.
Eric Anholt
2019-02-18
1
-29
/
+14
*
v3d: Add a helper function for getting a nop register.
Eric Anholt
2019-02-18
5
-14
/
+18
*
v3d: Drop our hand-lowered nir_op_ffract.
Eric Anholt
2019-02-18
1
-3
/
+1
*
v3d: Drop a perf note about merging unpack_half_*, which has been implemented.
Eric Anholt
2019-02-18
1
-3
/
+0
*
v3d: Fix incorrect flagging of ldtmu as writing r4 on v3d 4.x.
Eric Anholt
2019-02-18
1
-5
/
+4
*
v3d: Use the early_fragment_tests flag for the shader's disable-EZ field.
Eric Anholt
2019-02-18
3
-15
/
+16
*
v3d: Use the NIR lowering for isign instead of rolling our own.
Eric Anholt
2019-02-14
1
-16
/
+1
*
v3d: Whitespace consistency fix.
Eric Anholt
2019-02-05
1
-1
/
+1
*
v3d: Fix copy-propagation of input unpacks.
Eric Anholt
2019-02-05
5
-35
/
+94
*
v3d: Fix input packing of .l for rounding/fdx/fdy.
Eric Anholt
2019-02-05
2
-1
/
+2
*
v3d: Fix pack/unpack of VFPACK operand unpacks.
Eric Anholt
2019-02-05
2
-1
/
+33
*
v3d: Fix dumping of shaders with alpha test.
Eric Anholt
2019-02-05
1
-1
/
+3
*
v3d: Store the actual mask of color buffers present in the key.
Eric Anholt
2019-02-05
2
-5
/
+6
*
v3d: Fix image_load_store clamping of signed integer stores.
Eric Anholt
2019-01-31
1
-1
/
+1
*
v3d: Fix a release build set-but-unused compiler warning.
Eric Anholt
2019-01-29
1
-1
/
+2
*
vc4: Declare the last cpu pointer as being modified in NEON asm.
Emil Velikov
2019-01-29
1
-2
/
+1
[next]