vc4: Stop complaining about unknown texture channel types.
[mesa.git] / src / gallium / drivers / vc4 / vc4_screen.c
2014-08-22 Eric Anholtvc4: Include stdio/stdlib in headers so I don't have...
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-18 Eric Anholtvc4: Add support for swizzling of texture colors.
2014-08-15 Emil Velikovgallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount...
2014-08-15 Emil Velikovgallium/vc4: handle query_renderer caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-12 Eric Anholtvc4: Claim the GL 2.1 minimum for 3D textures.
2014-08-12 Eric Anholtvc4: Declare what vertex formats we actually support.
2014-08-12 Eric Anholtvc4: Stash some debug code for format support checks.
2014-08-12 Eric Anholtvc4: Texture format support has nothing to do with...
2014-08-11 Eric Anholtvc4: Add support for gl_FragCoord.
2014-08-11 Eric Anholtvc4: Drop PIPE_SHADER_CAP_MAX_ADDRS
2014-08-09 Eric Anholtvc4: Add VC4_DEBUG env option
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.