mesa/src/gallium/drivers
Marek Olšák 68c54abb2c r600g: fix depth-stencil on evergreen
Such that it actually works in apps which use both.

A separate buffer is allocated for stencil. The only exception is
the window-system-provided depth-stencil buffer, where depth and stencil
share the same buffer.

This fixes:
- fbo-depthstencil-GL_DEPTH24_STENCIL8-clear
- fbo-depthstencil-GL_DEPTH24_STENCIL8-drawpixels-FLOAT-and-USHORT
- fbo-depthstencil-GL_DEPTH24_STENCIL8-readpixels-24_8
- fbo-depthstencil-GL_DEPTH24_STENCIL8-readpixels-FLOAT-and-USHORT
2011-08-19 23:12:11 +02:00
..
cell cell: fix unbalanced parenthesis 2011-05-08 07:41:26 -06:00
failover gallium: remove flags from the flush function 2011-03-11 21:39:31 +01:00
galahad galahad,util: warn on resource target mismatch in copy_region 2011-04-21 15:51:18 +02:00
i915 u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture 2011-08-16 09:15:11 +02:00
i965 gallium: add PIPE_SHADER_CAP_INTEGERS 2011-08-01 17:59:07 -05:00
identity gallium: remove flags from the flush function 2011-03-11 21:39:31 +01:00
llvmpipe llvmpipe: Don't build lp_test_arit on MSVC. 2011-08-18 18:04:44 +01:00
noop noop: redirect the get_param/is_format.. queries to the underlying driver 2011-08-16 09:15:11 +02:00
nouveau nouveau: hook up video decoding with nouveau_context 2011-07-21 10:39:41 +02:00
nv50 nv50: fix potential null deref in insn modifer optimization pass 2011-08-19 16:57:30 +02:00
nvc0 nv50,nvc0: never convert in resource copy when format sizes match 2011-08-07 15:34:34 +02:00
nvfx u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture 2011-08-16 09:15:11 +02:00
r300 u_blitter: rename util_blitter_copy_region -> util_blitter_copy_texture 2011-08-16 09:15:11 +02:00
r600 r600g: fix depth-stencil on evergreen 2011-08-19 23:12:11 +02:00
rbug rbug: Use the call mutex 2011-03-13 18:13:55 +01:00
softpipe softpipe: fix an obvious copy-paste error in get_query_result 2011-08-16 19:56:29 +02:00
svga svga: add missing switch case for PIPE_SHADER_CAP_INTEGERS 2011-08-09 08:58:47 -06:00
trace trace: implement texture_barrier 2011-05-29 16:17:11 +02:00
Makefile