summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_defines.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-9/+0
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-10/+0
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-7/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-0/+2
* gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISORMarek Olšák2011-03-051-1/+2
* gallium: s/PIPE_TRANSFER_CPU_READ/PIPE_TRANSFER_READ/ in comments.José Fonseca2011-02-221-4/+4
* gallium: new transfer flag: DISCARD_WHOLE_RESOURCEKeith Whitwell2011-02-221-3/+18
* gallium: add an interface for query predicatesZack Rusin2011-01-261-1/+2
* Merge branch 'draw-instanced'Brian Paul2011-01-151-0/+1
|\
| * gallium: added PIPE_CAP_INSTANCED_DRAWINGBrian Paul2010-12-051-0/+1
* | gallium: support for array textures and related changesRoland Scheidegger2010-12-021-17/+12
|/
* gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák2010-11-221-0/+1
* gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák2010-11-121-0/+5
* gallium: new CAP, state for primitive restartBrian Paul2010-10-211-0/+1
* gallium/tgsi: add support for stencil writes.Dave Airlie2010-10-131-1/+2
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-30/+16
* gallium: Clean up header file inclusion in p_defines.h.Vinson Lee2010-08-261-1/+1
* gallium: add PIPE_TEXTURE_RECT targetLuca Barbieri2010-08-201-1/+3
* gallium: add depth clamp to the interfaceMarek Olšák2010-07-211-1/+2
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-281-1/+3
* gallium: add a timestamp disjoint queryZack Rusin2010-06-221-1/+7
* gallium: add a new queryZack Rusin2010-06-221-1/+2
* gallium: add basic support for stream output queriesZack Rusin2010-06-081-1/+10
* gallium: make draw auto work and add relevant caps and docsZack Rusin2010-06-081-0/+1
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+2
* mesa/st: add support for EXT_texture_swizzle.Dave Airlie2010-06-051-0/+1
* gallium: clear interface changesRoland Scheidegger2010-05-281-2/+4
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-2/+0
|\
| * Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-301-1/+1
| |\
| * | gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-2/+0
* | | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-5/+5
|\ \ \
| * | | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-5/+5
* | | | gallium: EXT_timer_query support.Mathias Fröhlich2010-05-171-1/+3
|/ / /
* | | gallium: Add new fine grained PIPE_CAP_xx for shader limits.José Fonseca2010-05-121-0/+24
* | | gallium: Make PIPE_CAP_xxx enums.José Fonseca2010-05-121-40/+45
| |/ |/|
* | gallium: remove trailing commaBrian Paul2010-04-281-1/+1
|/
* gallium: fix comment language, remove dangling commentBrian Paul2010-04-221-4/+4
* Squashed commit of the following:Keith Whitwell2010-04-101-110/+115
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-2/+3
|\
| * gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-2/+3
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-0/+11
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-3/+2
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-3/+2
* | tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+4
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-1/+3
|\ \
| * | gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger2010-01-281-1/+1
| * | gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger2010-01-211-0/+2
| |/
* / gallium: Add CAPs for constant buffers.Michal Krol2010-01-281-0/+2
|/
* gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-2/+0
* gallium: pipe_context::render_condition() and mode flagsBrian Paul2009-12-311-0/+9