Age | Commit message (Expand) | Author |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
2010-08-28 | trace: Don't try to dump the rgba array if null | Jakob Bornecrantz |
2010-08-21 | trace: Don't immediately destroy the pipe's sampler view in the trace driver. | Alex Corscadden |
2010-08-21 | trace: Trace the correct version of the resource when setting the index buffer. | Alex Corscadden |
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-06-28 | Merge branch 'gallium-drm-driver-drescriptor' | Jakob Bornecrantz |
2010-06-24 | gallium: Remove drm_api and all references to it | Jakob Bornecrantz |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-03 | Merge branch 'gallium-newclear' | Roland Scheidegger |
2010-06-03 | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger |
2010-06-03 | gallium: silence all debug_named_value related warnings | Joakim Sindholt |
2010-05-29 | trace: adapt to clear interface changes | Roland Scheidegger |
2010-05-25 | drm_api: Remove type argument from create screen callback | Jakob Bornecrantz |
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 | trace: adapt to interface changes | Roland Scheidegger |
2010-05-14 | gallium: convert rasterizer state to use gl-style front/back concepts | Keith Whitwell |
2010-05-13 | trace: Add missing header. | Vinson Lee |
2010-05-13 | trace: Remove unnecessary headers. | Vinson Lee |
2010-05-12 | trace: Update README | Jakob Bornecrantz |
2010-05-12 | rbug: Add to all targets that link against trace | Jakob Bornecrantz |
2010-05-12 | trace: Remove rbug from trace | Jakob Bornecrantz |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-05-02 | trace: Fix typo in method name. | José Fonseca |
2010-05-14 | gallium: remove forward declarations of non-existent objects | Marek Olšák |
2010-04-23 | gallium: s/free/FREE/ and same for friends. | José Fonseca |
2010-04-20 | gallium: replace pipe_resource::_usage with pipe_resource::usage | Brian Paul |
2010-04-19 | trace: Implement index bias. | José Fonseca |
2010-04-18 | trace: Handle transfers with zero strides correctly. | José Fonseca |
2010-04-14 | trace: Ignore transfer_flush_region too. | José Fonseca |
2010-04-12 | trace: Fix several regressions introduced by recent interface changes. | José Fonseca |
2010-04-11 | trace: Remove unnecessary header. | Vinson Lee |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-15 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-14 | trace: Remove unnecessary headers. | Vinson Lee |
2010-03-13 | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell |
2010-03-11 | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell |
2010-03-11 | Squashed commit of gallium-context-transfers: | Keith Whitwell |
2010-03-10 | Merge branch 'master' into gallium-sampler-view | Michal Krol |
2010-03-10 | trace: Make tr_public.h c++ friendly. | José Fonseca |
2010-03-10 | trace: include tr_public.h | Keith Whitwell |
2010-03-10 | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell |
2010-03-09 | targets/libgl-xlib: add code to inject trace and identity layers | Keith Whitwell |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-08 | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell |
2010-03-02 | Merge branch 'gallium-no-rhw-position' | Michal Krol |
2010-03-01 | trace: adapt to new vertex element cso | Roland Scheidegger |