summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
AgeCommit message (Expand)Author
2010-05-12gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-04Merge commit 'origin/master' into gallium-msaaRoland Scheidegger
2010-05-03gallium: Remove loop register file.José Fonseca
2010-04-30Merge commit 'origin/master' into gallium-msaaRoland Scheidegger
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák
2010-04-27gallium: fix glaring bugs in last commitRoland Scheidegger
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-04-22gallium: use better param nameBrian Paul
2010-04-22gallium: fix comment language, remove dangling commentBrian Paul
2010-04-20gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-28gallium: remove trailing commaBrian Paul
2010-04-27gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.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-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-29gallium: fix bogus depth/stencil format names (and channel descriptions)Roland Scheidegger
2010-03-29gallium: add new texture formatsRoland Scheidegger
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
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-09drop stray XFree86Server, XGLServerGeorge Sapountzis
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08gallium: update some comments, remove others which are superfluousBrian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith 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
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-01gallium: Standardize on the LSB->MSB notation.José Fonseca
2010-03-01gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2010-03-01gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-03-01gallium: Remove inexisting formats.José Fonseca
2010-02-24gallium: comment/document usage flagsBrian Paul