summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/noop
Commit message (Expand)AuthorAgeFilesLines
* noop: implement resource_get_handleMarek Olšák2016-09-051-2/+14
* noop: set missing functionsMarek Olšák2016-09-052-0/+75
* 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-252-292/+292
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-0/+1
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-9/+17
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+2
* gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák2016-04-121-0/+6
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-3/+5
* gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2015-12-062-12/+12
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+2
* gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset2015-05-061-1/+2
* gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta2015-03-231-0/+6
* gallium/noop: ship all files in the tarballEmil Velikov2014-09-052-0/+3
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-161-3/+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
* noop: consolidate C sources list into Makefile.sourcesEmil Velikov2013-10-013-5/+22
* gallium: add flush_resource context functionMarek Olšák2013-09-201-0/+8
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-041-1/+1
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-041-1/+2
* 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: unify transfer functionsMarek Olšák2012-10-111-32/+21
* gallium: implement blit in driver wrappersMarek Olšák2012-09-301-0/+7
* noop: implement get_timestampMarek Olšák2012-07-101-0/+6
* gallium: remove user_buffer_create from the interfaceMarek Olšák2012-05-121-18/+0
* gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-1/+0
* 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
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+1
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+2
* noop: Use non-recursive automakeTom Stellard2012-03-141-16/+0
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-211-2/+0
* noop: implement stream outputMarek Olšák2011-12-151-0/+35
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+2
* noop: Always use memory allocation macros.José Fonseca2011-09-251-2/+2
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+2
* noop: Fix include styleKai Wasserbäch2011-08-292-13/+13
* noop: redirect the get_param/is_format.. queries to the underlying driverMarek Olšák2011-08-161-109/+12