summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/noop
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
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+3
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-0/+13
2016-09-05noop: implement resource_get_handleMarek Olšák1-2/+14
2016-09-05noop: set missing functionsMarek Olšák2-0/+75
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šák2-292/+292
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-0/+1
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-9/+17
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-1/+2
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+6
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-3/+5
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2-12/+12
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+2
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-1/+2
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+6
2014-09-05gallium/noop: ship all files in the tarballEmil Velikov2-0/+3
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+1
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-1/+1
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-3/+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-10-01noop: consolidate C sources list into Makefile.sourcesEmil Velikov3-5/+22
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+8
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-6/+10
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák1-1/+2
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-10-11gallium: unify transfer functionsMarek Olšák1-32/+21
2012-09-30gallium: implement blit in driver wrappersMarek Olšák1-0/+7
2012-07-10noop: implement get_timestampMarek Olšák1-0/+6
2012-05-12gallium: remove user_buffer_create from the interfaceMarek Olšák1-18/+0
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-1/+0
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
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+1
2012-03-30gallium: adapt to get_query_result interface changeMarek Olšák1-1/+2
2012-03-14noop: Use non-recursive automakeTom Stellard1-16/+0
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard1-0/+3
2012-02-21gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák1-2/+0
2011-12-15noop: implement stream outputMarek Olšák1-0/+35