summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_defines.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-0/+3
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-5/+2
* gallium: Move PIPE_TEXTURE_USAGE* to p_defines.hJosé Fonseca2008-07-191-0/+6
* gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.Michal Krol2008-06-041-0/+4
* Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-061-1/+1
|\
| * gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIASBrian Paul2008-05-021-1/+1
* | gallium: add pipe surface layout value (Roland Scheidegger)Keith Whitwell2008-05-031-0/+6
|/
* gallium: fix typo: s/custam/custom/Brian Paul2008-04-301-1/+1
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-2/+1
* gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell2008-03-121-1/+1
* gallium: Remove // comments.José Fonseca2008-02-271-1/+1
* Make the pipe headers C++ friendly.José Fonseca2008-02-251-0/+8
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+270