summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4
AgeCommit message (Expand)AuthorFilesLines
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+3
2014-08-24vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).Eric Anholt1-84/+47
2014-08-24vc4: Set the other WADDR in the qpu instruction helpers.Eric Anholt1-1/+5
2014-08-24vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.Eric Anholt3-57/+45
2014-08-24vc4: Ignore WADDRs from the other half of the instruction when merging.Eric Anholt1-1/+2
2014-08-24vc4: Fix LT/GE set-0-or-1 compares.Eric Anholt1-1/+1
2014-08-23vc4: Fix save/restore of the VS/FS in the blitter.Eric Anholt1-2/+2
2014-08-23vc4: Clear padding of ioctl arguments.Eric Anholt1-0/+1
2014-08-22vc4: Add support for fragment discards.Eric Anholt4-0/+43
2014-08-22vc4: Make some helpers for setting condition codes in instructions.Eric Anholt3-15/+27
2014-08-22vc4: Avoid using undefined values when there's no color write.Eric Anholt1-8/+27
2014-08-22vc4: Emit the scoreboard wait just when it's needed.Eric Anholt1-2/+25
2014-08-22vc4: Fix FLR for integer values less than 0.Eric Anholt1-1/+7
2014-08-22vc4: Fix totally broken assertions about inter-instruction reg conflicts.Eric Anholt1-3/+18
2014-08-22vc4: Add support for all the texture and FBO formats we can.Eric Anholt7-72/+203
2014-08-22vc4: Add support for texture tiling.Eric Anholt10-53/+626
2014-08-22vc4: Fix a typo in the validation for miplevels.Eric Anholt1-1/+1
2014-08-22vc4: Convert to using an enum for texture data typesEric Anholt2-20/+43
2014-08-22vc4: Stop complaining about unknown texture channel types.Eric Anholt1-10/+0
2014-08-22vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt15-21/+4
2014-08-19vc4: Plumb the texture index from TGSI through to the sampler uniforms.Eric Anholt1-15/+11
2014-08-19vc4: Avoid a null-deref if a sampler index isn't used.Eric Anholt1-2/+5
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-18vc4: Add support for swizzling of texture colors.Eric Anholt3-4/+39
2014-08-18vc4: Fix handling of non-XYZW swizzles in color outputs.Eric Anholt1-6/+6
2014-08-18vc4: Extract the swizzle handling from vertex fetch.Eric Anholt1-27/+32
2014-08-18vc4: Add support for color masking.Eric Anholt1-13/+24
2014-08-18vc4: Add a helper for QOP_R4_UNPACK_[ABCD].Eric Anholt2-8/+11
2014-08-18vc4: Don't forget to set up the offset for render targets.Eric Anholt1-0/+2
2014-08-18vc4: Fix multi-level texture setup.Eric Anholt2-2/+12
2014-08-18vc4: Fix viewport handling in the uniforms upload.Eric Anholt1-4/+2
2014-08-15gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ramEmil Velikov1-3/+9
2014-08-15vc4: Add support for blending.Eric Anholt5-12/+199
2014-08-15vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.Eric Anholt1-1/+1
2014-08-15vc4: Use cl_f() instead of cl_u32(fui())Eric Anholt1-6/+6
2014-08-15vc4: Consistently use qir_uniform_f().Eric Anholt1-7/+6
2014-08-15vc4: Consume the implicit varyings for points and lines.Eric Anholt3-12/+33
2014-08-15vc4: Move the deref of the color buffer for simulator into the simulator.Eric Anholt3-8/+4
2014-08-15gallium/vc4: handle query_renderer capsEmil Velikov1-0/+12
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin1-0/+1
2014-08-12vc4: Drop the dump_fbo() routine.Eric Anholt1-50/+0
2014-08-12vc4: Claim the GL 2.1 minimum for 3D textures.Eric Anholt1-1/+2
2014-08-12vc4: Declare what vertex formats we actually support.Eric Anholt1-2/+7
2014-08-12vc4: Stash some debug code for format support checks.Eric Anholt1-0/+9
2014-08-12vc4: Texture format support has nothing to do with VBO format support.Eric Anholt1-2/+1
2014-08-12vc4: Fix off-by-one in texture maximum levels.Eric Anholt1-1/+1
2014-08-12vc4: Add support for the FLR opcode.Eric Anholt1-0/+18
2014-08-11vc4: Flip which primitives are considered front-facing.Eric Anholt1-1/+1
2014-08-11vc4: Don't forget to set the depth clear value in the packet.Eric Anholt1-1/+1
2014-08-11vc4: Add support for gl_FragCoord.Eric Anholt5-4/+76