summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_state.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Fix stencil writemask handling.Eric Anholt2014-10-211-2/+2
* vc4: Don't look at back stencil state unless two-sided stencil is enabled.Eric Anholt2014-10-211-2/+6
* vc4: Translate 4-byte index buffers to 2 bytes.Eric Anholt2014-10-191-4/+21
* vc4: Add support for rebasing texture levels so firstlevel == 0.Eric Anholt2014-10-191-1/+25
* vc4: Add support for user clip plane and gl_ClipVertex.Eric Anholt2014-10-151-1/+3
* vc4: Fix render target NPOT alignment at small miplevels.Eric Anholt2014-10-141-3/+12
* vc4: Mostly fix offset calculation for NPOT mipmap levels.Eric Anholt2014-10-091-1/+12
* vc4: Add support for point size setting.Eric Anholt2014-09-241-2/+4
* vc4: Actually add support for polygon offset.Eric Anholt2014-09-241-1/+11
* vc4: Add support for flat shading.Eric Anholt2014-09-231-0/+7
* vc4: Add support for stencil operations.Eric Anholt2014-09-181-0/+71
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-2/+0
* vc4: Flip which primitives are considered front-facing.Eric Anholt2014-08-111-1/+1
* vc4: Add support for depth clears and tests within a tile.Eric Anholt2014-08-111-3/+20
* vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt2014-08-081-2/+1
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+444