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 a texture target to sampler view and a CAP to use it
Ilia Mirkin
2014-09-12
1
-0
/
+1
*
vc4: Add support for shadow samplers.
Eric Anholt
2014-09-09
1
-3
/
+58
*
vc4: Add support for texture swizzles.
Eric Anholt
2014-09-09
1
-1
/
+8
*
vc4: Move the texture format into a struct.
Eric Anholt
2014-09-09
1
-3
/
+5
*
vc4: Add support for depth texturing.
Eric Anholt
2014-09-09
1
-3
/
+13
*
vc4: Expose r4 to register allocation.
Eric Anholt
2014-09-09
4
-23
/
+49
*
vc4: Drop pointless raddr conflict handling on SF.
Eric Anholt
2014-09-09
1
-1
/
+0
*
vc4: The r4_count is supposed to be how many writes, not reads.
Eric Anholt
2014-09-09
1
-1
/
+1
*
vc4: Fix segfaults when rendering with no color render target.
Eric Anholt
2014-09-09
2
-8
/
+18
*
vc4: Fill out the stencil clear field.
Eric Anholt
2014-09-09
3
-1
/
+5
*
vc4: Flip around the depth/stencil fields.
Eric Anholt
2014-09-09
3
-5
/
+9
*
vc4: Add support for loading/storing the depth buffer.
Eric Anholt
2014-09-09
2
-7
/
+62
*
vc4: Don't forget to do initial tile clearing for depth/stencil.
Eric Anholt
2014-09-09
1
-1
/
+6
*
vc4: Ignore non-address bits of the offset for load/store.
Eric Anholt
2014-09-09
1
-1
/
+1
*
vc4: Add a debug flag for flushing after every draw.
Eric Anholt
2014-09-09
3
-0
/
+6
*
vc4: Add missing null terminator to the debug options list.
Eric Anholt
2014-09-09
1
-0
/
+1
*
gallium/vc4: ship all files in the tarball
Emil Velikov
2014-09-05
1
-1
/
+13
*
vc4: Merge qcompile and tgsi_to_qir
Eric Anholt
2014-09-04
9
-402
/
+327
*
vc4: Add a CSE optimization pass.
Eric Anholt
2014-09-04
4
-0
/
+238
*
vc4: Switch to using native integers.
Eric Anholt
2014-09-04
5
-6
/
+228
*
vc4: Expose compares at a lower level in QIR.
Eric Anholt
2014-09-04
5
-79
/
+148
*
vc4: Stop being so clever in CMP handling.
Eric Anholt
2014-09-04
1
-23
/
+6
*
vc4: Handle a couple of the transfer map flags.
Eric Anholt
2014-09-02
2
-4
/
+12
*
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+3
*
vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).
Eric Anholt
2014-08-24
1
-84
/
+47
*
vc4: Set the other WADDR in the qpu instruction helpers.
Eric Anholt
2014-08-24
1
-1
/
+5
*
vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.
Eric Anholt
2014-08-24
3
-57
/
+45
*
vc4: Ignore WADDRs from the other half of the instruction when merging.
Eric Anholt
2014-08-24
1
-1
/
+2
*
vc4: Fix LT/GE set-0-or-1 compares.
Eric Anholt
2014-08-24
1
-1
/
+1
*
vc4: Fix save/restore of the VS/FS in the blitter.
Eric Anholt
2014-08-23
1
-2
/
+2
*
vc4: Clear padding of ioctl arguments.
Eric Anholt
2014-08-23
1
-0
/
+1
*
vc4: Add support for fragment discards.
Eric Anholt
2014-08-22
4
-0
/
+43
*
vc4: Make some helpers for setting condition codes in instructions.
Eric Anholt
2014-08-22
3
-15
/
+27
*
vc4: Avoid using undefined values when there's no color write.
Eric Anholt
2014-08-22
1
-8
/
+27
*
vc4: Emit the scoreboard wait just when it's needed.
Eric Anholt
2014-08-22
1
-2
/
+25
*
vc4: Fix FLR for integer values less than 0.
Eric Anholt
2014-08-22
1
-1
/
+7
*
vc4: Fix totally broken assertions about inter-instruction reg conflicts.
Eric Anholt
2014-08-22
1
-3
/
+18
*
vc4: Add support for all the texture and FBO formats we can.
Eric Anholt
2014-08-22
7
-72
/
+203
*
vc4: Add support for texture tiling.
Eric Anholt
2014-08-22
10
-53
/
+626
*
vc4: Fix a typo in the validation for miplevels.
Eric Anholt
2014-08-22
1
-1
/
+1
*
vc4: Convert to using an enum for texture data types
Eric Anholt
2014-08-22
2
-20
/
+43
*
vc4: Stop complaining about unknown texture channel types.
Eric Anholt
2014-08-22
1
-10
/
+0
*
vc4: Include stdio/stdlib in headers so I don't have to include it per file.
Eric Anholt
2014-08-22
15
-21
/
+4
*
vc4: Plumb the texture index from TGSI through to the sampler uniforms.
Eric Anholt
2014-08-19
1
-15
/
+11
*
vc4: Avoid a null-deref if a sampler index isn't used.
Eric Anholt
2014-08-19
1
-2
/
+5
*
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
2014-08-19
1
-0
/
+1
*
vc4: Add support for swizzling of texture colors.
Eric Anholt
2014-08-18
3
-4
/
+39
*
vc4: Fix handling of non-XYZW swizzles in color outputs.
Eric Anholt
2014-08-18
1
-6
/
+6
*
vc4: Extract the swizzle handling from vertex fetch.
Eric Anholt
2014-08-18
1
-27
/
+32
*
vc4: Add support for color masking.
Eric Anholt
2014-08-18
1
-13
/
+24
[next]