summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/noop/noop_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-9/+4
* noop: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-6/+0
* noop: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+7
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+3
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-1/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+1
* noop: implement stream outputMarek Olšák2011-12-151-0/+35
* noop: Fix include styleKai Wasserbäch2011-08-291-6/+6
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* gallium/noop: Add prototype for noop_init_state_functions.Vinson Lee2010-12-041-0/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-0/+32
* gallium/noop: no operation gallium driverJerome Glisse2010-11-151-0/+256