summaryrefslogtreecommitdiff
path: root/src/gallium/include
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-04gallium: remove trailing comma in enum listBrian Paul
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-19Merge commit 'origin/graw-tests'Keith Whitwell
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-14gallium: remove forward declarations of non-existent objectsMarek Olšák
2010-05-14graw: combine graw_init and graw_create_window functionsKeith Whitwell
2010-05-14graw: move towards glut-like interface, add tri.cKeith Whitwell
2010-04-27gallium: fix glaring bugs in last commitRoland Scheidegger
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-04-26st_api: Remove st_moduleJakob Bornecrantz
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-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