summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/noop/noop_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: move ddebug, noop, rbug, trace to auxiliary to improve build timesMarek Olšák2018-04-131-307/+0
* gallium/noop: fix sampler viewsMarek Olšák2017-06-121-0/+3
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-6/+0
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+1
* noop: set missing functionsMarek Olšák2016-09-051-0/+24
* noop: simplify some functionsMarek Olšák2016-09-051-49/+7
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+2
* gallium/noop: use 3-space indentationMarek Olšák2016-08-251-135/+135
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-061-8/+8
* 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