summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity
Commit message (Expand)AuthorAgeFilesLines
* gallium/identity: ship all files in the tarballEmil Velikov2014-09-052-2/+8
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+4
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-2/+3
* gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger2013-11-281-1/+1
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-3/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-43/+4
* identity: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-41/+1
* identity: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-15/+21
* identity: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-5/+17
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+11
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-10/+12
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-3/+3
* 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