summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_defines.h
AgeCommit message (Expand)Author
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-15pipe: add PIPE_MAX_TEXTURE_TYPESMarek Olšák
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol
2009-11-06gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca
2009-10-02gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.Michel Dänzer
2009-09-29g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.José Fonseca
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-08-17gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis
2009-07-14gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin
2009-06-30Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-30gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca
2009-06-26gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-10gallium: updated PIPE_CAP_x commentsBrian Paul
2009-05-05gallium: remove redundant cube face #definesBrian Paul
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom
2009-04-09gallium: change // comment to /* */ styleBrian Paul
2009-04-04gallium: Clean up driver clear() interface.Michel Dänzer
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell
2009-03-02gallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.José Fonseca
2009-02-23gallium: Define PIPE_PRIM_MAX.José Fonseca
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-01-18gallium: Add PIPE_BUFFER_USAGE_DISCARD.Younes Manton
2009-01-10gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.Younes Manton
2008-12-04gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian
2008-12-02gallium: Make room for custom PIPE_TEXTURE_USAGE_* flags.Younes Manton
2008-11-24gallium: Define convenience shortcuts for CPU/GPU READ/WRITE flag combinations.José Fonseca
2008-08-15gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.José Fonseca
2008-08-06gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-19gallium: Move PIPE_TEXTURE_USAGE* to p_defines.hJosé Fonseca
2008-06-04gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.Michal Krol
2008-05-06Merge commit 'origin/gallium-0.1' into gallium-tex-surfacesKeith Whitwell
2008-05-03gallium: add pipe surface layout value (Roland Scheidegger)Keith Whitwell
2008-05-02gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIASBrian Paul
2008-04-30gallium: fix typo: s/custam/custom/Brian Paul
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer
2008-03-12gallium: Add TEX_FILTER_ANISO img filterKeith Whitwell
2008-02-27gallium: Remove // comments.José Fonseca
2008-02-25Make the pipe headers C++ friendly.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca