summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_defines.h
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: kill is_resource_referencedMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-05gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák
2011-02-22gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.José Fonseca
2011-02-22gallium: new transfer flag: DISCARD_WHOLE_RESOURCEKeith Whitwell
2011-01-26gallium: add an interface for query predicatesZack Rusin
2011-01-15Merge branch 'draw-instanced'Brian Paul
2010-12-05gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák
2010-10-21gallium: new CAP, state for primitive restartBrian Paul
2010-10-13gallium/tgsi: add support for stencil writes.Dave Airlie
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-08-26gallium: Clean up header file inclusion in p_defines.h.Vinson Lee
2010-08-20gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri
2010-07-21gallium: add depth clamp to the interfaceMarek Olšák
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-22gallium: add a timestamp disjoint queryZack Rusin
2010-06-22gallium: add a new queryZack Rusin
2010-06-08gallium: add basic support for stream output queriesZack Rusin
2010-06-08gallium: make draw auto work and add relevant caps and docsZack Rusin
2010-06-08gallium: basic and initial implementation of the stream output interfaceZack Rusin
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie
2010-05-28gallium: clear interface changesRoland Scheidegger
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-21Merge branch 'gallium-front-ccw'Keith Whitwell
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell
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-04-30Merge commit 'origin/master' into gallium-msaaRoland Scheidegger
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-04-26gallium: interface changes for multisamplingRoland Scheidegger
2010-04-22gallium: fix comment language, remove dangling commentBrian Paul
2010-04-28gallium: remove trailing commaBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger
2010-01-28gallium: Add CAPs for constant buffers.Michal Krol
2010-01-21gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2009-12-31gallium: pipe_context::render_condition() and mode flagsBrian Paul
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin