| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu | 2010-07-29 | 1 | -63/+0 |
* | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu | 2010-07-29 | 3 | -16/+70 |
* | cell: comment-out unused fields, functions | Brian Paul | 2010-07-26 | 1 | -2/+4 |
* | cell: make functions static | Brian Paul | 2010-07-26 | 1 | -3/+3 |
* | cell: fix segfault when freeing samplers | Brian Paul | 2010-07-26 | 1 | -1/+1 |
* | cell: added const qualifier | Brian Paul | 2010-07-26 | 1 | -1/+1 |
* | Merge branch 'gallium-newclear' | Roland Scheidegger | 2010-06-03 | 1 | -1/+0 |
|\ |
|
| * | cell: adapt to clear interface changes | Roland Scheidegger | 2010-05-29 | 1 | -1/+0 |
* | | gallium: silence all debug_named_value related warnings | Joakim Sindholt | 2010-06-03 | 1 | -8/+8 |
|/ |
|
* | Merge branch 'gallium-msaa' | Roland Scheidegger | 2010-05-21 | 3 | -17/+16 |
|\ |
|
| * | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger | 2010-05-18 | 1 | -1/+8 |
| * | cell: adapt to interface changes | Roland Scheidegger | 2010-05-17 | 2 | -16/+8 |
* | | cell: assorted compilation fixes | Brian Paul | 2010-05-21 | 4 | -14/+32 |
* | | cell: fix breakage from earlier draw module changes | Brian Paul | 2010-05-21 | 2 | -2/+2 |
* | | gallium: remnants of old ccw state | Keith Whitwell | 2010-05-21 | 1 | -1/+1 |
* | | gallium: EXT_timer_query support. | Mathias Fröhlich | 2010-05-17 | 1 | -0/+2 |
* | | gallium: Make PIPE_CAP_xxx enums. | José Fonseca | 2010-05-12 | 1 | -2/+2 |
|/ |
|
* | gallium: move surface utility functions into u_surface.c | Brian Paul | 2010-05-03 | 1 | -1/+1 |
* | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul | 2010-04-20 | 1 | -1/+1 |
* | cell: Implement index bias. | José Fonseca | 2010-04-19 | 1 | -5/+6 |
* | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 13 | -335/+216 |
* | cell: fix build | Marc Dietrich | 2010-04-06 | 2 | -1/+4 |
* | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | 2010-03-30 | 2 | -7/+7 |
* | Merge branch '7.8' | Brian Paul | 2010-03-22 | 1 | -9/+12 |
|\ |
|
| * | cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE | Brian Paul | 2010-03-17 | 1 | -0/+2 |
| * | cell: be more conservative in cell_is_format_supported() | Brian Paul | 2010-03-17 | 1 | -5/+9 |
* | | cell: add missing semicolon | Brian Paul | 2010-03-16 | 1 | -1/+1 |
* | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-16 | 2 | -2/+5 |
|\ \ |
|
| * | | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz | 2010-03-16 | 2 | -2/+5 |
* | | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 6 | -13/+20 |
|\| | |
|
| * | | Merge branch '7.8' | Michel Dänzer | 2010-03-12 | 2 | -2/+2 |
| |\| |
|
| | * | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 2 | -2/+2 |
| * | | cell: adapt to context texture transfers (untested) | Roland Scheidegger | 2010-03-11 | 3 | -10/+16 |
| * | | cell: handle NULL cso vertex_elements state object on bind | Roland Scheidegger | 2010-03-10 | 1 | -1/+2 |
* | | | gallium: Check for OOM condition when creating a sampler view. | Michal Krol | 2010-03-11 | 1 | -5/+7 |
* | | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 19 | -161/+436 |
|\| | |
|
| * | | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell | 2010-03-10 | 2 | -12/+37 |
| |\ \ |
|
| | * \ | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 2 | -12/+37 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger | 2010-03-09 | 2 | -2/+2 |
| | | * | cell: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 2 | -12/+37 |
| * | | | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell | 2010-03-09 | 3 | -3/+11 |
| * | | | cell: fix up assorted compilation problems | Brian Paul | 2010-03-09 | 9 | -25/+43 |
| * | | | cell: untwiddle surface contents in flush_frontbuffer() | Keith Whitwell | 2010-03-09 | 3 | -48/+58 |
| * | | | cell: attempt conversion to sw_winsys | Keith Whitwell | 2010-03-09 | 11 | -104/+324 |
| * | | | gallium: remove redundant includes | Keith Whitwell | 2010-03-04 | 6 | -6/+0 |
| |/ / |
|
| * / | cell: Rename pipe formats. | José Fonseca | 2010-03-01 | 3 | -18/+18 |
| |/ |
|
* / | cell: Fix after sampler view changes. | Michal Krol | 2010-02-25 | 2 | -6/+40 |
|/ |
|
* | cell: Use util_format_name(). | José Fonseca | 2010-02-14 | 1 | -2/+3 |
* | cell: implement PIPE_CAP_MAX_COMBINED_SAMPLERS query | Brian Paul | 2010-02-12 | 1 | -0/+2 |
* | cell: remove unused var | Brian Paul | 2010-02-12 | 1 | -1/+0 |