summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
AgeCommit message (Expand)Author
2009-12-08gallium: use boolean instead of bool in p_refcnt.hRoland Scheidegger
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-04gallium: Disable force_align_arg_pointer attribute on x86_64.José Fonseca
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-12-02gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-27Merge branch 'width0'Roland Scheidegger
2009-11-27gallium: Remove tgsi_version token.Michal Krol
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: simplify tgsi tokens furtherKeith Whitwell
2009-11-24gallium: Refactor the instruction predicate TGSI token.Michal Krol
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
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-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson
2009-10-14gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca
2009-10-02gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.Michel Dänzer
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-10-01g3dvl: Copyright blocks.Younes Manton
2009-10-01g3dvl: Color space conv interface & vl impl.Younes Manton
2009-10-01util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-09-29gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca
2009-09-29g3dvl: assert.h -> util/u_debug.hJosé Fonseca
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-23gallium/include: update some commentsKeith Whitwell
2009-09-16gallium: remove incorrect 'return' stmtBrian Paul
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-15gallium: Use the enum for pipe_transfer::usage.José Fonseca
2009-09-15gallium: pipe_transfer_destroy helper inline.José Fonseca
2009-09-15gallium: Fix pointer type casts.Michal Krol
2009-09-14gallium: Add pipe_transfer_map/unmap inlines.José Fonseca
2009-09-14gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee
2009-09-09gallium: Added HaikuOS platformaljen
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul
2009-08-17gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis
2009-08-14gallium: Always map for READ flag when DISCARD is not set.José Fonseca
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol