summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_defines.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2009-12-251-1/+0
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-12/+18
* pipe: add PIPE_MAX_TEXTURE_TYPESMarek Olšák2009-12-151-1/+2
* gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-011-0/+2
* gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca2009-11-061-2/+57
* gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2009-11-021-0/+2
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-251-0/+17
* gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.Michel Dänzer2009-10-021-1/+12
* g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.José Fonseca2009-09-291-0/+1
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-271-0/+24
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-1/+1
* gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis2009-08-171-3/+3
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+1
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-301-0/+1
|\
| * gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-301-0/+1
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+1
|\|
| * gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+1
* | gallium: updated PIPE_CAP_x commentsBrian Paul2009-06-101-3/+2
* | gallium: remove redundant cube face #definesBrian Paul2009-05-051-8/+1
|/
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+7
* gallium: change // comment to /* */ styleBrian Paul2009-04-091-1/+1
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-0/+9
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-8/+0
* Merge commit 'origin/gallium-0.1'Keith Whitwell2009-03-031-0/+1
|\
| * gallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.José Fonseca2009-03-021-0/+2
* | gallium: Define PIPE_PRIM_MAX.José Fonseca2009-02-231-0/+1
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-0/+10
* | gallium: Add PIPE_BUFFER_USAGE_DISCARD.Younes Manton2009-01-181-0/+1
* | gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.Younes Manton2009-01-101-0/+1
* | gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian2008-12-041-0/+1
* | gallium: Make room for custom PIPE_TEXTURE_USAGE_* flags.Younes Manton2008-12-021-0/+2
|/
* gallium: Define convenience shortcuts for CPU/GPU READ/WRITE flag combinations.José Fonseca2008-11-241-0/+8
* gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.José Fonseca2008-08-151-0/+1