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
/
vc4_program.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Add support for 32-bit signed norm/scaled vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+10
*
vc4: Add support for 16-bit signed/unsigned norm/scaled vertex attrs.
Eric Anholt
2014-12-15
1
-0
/
+31
*
vc4: Add support for 8-bit unnormalized vertex attrs.
Eric Anholt
2014-12-15
1
-11
/
+19
*
vc4: Refactor vertex attribute conversions a bit.
Eric Anholt
2014-12-15
1
-25
/
+40
*
vc4: Rename UNPACK_8* to UNPACK_8*_F.
Eric Anholt
2014-12-15
1
-1
/
+1
*
vc4: Add support for UMAD.
Eric Anholt
2014-12-15
1
-0
/
+9
*
vc4: Fix leaks of the compiled shaders' keys.
Eric Anholt
2014-12-14
1
-1
/
+1
*
vc4: Fix leak of the compiled shader programs in the cache.
Eric Anholt
2014-12-14
1
-0
/
+21
*
vc4: Switch to using the util/ hash table.
Eric Anholt
2014-12-14
1
-53
/
+32
*
vc4: Consider FS backface color loads as color inputs as well.
Eric Anholt
2014-12-11
1
-1
/
+4
*
vc4: Add support for GL 1.0 logic ops.
Eric Anholt
2014-12-08
1
-2
/
+60
*
vc4: Add support for TGSI_OPCODE_UCMP.
Eric Anholt
2014-12-08
1
-0
/
+12
*
vc4: Mark a big array as const.
Eric Anholt
2014-11-18
1
-1
/
+1
*
vc4: Avoid reusing a pointer from c->outputs[] after add_output().
Eric Anholt
2014-11-12
1
-5
/
+6
*
vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.
Eric Anholt
2014-11-12
1
-5
/
+5
*
vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.
Eric Anholt
2014-10-28
1
-6
/
+146
*
vc4: Reuse uniform_data/contents indices when making uniforms.
Eric Anholt
2014-10-24
1
-0
/
+7
*
vc4: Allow dead code elimination of unused varyings.
Eric Anholt
2014-10-24
1
-0
/
+15
*
vc4: Add debug output to match shaderdb info to program dumps.
Eric Anholt
2014-10-24
1
-6
/
+18
*
vc4: Fix SRC_ALPHA_SATURATE blending.
Eric Anholt
2014-10-21
1
-3
/
+11
*
vc4: Add support for rebasing texture levels so firstlevel == 0.
Eric Anholt
2014-10-19
1
-1
/
+2
*
vc4: Apply a Newton-Raphson step to improve RSQ
Eric Anholt
2014-10-18
1
-2
/
+20
*
vc4: Apply a Newton-Raphson step to improve RCP.
Eric Anholt
2014-10-18
1
-1
/
+17
*
vc4: Fix the uniform debug output.
Eric Anholt
2014-10-15
1
-1
/
+1
*
vc4: Add support for user clip plane and gl_ClipVertex.
Eric Anholt
2014-10-15
1
-3
/
+81
*
vc4: Move the output semantics setup to a helper.
Eric Anholt
2014-10-15
1
-16
/
+28
*
vc4: Add support for having 0 vertex elements used.
Eric Anholt
2014-10-14
1
-0
/
+26
*
vc4: Add support for the TXL opcode.
Eric Anholt
2014-10-13
1
-5
/
+15
*
vc4: Improve the accuracy of SIN and COS.
Eric Anholt
2014-10-13
1
-11
/
+17
*
vc4: Match VS outputs to FS inputs.
Eric Anholt
2014-10-13
1
-17
/
+96
*
vc4: Add support for the CEIL opcode.
Eric Anholt
2014-10-13
1
-0
/
+22
*
vc4: Add support for the SSG opcode.
Eric Anholt
2014-10-13
1
-0
/
+12
*
vc4: Use the fnv1 hash function instead of gallium util's crc32.
Eric Anholt
2014-10-10
1
-2
/
+3
*
vc4: Don't look up the compiled shaders unless state has changed.
Eric Anholt
2014-10-10
1
-0
/
+20
*
vc4: Split the coordinate shader to its own vc4_compiled_shader.
Eric Anholt
2014-10-09
1
-73
/
+45
*
vc4: Add #defines for the texture uniform fields.
Eric Anholt
2014-10-09
1
-19
/
+31
*
vc4: Initialize undefined temporaries to 0.
Eric Anholt
2014-10-09
1
-1
/
+6
*
vc4: Enable LIT lowering in TGSI instead of our own code.
Eric Anholt
2014-10-08
1
-35
/
+1
*
vc4: Fix scalar math opcodes to replicate their result from the X channel.
Eric Anholt
2014-10-08
1
-4
/
+16
*
vc4: Add support for two-sided color.
Eric Anholt
2014-10-08
1
-17
/
+45
*
vc4: Enable POW lowering in TGSI instead of our own code.
Eric Anholt
2014-10-08
1
-11
/
+1
*
vc4: Enable DP lowering in TGSI instead of our own code.
Eric Anholt
2014-10-08
1
-41
/
+3
*
vc4: Start using tgsi_lowering for opcodes we haven't supported before.
Eric Anholt
2014-10-08
1
-1
/
+15
*
vc4: Add support for framebuffer sRGB encoding.
Eric Anholt
2014-10-02
1
-2
/
+31
*
vc4: Add support for sampling from sRGB.
Eric Anholt
2014-10-02
1
-9
/
+43
*
vc4: Fix the mapping of the minification filter to HW values.
Eric Anholt
2014-10-01
1
-8
/
+8
*
vc4: Make the last static array in vc4_program.c dynamically sized.
Eric Anholt
2014-10-01
1
-3
/
+12
*
vc4: Fix some broken indentation.
Eric Anholt
2014-10-01
1
-1
/
+1
*
vc4: Add support for the FACE semantic.
Eric Anholt
2014-10-01
1
-0
/
+15
*
vc4: Add support for TGSI_OPCODE_CLAMP.
Eric Anholt
2014-10-01
1
-0
/
+12
[next]