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
/
gallium
/
drivers
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Convert blending to being done in 4x8 unorm normally.
Eric Anholt
2015-10-23
5
-51
/
+276
*
vc4: Add QIR/QPU support for the 8-bit vector instructions.
Eric Anholt
2015-10-23
4
-0
/
+45
*
vc4: Don't try to CSE non-SSA instructions.
Eric Anholt
2015-10-23
1
-0
/
+1
*
vc4: Add dumping of VC4_PACKET_GL_INDEXED_PRIMITIVE.
Eric Anholt
2015-10-23
1
-1
/
+22
*
vc4: Add a workaround for HW-2116 (state counter wrap fails).
Eric Anholt
2015-10-23
3
-6
/
+40
*
vc4: Fix missing \n in a perf_debug().
Eric Anholt
2015-10-23
1
-1
/
+1
*
vc4: Use Rob's NIR-based user clip lowering.
Eric Anholt
2015-10-23
4
-69
/
+14
*
vc4: Also dump the decimation mode for resolved stores.
Eric Anholt
2015-10-23
1
-2
/
+4
*
vc4: Use VC4_GET_FIELD and other defines in dumping VC4_RENDER_CONFIG.
Eric Anholt
2015-10-23
1
-10
/
+10
*
vc4: Add a sentinel after simulator buffers for buffer overflow detection.
Eric Anholt
2015-10-23
1
-1
/
+11
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+2
*
vc4: Switch our vertex attr lowering to being NIR-based.
Eric Anholt
2015-10-20
2
-143
/
+200
*
vc4: Add limited support for ibfe/ubfe.
Eric Anholt
2015-10-20
1
-0
/
+42
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
vc4: Use nir_foreach_variable
Boyan Ding
2015-10-20
3
-7
/
+7
*
vc4: use nir two-sided-color lowering
Boyan Ding
2015-10-06
2
-24
/
+2
*
vc4: Fix a leak of the last color read/write surface on context destroy.
Eric Anholt
2015-10-06
1
-0
/
+3
*
vc4: Fix a memory leak in the simulator case.
Eric Anholt
2015-10-06
1
-1
/
+6
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
vc4: Try to pair up instructions when only one of them has PM bit
Boyan Ding
2015-09-17
1
-47
/
+76
*
vc4: convert from tgsi semantic/index to varying-slot
Eric Anholt
2015-09-16
7
-147
/
+106
*
gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.
Eric Anholt
2015-09-16
3
-10
/
+28
*
vc4: Fix build from recent NIR cleanups.
Eric Anholt
2015-09-14
1
-2
/
+1
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
vc4: Initialize pack field of qreg to 0 in qir_get_temp
Boyan Ding
2015-09-04
1
-0
/
+1
*
nir: Convert the builder to use the new NIR cursor API.
Kenneth Graunke
2015-08-27
2
-4
/
+4
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+2
*
vc4: Actually allow math results to allocate into r4.
Eric Anholt
2015-08-21
2
-1
/
+7
*
vc4: Fold the 16-bit integer pack into the instructions generating it.
Eric Anholt
2015-08-21
5
-30
/
+22
*
vc4: Reuse QPU dumping for packing bits in QIR.
Eric Anholt
2015-08-21
3
-22
/
+26
*
vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.
Eric Anholt
2015-08-21
2
-4
/
+20
*
vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.
Eric Anholt
2015-08-21
1
-12
/
+10
*
vc4: Add algebraic opt for rcp(1.0).
Eric Anholt
2015-08-20
1
-0
/
+8
*
vc4: Allow unpack_8[abcd]_f's src to stay in r4.
Eric Anholt
2015-08-20
1
-1
/
+15
*
vc4: Pack the unorm-packing bits into a src MUL instruction when possible.
Eric Anholt
2015-08-20
5
-16
/
+104
*
vc4: Add a QIR helper for whether the op is a MUL type.
Eric Anholt
2015-08-20
3
-4
/
+16
*
vc4: Drop an unused algebraic op.
Eric Anholt
2015-08-20
1
-9
/
+0
*
vc4: Switch QPU_PACK_SCALED to be two non-SSA instructions.
Eric Anholt
2015-08-20
5
-21
/
+19
*
vc4: Make the pack-to-unorm instructions be non-SSA.
Eric Anholt
2015-08-20
4
-42
/
+36
*
vc4: Allow QIR registers to be non-SSA.
Eric Anholt
2015-08-20
4
-4
/
+10
*
vc4: We can now move TEX_RESULT accesses across other r4 ops.
Eric Anholt
2015-08-20
1
-16
/
+0
*
util/ra: Make allocating conflict lists optional
Jason Ekstrand
2015-08-18
1
-1
/
+1
*
vc4: Move all of our fixed function fragment color handling to NIR.
Eric Anholt
2015-08-14
6
-388
/
+538
*
vc4: Add a helper for making driver-specific NIR load_uniform for GL state
Eric Anholt
2015-08-14
2
-2
/
+30
*
nir: Add a nir_opt_undef() to handle csels with undef.
Eric Anholt
2015-08-14
1
-0
/
+1
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
vc4: add missing nir include, to fix the build
Emil Velikov
2015-08-07
1
-0
/
+1
*
vc4: automake: remove unused include
Emil Velikov
2015-08-07
1
-1
/
+0
*
vc4: Use nir_lower_load_const_to_scalar().
Eric Anholt
2015-08-04
1
-0
/
+1
[next]