mesa/src/gallium/drivers/r600
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
..
eg_asm.c r600g: rename bc -> bytecode 2011-08-16 19:39:59 +02:00
eg_sq.h r600g: add initial evergreen support 2010-09-10 19:41:18 +10:00
evergreen_state.c r600g: fix depth-stencil on evergreen 2011-08-19 23:12:11 +02:00
evergreend.h r600g: implement NV_primitive_restart functionality (v2) 2011-08-18 00:25:07 +02:00
Makefile [g3dvl] make pipe_context mandatory for creation pipe_video_context 2011-07-08 12:03:13 +02:00
r600.h r600g: set read/write usage flags for each relocation 2011-08-16 09:15:11 +02:00
r600_asm.c r600g: rename bc -> bytecode 2011-08-16 19:39:59 +02:00
r600_asm.h r600g: rename bc -> bytecode 2011-08-16 19:39:59 +02:00
r600_blit.c r600g: fix depth-stencil on evergreen 2011-08-19 23:12:11 +02:00
r600_buffer.c r600g: don't include radeon_drm.h and xf86drm.h 2011-08-16 09:15:11 +02:00
r600_formats.h r600g: expose ARB_ES2_compatibility by claiming fixed-point format support 2011-08-16 09:15:11 +02:00
r600_opcodes.h r600g: Replace the CHIPREV_* defines with the chip_class enum. 2011-07-09 18:12:50 +02:00
r600_pipe.c r600g: implement NV_primitive_restart functionality (v2) 2011-08-18 00:25:07 +02:00
r600_pipe.h r600g: set read/write usage flags for each relocation 2011-08-16 09:15:11 +02:00
r600_public.h r600g: put radeon_winsys in screen::winsys, don't include drm_driver in the pipe 2011-08-16 09:15:10 +02:00
r600_query.c r600g: fix queries and predication 2011-07-15 15:42:46 -04:00
r600_resource.c gallium: kill is_resource_referenced 2011-03-11 21:39:30 +01:00
r600_resource.h r600g: fix depth-stencil on evergreen 2011-08-19 23:12:11 +02:00
r600_shader.c r600g: rename bc -> bytecode 2011-08-16 19:39:59 +02:00
r600_shader.h r600g: rename bc -> bytecode 2011-08-16 19:39:59 +02:00
r600_sq.h r600g: implement replacing gpr with pv and ps 2011-01-13 23:01:35 +01:00
r600_state.c r600g: fix a possible crash in r600_adjust_gprs 2011-08-19 14:46:25 +02:00
r600_state_common.c r600g: implement NV_primitive_restart functionality (v2) 2011-08-18 00:25:07 +02:00
r600_texture.c r600g: fix depth-stencil on evergreen 2011-08-19 23:12:11 +02:00
r600_translate.c r600g: fixed bo memory leak issue 2011-06-13 10:47:07 -04:00
r600d.h r600g: consolidate two files r600d.h 2011-08-16 09:15:11 +02:00
r700_asm.c r600g: rename bc -> bytecode 2011-08-16 19:39:59 +02:00
r700_sq.h r600g: add support for all R6XX/R7XX asic 2010-07-21 17:05:37 -04:00
SConscript scons: Expose pkg-config in a simpler manner. 2011-06-30 17:36:37 +01:00