mesa/src/gallium/drivers/r300
Marek Olšák a04f8c3612 r300g: don't return NULL in resource_from_handle if the resource is too small
The DDX may allocate a buffer with a too small size.
Instead of failing, let's pretend everything's alright.

Such bugs should be fixed in the DDX, of course.

NOTE: This is a candidate for the stable branches.
2011-10-20 23:37:22 +02:00
..
compiler r300/compiler: Try to eliminate REPL_ALPHA instructions 2011-10-16 19:54:48 -07:00
Android.mk android: add support for r300g 2011-08-27 17:29:12 +08:00
Makefile r300g: share the source list 2011-08-27 17:28:31 +08:00
Makefile.sources r300g: share the source list 2011-08-27 17:28:31 +08:00
r300_blit.c gallium: rename ZS stencil type to UINT (v2) 2011-10-11 16:13:29 +01:00
r300_cb.h r300g: simplify WRITE_RELOC API and cleanup 2011-02-10 11:27:35 +01:00
r300_chipset.c winsys/radeon: simplify how value queries work 2011-07-25 23:10:39 +02:00
r300_chipset.h winsys/radeon: simplify how value queries work 2011-07-25 23:10:39 +02:00
r300_context.c u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_ 2011-09-26 15:25:04 +02:00
r300_context.h r300g: remove unused r300_resource::tex_offset 2011-10-08 02:21:24 +02:00
r300_cs.h r300g/winsys: rename r300->radeon and do a little cleanup 2011-04-18 02:52:32 +02:00
r300_debug.c r300g: remove unused debug option DBG_UPLOAD 2011-06-01 04:47:41 +02:00
r300_defines.h r300g/winsys: rename r300->radeon and do a little cleanup 2011-04-18 02:52:32 +02:00
r300_emit.c winsys/radeon: move GEM domains out of the drivers into winsys 2011-09-30 23:19:52 +02:00
r300_emit.h r300g: copy the compiler from r300c 2011-07-26 22:35:49 +02:00
r300_flush.c winsys/radeon: move GEM domains out of the drivers into winsys 2011-09-30 23:19:52 +02:00
r300_fs.c r300/compiler: Add support for the output modifier (OMOD) 2011-09-16 17:35:46 -07:00
r300_fs.h r300g: copy the compiler from r300c 2011-07-26 22:35:49 +02:00
r300_hyperz.c r300g: print some HyperZ debug info 2011-05-29 03:03:14 +02:00
r300_public.h r300g/winsys: rename r300->radeon and do a little cleanup 2011-04-18 02:52:32 +02:00
r300_query.c winsys/radeon: move GEM domains out of the drivers into winsys 2011-09-30 23:19:52 +02:00
r300_reg.h r300/compiler: Implement the texture semaphore 2011-10-14 18:30:14 -07:00
r300_render.c Revert "r300g: fix rendering with a non-zero index bias in draw_elements_immediate" 2011-10-16 03:19:11 +02:00
r300_render_stencilref.c r300g: optimize looping over atoms 2010-12-05 05:52:25 +01:00
r300_render_translate.c r300g: remove tracking whether vertex buffers need to be validated 2011-02-18 16:15:03 +01:00
r300_resource.c gallium: kill is_resource_referenced 2011-03-11 21:39:30 +01:00
r300_screen.c r300g: set max vertex samplers to 0 on swtcl chipsets 2011-10-14 15:06:01 +02:00
r300_screen.h winsys/radeon: simplify how value queries work 2011-07-25 23:10:39 +02:00
r300_screen_buffer.c winsys/radeon: move GEM domains out of the drivers into winsys 2011-09-30 23:19:52 +02:00
r300_screen_buffer.h r300g/winsys: rename r300->radeon and do a little cleanup 2011-04-18 02:52:32 +02:00
r300_shader_semantics.h r300g: implement gl_FrontFacing 2010-08-11 04:48:56 +02:00
r300_state.c u_vbuf_mgr: s/u_vbuf_mgr_/u_vbuf_ 2011-09-26 15:25:04 +02:00
r300_state_derived.c gallium: rename ZS stencil type to UINT (v2) 2011-10-11 16:13:29 +01:00
r300_state_inlines.h r300g: don't enable aniso with nearest filtering 2011-06-09 04:19:03 +02:00
r300_texture.c r300g: don't return NULL in resource_from_handle if the resource is too small 2011-10-20 23:37:22 +02:00
r300_texture.h r300g: don't return NULL in resource_from_handle if the resource is too small 2011-10-20 23:37:22 +02:00
r300_texture_desc.c r300g: don't return NULL in resource_from_handle if the resource is too small 2011-10-20 23:37:22 +02:00
r300_texture_desc.h r300g: don't return NULL in resource_from_handle if the resource is too small 2011-10-20 23:37:22 +02:00
r300_tgsi_to_rc.c r300/compiler: Implement ROUND 2011-09-10 06:36:53 -07:00
r300_tgsi_to_rc.h Revert "Merge remote-tracking branch 'mareko/r300g-draw-instanced' into pipe-video" 2011-06-04 12:55:43 +02:00
r300_transfer.c winsys/radeon: move GEM domains out of the drivers into winsys 2011-09-30 23:19:52 +02:00
r300_transfer.h gallium: support for array textures and related changes 2010-12-02 04:33:43 +01:00
r300_vs.c r300/compiler: Add support for the output modifier (OMOD) 2011-09-16 17:35:46 -07:00
r300_vs.h r300g: copy the compiler from r300c 2011-07-26 22:35:49 +02:00
r300_vs_draw.c r300g/swtcl: fix out-of-bounds write 2010-07-09 03:53:47 +02:00
SConscript r300g: share the source list 2011-08-27 17:28:31 +08:00