mesa/src/gallium/drivers/identity
Jakob Bornecrantz 1e5014f7df drm_api: Operate on textures instead of buffers
Most use cases just got the buffer from the texture
	and then called into one of the get_handle functions.

	Also with this patch it would be easier to move to a
	generic function for getting handles from textures
	and textures from handles, that is exposed via the screen.
2009-08-28 13:38:23 +01:00
..
Makefile identity: Create a drm_api wrapper 2009-06-30 12:24:47 +02:00
SConscript identity: Add new identity driver 2009-06-24 13:04:56 +02:00
id_context.c identity: Use the correct texture 2009-08-06 13:20:49 +01:00
id_context.h identity: Add new identity driver 2009-06-24 13:04:56 +02:00
id_drm.c drm_api: Operate on textures instead of buffers 2009-08-28 13:38:23 +01:00
id_drm.h identity: Create a drm_api wrapper 2009-06-30 12:24:47 +02:00
id_objects.c identity: Add new identity driver 2009-06-24 13:04:56 +02:00
id_objects.h identity: Add new identity driver 2009-06-24 13:04:56 +02:00
id_public.h identity: Add new identity driver 2009-06-24 13:04:56 +02:00
id_screen.c gallium: Add texture usage information to surface_buffer_create 2009-08-11 18:34:43 +01:00
id_screen.h identity: Add new identity driver 2009-06-24 13:04:56 +02:00