summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity
Commit message (Expand)AuthorAgeFilesLines
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-113-42/+22
* gallium: implement blit in driver wrappersMarek Olšák2012-09-301-0/+15
* gallium/identity: add 'start' parameter to bind_sampler_states/views()Brian Paul2012-08-161-4/+12
* gallium/identity: consolidate sampler, sampler_view codeBrian Paul2012-08-161-32/+54
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+2
* identity: implement get_timestampMarek Olšák2012-07-101-0/+10
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-23/+0
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-14/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-7/+6
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* identity: Use non-recursive automakeTom Stellard2012-03-141-14/+0
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-3/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-4/+4
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-8/+4
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+14
* gallium: support for array textures and related changesRoland Scheidegger2010-12-024-68/+62
* scons: add alias for identityZack Rusin2010-11-301-0/+2
* identity: Fix 'assignment from incompatible pointer type' warning.Vinson Lee2010-09-131-1/+1
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-1/+13
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-68/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+30
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-284-131/+1
|\
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-244-131/+1
* | id, glhd: Unbreak texturing.Corbin Simpson2010-06-231-0/+1
* | id, glhd: Fix malloc/calloc of struct.Corbin Simpson2010-06-221-1/+1
* | id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2010-06-222-3/+2
* | gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-1/+1
|/
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-30/+30
* identity: adapt to clear interface changesRoland Scheidegger2010-05-291-28/+48
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-251-6/+2
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-212-40/+66
|\
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+12
| * identity: adapt to interface changesRoland Scheidegger2010-05-172-51/+65
* | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-2/+2
|/
* identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz2010-05-033-34/+67
* identity: s/texture/resource/Jakob Bornecrantz2010-05-032-21/+21
* identity: Whitespace & StyleJakob Bornecrantz2010-05-034-52/+52
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-232-4/+4
* identity: Implement index bias.José Fonseca2010-04-191-0/+4
* Squashed commit of the following:Keith Whitwell2010-04-104-410/+176
* identity: Remove unnecessary header.Vinson Lee2010-03-301-1/+0
* identity: Add id_drm.c to SCons build.Vinson Lee2010-03-271-1/+2
* identity: Remove unnecessary header.Vinson Lee2010-03-251-1/+0