summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)Author
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19gallium: Add index bias parameter to draw_elements and friends.José Fonseca
2010-04-18p_compiler: add likely/unlikely macrosLuca Barbieri
2010-04-16gallium: comments and whitespace fixesBrian Paul
2010-04-16st/drisw: Stop pretending to be drm_apiJakob Bornecrantz
2010-04-13gallium: Remove pipe_screen::update_buffer.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08gallium: Add a couple more of D3D9 formats forgotten earlier.José Fonseca
2010-04-08gallium: Add missing D3D9 color formats.José Fonseca
2010-04-07util: Remove the half typedef from p_compiler.h.José Fonseca
2010-04-01gallium: remove old comment about return valuesBrian Paul
2010-04-01gallium: Integrate util_half with scons.Michal Krol
2010-03-30Merge branch 'master' into gallium-new-formatsRoland Scheidegger
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
2010-03-29gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger
2010-03-29gallium: add new texture formatsRoland Scheidegger
2010-03-28gallium: new raw gallium interface to support standalone testsKeith Whitwell
2010-03-25st/dri: add driswGeorge Sapountzis
2010-03-21dri1_api: need not include drm.hGeorge Sapountzis
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-16gallium: Silence warning.José Fonseca
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-16winsys/sw: Add a software winsys layered on a pipeJakob Bornecrantz
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-12gallium: Add st_api.h.Chia-I Wu
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09drop stray XFree86Server, XGLServerGeorge Sapountzis
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09ws/xlib: remove self-knowledge about users of xlib winsysKeith Whitwell
2010-03-09cell: fix up assorted compilation problemsBrian Paul
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08gallium: update some comments, remove others which are superfluousBrian Paul
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell
2010-03-08gallium: introduce target directoryKeith Whitwell
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-04softpipe: rework to use the llvmpipe winsysKeith Whitwell
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-03-03gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca