Age | Commit message (Expand) | Author |
2010-09-13 | identity: Fix 'assignment from incompatible pointer type' warning. | Vinson Lee |
2010-09-14 | gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3) | Luca Barbieri |
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-23 | id, glhd: Unbreak texturing. | Corbin Simpson |
2010-06-22 | id, glhd: Fix malloc/calloc of struct. | Corbin Simpson |
2010-06-22 | id, glhd: Fix segfault with misreferenced pipe member. | Corbin Simpson |
2010-06-08 | gallium: adjust the query interface to support custom types | Zack Rusin |
2010-06-03 | gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil | Roland Scheidegger |
2010-05-29 | identity: 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-18 | gallium: implement set_sample_mask() in all drivers | Roland Scheidegger |
2010-05-17 | identity: adapt to interface changes | Roland Scheidegger |
2010-05-03 | identity: Move sampler view create and destroy to id_objects.c | Jakob Bornecrantz |
2010-05-03 | identity: s/texture/resource/ | Jakob Bornecrantz |
2010-05-03 | identity: Whitespace & Style | Jakob Bornecrantz |
2010-05-12 | gallium: Make PIPE_CAP_xxx enums. | José Fonseca |
2010-04-23 | gallium: s/free/FREE/ and same for friends. | José Fonseca |
2010-04-19 | identity: Implement index bias. | José Fonseca |
2010-04-10 | Squashed commit of the following: | Keith Whitwell |
2010-03-30 | identity: Remove unnecessary header. | Vinson Lee |
2010-03-27 | identity: Add id_drm.c to SCons build. | Vinson Lee |
2010-03-25 | identity: Remove unnecessary header. | 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-09 | identity: fix copy & paste error | Roland Scheidegger |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger |
2010-03-09 | Squashed commit of gallium-no-texture-blanket | Keith Whitwell |
2010-03-01 | identity: adapt to new vertex element cso | Roland Scheidegger |
2010-03-01 | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz |
2010-02-26 | gallium/identity: remove unneeded path prefixes on #includes | Brian Paul |
2010-02-18 | identity: Propagate api->name and api->driver_name up | Jakob Bornecrantz |
2010-02-10 | identity: adapt to stencil ref changes | Roland Scheidegger |
2010-02-08 | identity: Remove unnecessary header. | Vinson Lee |
2010-02-08 | gallium: squash-merge of gallium screen context | Keith Whitwell |
2010-02-03 | identity: Remove unnecessary header. | Vinson Lee |
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca |
2010-01-15 | Merge branch 'gallium-noconstbuf' | Roland Scheidegger |
2010-01-11 | gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer | Roland Scheidegger |
2010-01-05 | Merge commit 'origin/gallium-draw-retval' | Keith Whitwell |
2009-12-24 | gallium: adapt drivers to pipe_constant_buffer removal | Roland Scheidegger |
2009-12-21 | gallium: remove return value from draw calls | Keith Whitwell |
2009-12-19 | gallium: fix up drivers for edgeflag changes | Roland Scheidegger |
2010-02-23 | identity: Fix after sampler view changes. | Michal Krol |
2010-02-19 | gallium: WIP: Introduce sampler views. | Michal Krol |