Age | Commit message (Expand) | Author |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-03 | svga: Remove unnecessary header. | Vinson Lee |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: silence all debug_named_value related warnings | Joakim Sindholt |
2010-05-31 | svga: Add a winsys callback to get the svga_winsys_context | Thomas Hellstrom |
2010-05-29 | svga: adapt to clear interface changes | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-msaa' | Roland Scheidegger |
2010-05-21 | Merge branch 'gallium-front-ccw' | Keith Whitwell |
2010-05-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | svga: adapt to interface changes | Roland Scheidegger |
2010-05-14 | gallium: more work on ccw flag removal | Keith Whitwell |
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell |
2010-05-12 | svga: Advertise shader limits. | José Fonseca |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-10 | svga: Fill in is_resource_referenced callback. | José Fonseca |
2010-05-05 | gallium: rename draw() to draw_elements() in vbuf code | Brian Paul |
2010-05-04 | svga: Remove unnecessary header. | Vinson Lee |
2010-05-03 | svga: Silent warning. | José Fonseca |
2010-05-03 | svga: Remove the screen private context. | José Fonseca |
2010-05-03 | svga: Remove empty file. | José Fonseca |
2010-05-03 | svga: Update flags documentation. | José Fonseca |
2010-05-02 | svga: Include svga_surface.h in svga_screen.c. | Vinson Lee |
2010-05-17 | gallium: EXT_timer_query support. | Mathias Fröhlich |
2010-05-14 | gallium: remove forward declarations of non-existent objects | Marek Olšák |
2010-04-21 | svga: Fix index offset | Jakob Bornecrantz |
2010-04-20 | svga: Init surface functions | Jakob Bornecrantz |
2010-04-19 | svga: More don't recurse | Jakob Bornecrantz |
2010-04-19 | svga: Don't recurse | Jakob Bornecrantz |
2010-04-27 | svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. | José Fonseca |
2010-04-26 | svga: Pass-through max_index to translate. | José Fonseca |
2010-04-24 | svga: D3DCOLOR actually stands for B8G8R8A8. | José Fonseca |
2010-04-24 | svga: Translate recently added vertex formats. | José Fonseca |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-20 | Merge branch 'gallium-index-bias' | José Fonseca |
2010-04-19 | svga: Implement index bias. | José Fonseca |
2010-04-19 | Merge branch '7.8' | Brian Paul |
2010-04-19 | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul |
2010-04-11 | svga: Remove unnecessary headers. | Vinson Lee |
2010-04-10 | svga: Silence uninitialized variable warnings. | Vinson Lee |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-30 | Merge branch 'master' into gallium-new-formats | Roland Scheidegger |
2010-03-30 | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger |
2010-03-29 | svga: util_format_is_compressed() -> util_format_is_s3tc(). | José Fonseca |
2010-03-15 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-14 | svga: Remove unnecessary header. | Vinson Lee |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-12 | svga: Fix up for context transfers. | Michel Dänzer |
2010-03-12 | Merge commit 'origin/gallium-context-transfers-2' | Keith Whitwell |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | svga: use memset() to initialize u to avoid warnings | Brian Paul |