| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: remove unused winsys pointers in pipe_screen and pipe_context | Marek Olšák | 2012-02-21 | 2 | -3/+0 |
* | rbug: Silence warning | Jakob Bornecrantz | 2012-01-11 | 1 | -1/+2 |
* | gallium: separate out floating-point CAPs into its own enum | Marek Olšák | 2011-11-22 | 1 | -1/+1 |
* | Allow RBUG to start blocked | Alex Corscadden | 2011-09-23 | 1 | -0/+4 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 1 | -4/+4 |
* | rbug: Use the call mutex | Jakob Bornecrantz | 2011-03-13 | 1 | -19/+187 |
* | rbug: Skip drawing on disabled shaders | Jakob Bornecrantz | 2011-03-13 | 1 | -1/+4 |
* | gallium: remove flags from the flush function | Marek Olšák | 2011-03-11 | 2 | -3/+1 |
* | gallium: remove the geom_flags param from is_format_supported | Marek Olšák | 2011-03-11 | 1 | -4/+2 |
* | gallium: cleanup fence_signalled and fence_finish | Marek Olšák | 2011-03-11 | 1 | -8/+4 |
* | gallium: kill is_resource_referenced | Marek Olšák | 2011-03-11 | 1 | -18/+0 |
* | gallium: add timeout parameter to fence_finish | Marek Olšák | 2011-03-08 | 1 | -2/+4 |
* | rbug: Fix depth stencil surface not being sent to the client | Jakob Bornecrantz | 2011-03-03 | 1 | -0/+3 |
* | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák | 2011-02-14 | 1 | -0/+14 |
* | rbug: Fix surface reference leak | Jakob Bornecrantz | 2011-01-25 | 1 | -3/+3 |
* | gallium: support for array textures and related changes | Roland Scheidegger | 2010-12-02 | 5 | -73/+68 |
* | scons: Add aliases for several pipe drivers. | José Fonseca | 2010-11-02 | 1 | -0/+2 |
* | scons: Revamp how to specify targets to build. | José Fonseca | 2010-11-01 | 1 | -15/+1 |
* | rbug: fix rbug when contexts are being destroyed | Zack Rusin | 2010-09-22 | 1 | -0/+1 |
* | rbug: Fix 'assignment from incompatible pointer type' warning. | Vinson Lee | 2010-09-13 | 1 | -1/+1 |
* | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri | 2010-09-14 | 1 | -0/+12 |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -86/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 1 | -0/+34 |
* | os, rbug: remove PIPE_THREAD_HAVE_CONDVAR | nobled | 2010-07-12 | 2 | -14/+0 |
* | gallium: adjust the query interface to support custom types | Zack Rusin | 2010-06-08 | 1 | -1/+1 |
* | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger | 2010-06-03 | 1 | -30/+30 |
* | rbug: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -28/+48 |
* | rbug: add set sample mask passthrough. | Dave Airlie | 2010-05-26 | 1 | -0/+12 |
* | rbug: fix breakage due to interface changes | Roland Scheidegger | 2010-05-21 | 2 | -42/+56 |
* | rbug: remove extra semicolon | Brian Paul | 2010-05-17 | 1 | -1/+1 |
* | rbug: Update and add READMEs | Jakob Bornecrantz | 2010-05-12 | 1 | -0/+58 |
* | rbug: Add to all targets that link against trace | Jakob Bornecrantz | 2010-05-12 | 2 | -0/+9 |
* | rbug: Use container of macro | Jakob Bornecrantz | 2010-05-12 | 1 | -7/+10 |
* | rbug: Fix draw blocking | Jakob Bornecrantz | 2010-05-12 | 3 | -2/+84 |
* | rbug: Fix sampler views and surfaces in context info | Jakob Bornecrantz | 2010-05-12 | 4 | -19/+39 |
* | rbug: Fix shaders | Jakob Bornecrantz | 2010-05-12 | 5 | -36/+188 |
* | rbug: Break out of trace | Jakob Bornecrantz | 2010-05-12 | 10 | -0/+2797 |