| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add a pipe_context parameter to fence_finish | Marek Olšák | 2016-08-10 | 1 | -3/+3 |
* | gallium: add render_condition_enable param to clear_render_target/depth_stencil | Marek Olšák | 2016-08-10 | 1 | -4/+8 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 1 | -17/+35 |
* | gallium: make constant_buffer const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | rbug: s/Elements/ARRAY_SIZE/ | Brian Paul | 2016-05-03 | 1 | -1/+1 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -3/+6 |
* | gallium: add pipe_context::set_active_query_state for pausing queries | Marek Olšák | 2016-04-12 | 1 | -0/+12 |
* | gallium: add external usage flags to resource_from(get)_handle (v2) | Marek Olšák | 2016-03-09 | 1 | -4/+6 |
* | gallium/drivers: Trivial code-style cleanup | Edward O'Callaghan | 2015-12-06 | 1 | -6/+6 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 1 | -3/+3 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 3 | -12/+12 |
* | gallium: remove redundant pipe_context::fence_signalled | Marek Olšák | 2015-07-05 | 1 | -12/+0 |
* | gallium/drivers: Add extern "C" wrappers to public entry | Alexander von Gluck IV | 2015-05-15 | 1 | -0/+8 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -3/+4 |
* | gallium: implement get_device_vendor() for existing drivers | Giuseppe Bilotta | 2015-03-23 | 1 | -0/+10 |
* | gallium: Replace u_simple_list.h with util/simple_list.h | Eric Anholt | 2015-01-28 | 4 | -4/+4 |
* | gallium/rbug: correctly unreference a sampler view | Marek Olšák | 2014-09-24 | 1 | -2/+1 |
* | gallium/rbug: unlock a mutex in rbug_create_query | Marek Olšák | 2014-09-24 | 1 | -3/+5 |
* | gallium/rbug: ship all files in the tarball | Emil Velikov | 2014-09-05 | 2 | -2/+8 |
* | rbug: only add textures to the list | Marek Olšák | 2014-08-19 | 1 | -2/+5 |
* | rbug: fix a crash in sampler_view_destroy caused by incorrect context | Marek Olšák | 2014-08-19 | 1 | -1/+1 |
* | rbug: send the actual number of layers to the client | Marek Olšák | 2014-08-19 | 1 | -1/+4 |
* | rbug: implement streamout context functions | Marek Olšák | 2014-08-19 | 1 | -0/+46 |
* | rbug: fix crash in set_vertex_buffers | Marek Olšák | 2014-08-19 | 1 | -1/+1 |
* | rbug: remove contexts from the list properly | Marek Olšák | 2014-08-19 | 1 | -1/+3 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -2/+4 |
* | rbug: add missing pipe->blit() entrypoint | Rob Clark | 2014-05-21 | 1 | -0/+21 |
* | gallium: Use C11 thread abstractions. | José Fonseca | 2014-01-23 | 1 | -2/+2 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -2/+2 |
* | gallium/drivers: support more sampler views than samplers for more drivers | Roland Scheidegger | 2013-11-28 | 3 | -4/+4 |
* | gallium/drivers: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -10/+3 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 1 | -28/+2 |
* | rbug: remove old bind_*_sampler_states() functions | Brian Paul | 2013-10-03 | 1 | -53/+1 |
* | rbug: implement pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -0/+34 |
* | rbug: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -11/+9 |
* | gallium: add flush_resource context function | Marek Olšák | 2013-09-20 | 1 | -0/+15 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -10/+12 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | rbug: silence some MSVC signed/unsigned warnings | Brian Paul | 2013-03-21 | 2 | -2/+2 |
* | gallium/build: Fix visibility CFLAGS in automake | Maarten Lankhorst | 2013-03-16 | 1 | -0/+1 |
* | Remove hacks for static Makefiles | Matt Turner | 2013-01-13 | 1 | -3/+0 |
* | Clean up .gitignore files | Matt Turner | 2013-01-10 | 1 | -1/+0 |
* | rbug: Convert to automake | Matt Turner | 2013-01-10 | 3 | -12/+44 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 2 | -4/+4 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -2/+2 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 3 | -56/+19 |
* | rbug: update data structures, functions for future changes | Brian Paul | 2012-08-16 | 3 | -76/+71 |
* | gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define | Brian Paul | 2012-08-16 | 2 | -3/+3 |
* | automake: Globally add stub automake targets to the old Makefiles. | Eric Anholt | 2012-06-11 | 1 | -3/+0 |