Age | Commit message (Expand) | Author |
2011-02-14 | gallium: notify drivers about possible changes in user buffer contents | Marek Olšák |
2011-01-06 | gallium: drivers should reference vertex buffers | Marek Olšák |
2010-12-02 | gallium: support for array textures and related changes | Roland Scheidegger |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-08-25 | gallium: Use draw_set_index_buffer and others. | Chia-I Wu |
2010-07-29 | gallium: Keep only pipe_context::draw_vbo. | Chia-I Wu |
2010-07-29 | gallium: Implement draw_vbo and set_index_buffer for all drivers. | Chia-I Wu |
2010-07-26 | cell: comment-out unused fields, functions | Brian Paul |
2010-07-26 | cell: make functions static | Brian Paul |
2010-07-26 | cell: fix segfault when freeing samplers | Brian Paul |
2010-07-26 | cell: comment-out unneeded padding field | Brian Paul |
2010-07-26 | cell: added const qualifier | Brian Paul |
2010-06-07 | cell/spu: divorce from tgsi_exec.h | Keith Whitwell |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: silence all debug_named_value related warnings | Joakim Sindholt |
2010-05-29 | cell: adapt to clear interface changes | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-21 | cell: assorted compilation fixes | Brian Paul |
2010-05-21 | cell: fix breakage from earlier draw module changes | Brian Paul |
2010-05-21 | gallium: remnants of old ccw state | Keith Whitwell |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | cell: adapt to interface changes | Roland Scheidegger |
2010-05-03 | gallium: move surface utility functions into u_surface.c | Brian Paul |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-04-27 | cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-19 | cell: Implement index bias. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-04-06 | cell: fix build | Marc Dietrich |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-22 | Merge branch '7.8' | Brian Paul |
2010-03-17 | cell: return 1 for PIPE_CAP_BLEND_EQUATION_SEPARATE | Brian Paul |
2010-03-17 | cell: be more conservative in cell_is_format_supported() | Brian Paul |
2010-03-16 | cell: add missing semicolon | Brian Paul |
2010-03-16 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-16 | winsys/sw: Add a software winsys layered on a pipe | Jakob Bornecrantz |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-12 | Merge branch '7.8' | Michel Dänzer |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-03-11 | cell: adapt to context texture transfers (untested) | Roland Scheidegger |
2010-03-11 | gallium: Check for OOM condition when creating a sampler view. | Michal Krol |
2010-03-10 | cell: handle NULL cso vertex_elements state object on bind | Roland Scheidegger |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | ws/xlib: remove self-knowledge about users of xlib winsys | Keith Whitwell |
2010-03-09 | cell: fix up assorted compilation problems | Brian Paul |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | cell: untwiddle surface contents in flush_frontbuffer() | Keith Whitwell |
2010-03-09 | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger |