summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/rbug
AgeCommit message (Expand)AuthorFilesLines
2017-01-20gallium: add pipe_screen::resource_changed callback wrappersPhilipp Zabel1-0/+14
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+1
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+2
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-1/+4
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-3/+3
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-4/+8
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-17/+35
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-05-03rbug: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2016-04-21gallium: add bool return to pipe_context::end_queryNicolai Hähnle1-3/+6
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+12
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-4/+6
2015-12-06gallium/drivers: Trivial code-style cleanupEdward O'Callaghan1-6/+6
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-3/+3
2015-07-21gallium: replace INLINE with inlineIlia Mirkin3-12/+12
2015-07-05gallium: remove redundant pipe_context::fence_signalledMarek Olšák1-12/+0
2015-05-15gallium/drivers: Add extern "C" wrappers to public entryAlexander von Gluck IV1-0/+8
2015-05-06gallium: make pipe_context::begin_query return a booleanSamuel Pitoiset1-3/+4
2015-03-23gallium: implement get_device_vendor() for existing driversGiuseppe Bilotta1-0/+10
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt4-4/+4
2014-09-24gallium/rbug: correctly unreference a sampler viewMarek Olšák1-2/+1
2014-09-24gallium/rbug: unlock a mutex in rbug_create_queryMarek Olšák1-3/+5
2014-09-05gallium/rbug: ship all files in the tarballEmil Velikov2-2/+8
2014-08-19rbug: only add textures to the listMarek Olšák1-2/+5
2014-08-19rbug: fix a crash in sampler_view_destroy caused by incorrect contextMarek Olšák1-1/+1
2014-08-19rbug: send the actual number of layers to the clientMarek Olšák1-1/+4
2014-08-19rbug: implement streamout context functionsMarek Olšák1-0/+46
2014-08-19rbug: fix crash in set_vertex_buffersMarek Olšák1-1/+1
2014-08-19rbug: remove contexts from the list properlyMarek Olšák1-1/+3
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+4
2014-05-21rbug: add missing pipe->blit() entrypointRob Clark1-0/+21
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie1-2/+2
2013-11-28gallium/drivers: support more sampler views than samplers for more driversRoland Scheidegger3-4/+4
2013-11-16gallium/drivers: compact compiler flags into Automake.incEmil Velikov1-10/+3
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-28/+2
2013-10-03rbug: remove old bind_*_sampler_states() functionsBrian Paul1-53/+1
2013-10-03rbug: implement pipe_context::bind_sampler_states()Brian Paul1-0/+34
2013-10-01rbug: consolidate C sources list into Makefile.sourcesEmil Velikov3-11/+9
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+15
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-10/+12
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu1-1/+1
2013-03-21rbug: silence some MSVC signed/unsigned warningsBrian Paul2-2/+2
2013-03-16gallium/build: Fix visibility CFLAGS in automakeMaarten Lankhorst1-0/+1
2013-01-13Remove hacks for static MakefilesMatt Turner1-3/+0
2013-01-10Clean up .gitignore filesMatt Turner1-1/+0
2013-01-10rbug: Convert to automakeMatt Turner3-12/+44
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2-4/+4
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-2/+2