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: 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
3
-0
/
+28
*
vc4: Actually clear the context's dirty flags.
Eric Anholt
2014-10-10
1
-0
/
+1
*
vc4: Optimize the other case of SEL_X_Y wih a 0 -> SEL_X_0(a).
Eric Anholt
2014-10-10
1
-1
/
+23
*
vc4: Optimize out adds of 0.
Eric Anholt
2014-10-09
1
-0
/
+26
*
vc4: Optimize fmul(x, 0) and fmul(x, 1).
Eric Anholt
2014-10-09
1
-0
/
+45
*
vc4: Factor out the turn-it-into-a-mov in opt_algebraic.
Eric Anholt
2014-10-09
1
-10
/
+12
*
vc4: Eliminate unused texture instructions.
Eric Anholt
2014-10-09
1
-1
/
+21
*
vc4: Dead code eliminate unused SF instructions.
Eric Anholt
2014-10-09
1
-7
/
+26
*
vc4: Prevent copy propagating out the MOVs from r4.
Eric Anholt
2014-10-09
1
-1
/
+11
*
vc4: Split the coordinate shader to its own vc4_compiled_shader.
Eric Anholt
2014-10-09
3
-89
/
+54
*
vc4: Add #defines for the texture uniform fields.
Eric Anholt
2014-10-09
2
-19
/
+113
*
vc4: Initialize undefined temporaries to 0.
Eric Anholt
2014-10-09
1
-1
/
+6
*
vc4: Optimize SF(ITOF(x)) -> SF(x).
Eric Anholt
2014-10-09
1
-0
/
+16
*
vc4: Add some optimization of FADD(FSUB(0, x)).
Eric Anholt
2014-10-09
1
-0
/
+31
*
vc4: Mostly fix offset calculation for NPOT mipmap levels.
Eric Anholt
2014-10-09
2
-3
/
+23
*
vc4: Move the mirrored kernel code to a kernel/ directory.
Eric Anholt
2014-10-09
11
-258
/
+382
*
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
2
-18
/
+51
*
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: Set unused raddr fields to QPU_R_NOP.
Eric Anholt
2014-10-08
1
-16
/
+27
*
vc4: Abstract out the field-merging logic for instructions.
Eric Anholt
2014-10-08
1
-11
/
+17
*
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
2
-9
/
+51
*
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
2
-3
/
+13
*
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
5
-1
/
+24
*
vc4: Add support for TGSI_OPCODE_CLAMP.
Eric Anholt
2014-10-01
1
-0
/
+12
*
vc4: Fix compiler warning
Eric Anholt
2014-10-01
1
-1
/
+1
*
vc4: Don't forget to store stencil along with depth when storing either.
Eric Anholt
2014-09-30
1
-1
/
+1
*
vc4: Don't try to do stores to buffers that aren't bound.
Eric Anholt
2014-09-29
1
-5
/
+8
*
vc4: Shove some depth comparison bits down to where they're used.
Eric Anholt
2014-09-29
1
-5
/
+5
*
vc4: Add support for GL 1.1's stupid CLAMP mode.
Eric Anholt
2014-09-29
1
-4
/
+19
*
vc4: Add support for texture border color.
Eric Anholt
2014-09-29
2
-1
/
+84
*
vc4: Add the necessary stubs for occlusion queries.
Eric Anholt
2014-09-29
4
-1
/
+87
*
vc4: Optimize out silly SUBs of 0.
Eric Anholt
2014-09-29
1
-0
/
+11
*
vc4: Dump constant uniform values in VC4_DEBUG=qir.
Eric Anholt
2014-09-29
6
-24
/
+32
*
vc4: Turn a SEL_X_Y(x, 0) into SEL_X_0(x).
Eric Anholt
2014-09-29
1
-14
/
+61
*
vc4: Add support for texture cube maps.
Eric Anholt
2014-09-29
5
-22
/
+84
*
vc4: Rename the slice's size0.
Eric Anholt
2014-09-29
2
-5
/
+5
*
vc4: Stop trying to reuse temporaries that store uniform values.
Eric Anholt
2014-09-29
2
-12
/
+0
*
vc4: Switch from errx() to fprintf() and abort().
Eric Anholt
2014-09-25
2
-8
/
+15
*
vc4: Fix miplevel validation for raster textures.
Eric Anholt
2014-09-25
1
-1
/
+1
*
vc4: Compute max_index instead of trusting the rest of userspace.
Eric Anholt
2014-09-24
1
-5
/
+13
*
vc4: Move shader record setup before the draw call.
Eric Anholt
2014-09-24
1
-38
/
+38
*
vc4: Add support for gl_PointCoord.
Eric Anholt
2014-09-24
1
-0
/
+34
[next]