index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
/
pipe
/
p_defines.h
Age
Commit message (
Expand
)
Author
2009-12-01
gallium: Introduce separate vertex texture/sampler state.
Michal Krol
2009-11-06
gallium: Add UNSYNCHRONIZED cpu access flag. Document others.
José Fonseca
2009-11-02
gallium: Cleanup predicate and condition code TGSI tokens.
Michal Krol
2009-10-25
gallium: Move enum pipe_error into p_defines.h.
José Fonseca
2009-10-02
gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.
Michel Dänzer
2009-09-29
g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.
José Fonseca
2009-09-27
g3dvl: pipe_video_context interface, softpipe impl, auxiliary libs
Younes Manton
2009-09-16
gallium: Deprecate PIPE_CAP_S3TC.
José Fonseca
2009-08-17
gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.
Maarten Maathuis
2009-07-14
gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...
Patrice Mandin
2009-06-30
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-30
gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...
José Fonseca
2009-06-26
gallium: added PIPE_CAP_TGSI_CONT_SUPPORTED
Brian Paul
2009-06-26
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-06-10
gallium: updated PIPE_CAP_x comments
Brian Paul
2009-05-05
gallium: remove redundant cube face #defines
Brian Paul
2009-04-15
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-09
gallium: change // comment to /* */ style
Brian Paul
2009-04-04
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-03-26
gallium: Remove some little-used fields from struct pipe_surface.
Michel Dänzer
2009-03-03
Merge commit 'origin/gallium-0.1'
Keith Whitwell
2009-03-02
gallium: New PIPE_BUFFER_USAGE_DONTBLOCK flag.
José Fonseca
2009-02-23
gallium: Define PIPE_PRIM_MAX.
José Fonseca
2009-02-05
gallium: No longer allow CPU mapping surfaces directly.
Michel Dänzer
2009-01-18
gallium: Add PIPE_BUFFER_USAGE_DISCARD.
Younes Manton
2009-01-10
gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.
Younes Manton
2008-12-04
gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS query
Brian
2008-12-02
gallium: Make room for custom PIPE_TEXTURE_USAGE_* flags.
Younes Manton
2008-11-24
gallium: Define convenience shortcuts for CPU/GPU READ/WRITE flag combinations.
José Fonseca
2008-08-15
gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame.
José Fonseca
2008-08-06
gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEAT
Brian Paul
2008-07-19
gallium: Finer grained is_format_supported.
José Fonseca
2008-07-19
gallium: Move PIPE_TEXTURE_USAGE* to p_defines.h
José Fonseca
2008-06-04
gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.
Michal Krol
2008-05-06
Merge commit 'origin/gallium-0.1' into gallium-tex-surfaces
Keith Whitwell
2008-05-03
gallium: add pipe surface layout value (Roland Scheidegger)
Keith Whitwell
2008-05-02
gallium: remove obsolete PIPE_CAP_BITMAP_TEXCOORD_BIAS
Brian Paul
2008-04-30
gallium: fix typo: s/custam/custom/
Brian Paul
2008-03-26
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-12
gallium: Add TEX_FILTER_ANISO img filter
Keith Whitwell
2008-02-27
gallium: Remove // comments.
José Fonseca
2008-02-25
Make the pipe headers C++ friendly.
José Fonseca
2008-02-15
Code reorganization: move files into their places.
José Fonseca