summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/noop/noop_state.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-12gallium/noop: fix sampler viewsMarek Olšák1-0/+3
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-6/+0
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2016-09-05noop: set missing functionsMarek Olšák1-0/+24
2016-09-05noop: simplify some functionsMarek Olšák1-49/+7
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+2
2016-08-25gallium/noop: use 3-space indentationMarek Olšák1-135/+135
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan1-8/+8
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-9/+4
2013-10-03noop: remove old bind_*_sampler_states() functionsBrian Paul1-6/+0
2013-10-03noop: implement pipe_context::bind_sampler_states()Brian Paul1-0/+7
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-6/+10
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+3
2012-04-30gallium: remove pipe_context::redefine_user_bufferMarek Olšák1-1/+0
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-1/+1
2011-12-15noop: implement stream outputMarek Olšák1-0/+35
2011-08-29noop: Fix include styleKai Wasserbäch1-6/+6
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2010-12-04gallium/noop: Add prototype for noop_init_state_functions.Vinson Lee1-0/+2
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-0/+32
2010-11-15gallium/noop: no operation gallium driverJerome Glisse1-0/+256