summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/identity/id_context.c
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-06-08gallium: adjust the query interface to support custom typesZack Rusin
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger
2010-05-29identity: adapt to clear interface changesRoland Scheidegger
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger
2010-05-17identity: adapt to interface changesRoland Scheidegger
2010-05-03identity: Move sampler view create and destroy to id_objects.cJakob Bornecrantz
2010-05-03identity: s/texture/resource/Jakob Bornecrantz
2010-05-03identity: Whitespace & StyleJakob Bornecrantz
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca
2010-04-19identity: Implement index bias.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-09identity: fix copy & paste errorRoland Scheidegger
2010-03-01identity: adapt to new vertex element csoRoland Scheidegger
2010-02-10identity: adapt to stencil ref changesRoland Scheidegger
2010-02-08identity: Remove unnecessary header.Vinson Lee
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger
2009-12-21gallium: remove return value from draw callsKeith Whitwell
2009-12-19gallium: fix up drivers for edgeflag changesRoland Scheidegger
2010-02-23identity: Fix after sampler view changes.Michal Krol
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol
2009-12-04identity: fix copy&paste errorRoland Scheidegger
2009-12-01id: Implement separate vertex sampler state.Michal Krol
2009-12-01id: Update for renamed sampler/texture state setters.Michal Krol
2009-08-06identity: Use the correct textureJakob Bornecrantz
2009-06-24identity: Add new identity driverJakob Bornecrantz