aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/identity/id_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* id: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-8/+8
* identity: Use the correct textureJakob Bornecrantz2009-08-061-1/+1
* identity: Add new identity driverJakob Bornecrantz2009-06-241-0/+719