summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Merge remote branch 'origin/master' into arb_geometry_shader4arb_geometry_shader4Zack Rusin2-13/+10
2009-11-27Merge branch 'width0'Roland Scheidegger1-3/+3
2009-11-24gallium: Refactor the instruction predicate TGSI token.Michal Krol1-10/+7
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell1-3/+3
2009-11-16Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin2-102/+78
2009-11-06gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca1-2/+57
2009-11-02gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2-99/+20
2009-10-29Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin4-107/+22
2009-10-25gallium: Move enum pipe_error into p_defines.h.José Fonseca2-65/+17
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell1-24/+0
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell1-15/+2
2009-10-23gallium: remove noise opcodesKeith Whitwell1-4/+1
2009-10-18Merge remote branch 'origin/master' into arb_geometry_shader4Zack Rusin10-17/+472
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson1-0/+3
2009-10-14gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca1-0/+6
2009-10-02gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.Michel Dänzer1-1/+12
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer1-0/+16
2009-10-01g3dvl: Copyright blocks.Younes Manton2-0/+54
2009-10-01g3dvl: Color space conv interface & vl impl.Younes Manton1-1/+3
2009-10-01util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland1-0/+13
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell1-1/+0
2009-09-29gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca1-0/+5
2009-09-29g3dvl: assert.h -> util/u_debug.hJosé Fonseca1-1/+1
2009-09-29g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.José Fonseca2-3/+3
2009-09-27g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton5-1/+307
2009-09-23gallium/include: update some commentsKeith Whitwell1-2/+20
2009-09-16gallium: remove incorrect 'return' stmtBrian Paul1-1/+1
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca1-1/+1
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul1-5/+5
2009-09-15gallium: Use the enum for pipe_transfer::usage.José Fonseca1-1/+1
2009-09-15gallium: pipe_transfer_destroy helper inline.José Fonseca1-0/+7
2009-09-15gallium: Fix pointer type casts.Michal Krol1-4/+4
2009-09-14gallium: Add pipe_transfer_map/unmap inlines.José Fonseca1-0/+13
2009-09-14gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee1-5/+5
2009-09-09gallium: Added HaikuOS platformaljen3-6/+11
2009-09-02Merge commit 'origin/master' into arb_geometry_shader4Zack Rusin7-192/+65
2009-09-01tgsi: remove redundant CND0 opcodeKeith Whitwell1-1/+1
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz1-14/+15
2009-08-18Merge branch 'mesa_7_5_branch'Brian Paul1-0/+7
2009-08-18gallium: improved comments, minor whitespace changesBrian Paul1-7/+10
2009-08-17gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis1-3/+3
2009-08-14gallium: Always map for READ flag when DISCARD is not set.José Fonseca1-0/+7
2009-08-11gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2-0/+2
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol1-4/+4
2009-07-30tgsi: Declare a LOOP register.Michal Krol1-0/+1
2009-07-23gallium: clean up opcode definitionsKeith Whitwell1-145/+11
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell1-8/+0
2009-07-22gallium: remove multiple aliases for TGSI opcodesKeith Whitwell1-40/+40
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell1-1/+1
2009-07-15gs: add geometry shader semanticsZack Rusin1-9/+11