summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity/id_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-35/+17
* 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
* 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
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-1/+0
* 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: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* 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-021-24/+46
* 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
* 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
* gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+12
* identity: adapt to interface changesRoland Scheidegger2010-05-171-51/+63
* identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz2010-05-031-32/+20
* identity: s/texture/resource/Jakob Bornecrantz2010-05-031-11/+11
* identity: Whitespace & StyleJakob Bornecrantz2010-05-031-39/+39
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-231-3/+3
* identity: Implement index bias.José Fonseca2010-04-191-0/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-68/+91
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+73
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+4
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+72
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-15/+39
|\|
| * identity: fix copy & paste errorRoland Scheidegger2010-03-091-4/+4
| * identity: adapt to new vertex element csoRoland Scheidegger2010-03-011-15/+39
* | identity: Fix after sampler view changes.Michal Krol2010-02-231-0/+42
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-28/+24
|/
* identity: adapt to stencil ref changesRoland Scheidegger2010-02-101-0/+12
* identity: Remove unnecessary header.Vinson Lee2010-02-081-1/+0
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-1/+1
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-6/+6
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-6/+6
* | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-21/+21
|\ \ | |/ |/|
| * gallium: remove return value from draw callsKeith Whitwell2009-12-211-21/+21
* | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-12/+0
|/
* identity: fix copy&paste errorRoland Scheidegger2009-12-041-1/+1
* id: Implement separate vertex sampler state.Michal Krol2009-12-011-9/+49