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
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
vc4: Avoid loading undefined (newly-allocated) FBO contents.
Eric Anholt
2015-11-09
1
-0
/
+17
*
vc4: Return NULL when we can't make our shadow for a sampler view.
Eric Anholt
2015-11-09
1
-0
/
+4
*
vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.
Eric Anholt
2015-11-09
2
-19
/
+32
*
vc4: Add CL dumping for GL_ARRAY_PRIMITIVE.
Eric Anholt
2015-11-09
1
-1
/
+16
*
vc4: Fix a compiler warning.
Eric Anholt
2015-11-09
1
-1
/
+1
*
vc4: When the create ioctl fails, free our cache and try again.
Eric Anholt
2015-11-04
1
-5
/
+24
*
vc4: Print the rounded shader size in debug output.
Eric Anholt
2015-11-04
1
-1
/
+1
*
vc4: Fix dumping the size of BOs allocated/cached.
Eric Anholt
2015-11-04
1
-2
/
+2
*
vc4: Allow user index buffers, to avoid slow readback for shadow IBs.
Eric Anholt
2015-10-29
4
-10
/
+25
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-0
/
+1
*
vc4: Add support for copy propagation with unpack flags present.
Eric Anholt
2015-10-26
2
-36
/
+109
*
vc4: Rewrite the pack instructions as a MOV with a dst pack flag
Eric Anholt
2015-10-26
3
-37
/
+18
*
vc4: Move dst pack setup out to a helper function with more asserts.
Eric Anholt
2015-10-26
1
-10
/
+22
*
vc4: Switch the unpack ops to being unpack flags on a mov.
Eric Anholt
2015-10-26
6
-123
/
+42
*
vc4: Drop some confused code about pack/unpack handling.
Eric Anholt
2015-10-26
1
-23
/
+4
*
vc4: Reduce MOV special-casing in QIR-to-QPU.
Eric Anholt
2015-10-26
1
-8
/
+11
*
vc4: Fix up the test for whether the unpack can be from r4.
Eric Anholt
2015-10-26
3
-8
/
+27
*
vc4: Don't try to follow MOVs across a pack.
Eric Anholt
2015-10-26
1
-1
/
+2
*
vc4: Only copy propagate raw MOVs.
Eric Anholt
2015-10-26
1
-6
/
+1
*
vc4: If a QIR source has an unpack set, print it.
Eric Anholt
2015-10-26
3
-3
/
+13
*
vc4: Fix names of the 16-bit unpacks
Eric Anholt
2015-10-24
3
-6
/
+6
*
vc4: Don't try to register coalesce into the VPM across non-raw MOVs.
Eric Anholt
2015-10-24
1
-1
/
+1
*
vc4: Take advantage of the 8888 pack function in pack_unorm_4x8.
Eric Anholt
2015-10-24
1
-0
/
+14
*
vc4: Fix the test for skipping raw MOVs.
Eric Anholt
2015-10-24
3
-1
/
+10
*
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
[next]