aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add support for all the texture and FBO formats we can.Eric Anholt2014-08-221-50/+2
* vc4: Add support for texture tiling.Eric Anholt2014-08-221-1/+1
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-2/+0
* gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann2014-08-191-0/+1
* vc4: Add support for swizzling of texture colors.Eric Anholt2014-08-181-1/+1
* gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ramEmil Velikov2014-08-151-3/+9
* gallium/vc4: handle query_renderer capsEmil Velikov2014-08-151-0/+12
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-141-0/+1
* vc4: Claim the GL 2.1 minimum for 3D textures.Eric Anholt2014-08-121-1/+2
* vc4: Declare what vertex formats we actually support.Eric Anholt2014-08-121-2/+7
* vc4: Stash some debug code for format support checks.Eric Anholt2014-08-121-0/+9
* vc4: Texture format support has nothing to do with VBO format support.Eric Anholt2014-08-121-2/+1
* vc4: Add support for gl_FragCoord.Eric Anholt2014-08-111-2/+4
* vc4: Drop PIPE_SHADER_CAP_MAX_ADDRSEric Anholt2014-08-111-2/+0
* vc4: Add VC4_DEBUG env optionEric Anholt2014-08-081-1/+21
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+439