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
/
gallium
/
drivers
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Validate QPU uniform pointer updates.
Eric Anholt
2016-07-12
1
-0
/
+22
*
vc4: Add support for NIR loops and break/continue.
Eric Anholt
2016-07-12
2
-3
/
+79
*
vc4: Add support for emitting NIR IF nodes.
Eric Anholt
2016-07-12
1
-1
/
+91
*
vc4: Add support for storing to NIR registers in a non-SSA fashion.
Eric Anholt
2016-07-12
2
-85
/
+144
*
vc4: Add a flag in the screen to track control flow support.
Eric Anholt
2016-07-12
3
-1
/
+14
*
vc4: Define a QIR branch instruction
Eric Anholt
2016-07-12
4
-9
/
+61
*
vc4: Add kernel support for branching in shader validation.
Eric Anholt
2016-07-12
3
-17
/
+280
*
vc4: Add a bitmap of branch targets in kernel validation.
Eric Anholt
2016-07-12
3
-2
/
+133
*
vc4: Track the current instruction into the validation_state.
Eric Anholt
2016-07-12
1
-24
/
+30
*
vc4: Add QPU support for generating BRANCH instructions.
Eric Anholt
2016-07-12
5
-1
/
+85
*
vc4: Print live variable start/ends during QIR dumping.
Eric Anholt
2016-07-12
1
-0
/
+45
*
vc4: Implement live intervals using a CFG.
Eric Anholt
2016-07-12
6
-39
/
+393
*
vc4: Make vc4_qir_schedule handle each block in the program.
Eric Anholt
2016-07-12
1
-14
/
+23
*
vc4: Convert uniforms lowering to work with multiple blocks.
Eric Anholt
2016-07-12
1
-29
/
+44
*
vc4: Convert vc4_opt_peephole_sf to work with control flow.
Eric Anholt
2016-07-12
1
-4
/
+18
*
vc4: Create a basic block structure and move the instructions into it.
Eric Anholt
2016-07-12
6
-20
/
+122
*
vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.
Eric Anholt
2016-07-12
12
-14
/
+17
*
vc4: Also enable phi elimination.
Eric Anholt
2016-07-12
1
-0
/
+1
*
vc4: fix memory leak
Eric Engestrom
2016-07-12
1
-1
/
+1
*
vc4: Close our screen's fd on screen close.
Eric Anholt
2016-07-12
1
-0
/
+3
*
vc4: Regularize instruction emit macros
Eric Anholt
2016-07-04
2
-39
/
+50
*
vc4: Enable dead CF elimination.
Eric Anholt
2016-07-04
1
-0
/
+1
*
vc4: Optimize out redundant SF updates.
Eric Anholt
2016-07-04
2
-6
/
+78
*
vc4: Move SF removal to a separate peephole pass.
Eric Anholt
2016-07-04
5
-17
/
+85
*
vc4: DCE instructions with a NULL destination.
Eric Anholt
2016-07-04
1
-2
/
+3
*
vc4: Mark texturing setup instructions as having side effects.
Eric Anholt
2016-07-04
1
-5
/
+5
*
vc4: Fix a pasteo in scheduling condition flag usage.
Eric Anholt
2016-07-04
1
-1
/
+1
*
vc4: Drop the dead QIR_PACK() macro.
Eric Anholt
2016-07-04
1
-8
/
+0
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
2
-2
/
+2
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
vc4: fix vc4_resource_from_handle() stride calculation
Rob Herring
2016-06-15
1
-2
/
+2
*
Android: move libdrm settings to top-level Android.common.mk
Rob Herring
2016-06-13
1
-1
/
+0
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
1
-0
/
+1
*
vc4: Fix compiler warnings in fail_instr path of QIR validate pass
Rhys Kidd
2016-05-31
1
-10
/
+10
*
vc4: Fix doxygen warnings
12.0-branchpoint
Rhys Kidd
2016-05-30
2
-6
/
+6
*
gallium: push offset down to driver
Stanimir Varbanov
2016-05-30
1
-0
/
+7
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
1
-0
/
+1
*
vc4: Size transfer temporary mappings appropriately for full maps of 3D.
Eric Anholt
2016-05-18
1
-2
/
+2
*
vc4: Add support for vertex color clamping in the rasterizer.
Eric Anholt
2016-05-17
3
-1
/
+6
*
vc4: Move tgsi_to_nir to precompile time.
Eric Anholt
2016-05-17
1
-12
/
+15
*
vc4: Mark the driver as supporting fragment color clamping in rast.
Eric Anholt
2016-05-17
1
-1
/
+1
*
vc4: Enable sharing shaders across contexts.
Eric Anholt
2016-05-17
2
-2
/
+3
*
vc4: Switch to using nir_load_front_face.
Eric Anholt
2016-05-17
2
-9
/
+18
*
vc4: Drop the dead export_linkage array.
Eric Anholt
2016-05-17
1
-5
/
+0
*
vc4: Fix a -Wformat-security warning.
Eric Anholt
2016-05-17
1
-1
/
+1
*
gallium: Add a pipe cap for arb_cull_distance
Tobias Klausmann
2016-05-14
1
-0
/
+1
*
vc4: Add support for loading immediate values in QIR.
Eric Anholt
2016-05-06
4
-0
/
+32
*
vc4: Make vc4_qpu_validate() produce more verbose failures.
Eric Anholt
2016-05-06
1
-35
/
+71
[next]