| Commit message (Expand) | Author | Age | Files | Lines |
* | noop: implement resource_get_handle | Marek Olšák | 2016-09-05 | 1 | -2/+14 |
* | noop: set missing functions | Marek Olšák | 2016-09-05 | 2 | -0/+75 |
* | noop: simplify some functions | Marek Olšák | 2016-09-05 | 1 | -49/+7 |
* | gallium: Use enum pipe_shader_type in set_sampler_views() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+2 |
* | gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) | Kai Wasserbäch | 2016-08-29 | 1 | -1/+2 |
* | gallium/noop: use 3-space indentation | Marek Olšák | 2016-08-25 | 2 | -292/+292 |
* | gallium: add a pipe_context parameter to resource_get_handle | Marek Olšák | 2016-08-25 | 1 | -0/+1 |
* | gallium: add render_condition_enable param to clear_render_target/depth_stencil | Marek Olšák | 2016-08-10 | 1 | -2/+4 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 1 | -9/+17 |
* | gallium: make constant_buffer const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | gallium: add bool return to pipe_context::end_query | Nicolai Hähnle | 2016-04-21 | 1 | -1/+2 |
* | gallium: add pipe_context::set_active_query_state for pausing queries | Marek Olšák | 2016-04-12 | 1 | -0/+6 |
* | gallium: add external usage flags to resource_from(get)_handle (v2) | Marek Olšák | 2016-03-09 | 1 | -3/+5 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 2 | -12/+12 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 1 | -1/+2 |
* | gallium: make pipe_context::begin_query return a boolean | Samuel Pitoiset | 2015-05-06 | 1 | -1/+2 |
* | gallium: implement get_device_vendor() for existing drivers | Giuseppe Bilotta | 2015-03-23 | 1 | -0/+6 |
* | gallium/noop: ship all files in the tarball | Emil Velikov | 2014-09-05 | 2 | -0/+3 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -1/+1 |
* | gallium: allow setting of the internal stream output offset | Zack Rusin | 2014-03-07 | 1 | -1/+1 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 1 | -1/+1 |
* | gallium/drivers: compact compiler flags into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -3/+1 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 1 | -9/+4 |
* | noop: remove old bind_*_sampler_states() functions | Brian Paul | 2013-10-03 | 1 | -6/+0 |
* | noop: implement pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -0/+7 |
* | noop: consolidate C sources list into Makefile.sources | Emil Velikov | 2013-10-01 | 3 | -5/+22 |
* | gallium: add flush_resource context function | Marek Olšák | 2013-09-20 | 1 | -0/+8 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 1 | -6/+10 |
* | gallium: fix type of flags in pipe_context::flush() | Chia-I Wu | 2013-05-04 | 1 | -1/+1 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 1 | -1/+2 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 1 | -1/+0 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 1 | -2/+3 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 1 | -32/+21 |
* | gallium: implement blit in driver wrappers | Marek Olšák | 2012-09-30 | 1 | -0/+7 |
* | noop: implement get_timestamp | Marek Olšák | 2012-07-10 | 1 | -0/+6 |
* | gallium: remove user_buffer_create from the interface | Marek Olšák | 2012-05-12 | 1 | -18/+0 |
* | gallium: remove pipe_resource::user_ptr | Marek Olšák | 2012-04-30 | 1 | -1/+0 |
* | gallium: remove pipe_context::redefine_user_buffer | Marek Olšák | 2012-04-30 | 1 | -1/+0 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 1 | -1/+1 |
* | gallium: add user_ptr in pipe_resource | Marek Olšák | 2012-04-24 | 1 | -0/+1 |
* | gallium: adapt to get_query_result interface change | Marek Olšák | 2012-03-30 | 1 | -1/+2 |
* | noop: Use non-recursive automake | Tom Stellard | 2012-03-14 | 1 | -16/+0 |
* | gallium/drivers: Use automake to generate makefile | Tom Stellard | 2012-03-14 | 1 | -0/+3 |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 1 | -2/+0 |
* | noop: implement stream output | Marek Olšák | 2011-12-15 | 1 | -0/+35 |
* | gallium: separate out floating-point CAPs into its own enum | Marek Olšák | 2011-11-22 | 1 | -1/+2 |
* | noop: Always use memory allocation macros. | José Fonseca | 2011-09-25 | 1 | -2/+2 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -2/+2 |
* | noop: Fix include style | Kai Wasserbäch | 2011-08-29 | 2 | -13/+13 |
* | noop: redirect the get_param/is_format.. queries to the underlying driver | Marek Olšák | 2011-08-16 | 1 | -109/+12 |