summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* Move pf_is_depth_and_stencil() to u_format auxiliary module.Michal Krol2009-12-031-7/+0
* Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-14/+0
* Move pf_is_compressed() to u_format auxiliary module.Michal Krol2009-12-031-6/+0
* gallium: Remove unused format functions.Michal Krol2009-12-031-38/+0
* gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul2009-12-021-0/+1
* Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-145/+23
|\
| * gallium: Remove tgsi_version token.Michal Krol2009-11-271-6/+0
| * tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-4/+4
| * gallium: simplify tgsi tokens furtherKeith Whitwell2009-11-241-137/+21
* | gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-013-4/+16
* | Merge branch 'width0'Roland Scheidegger2009-11-271-3/+3
|\ \ | |/ |/|
| * gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+3
* | gallium: Refactor the instruction predicate TGSI token.Michal Krol2009-11-241-10/+7
|/
* gallium: Add UNSYNCHRONIZED cpu access flag. Document others.José Fonseca2009-11-061-2/+57
* gallium: Cleanup predicate and condition code TGSI tokens.Michal Krol2009-11-022-99/+20
* gallium: Move enum pipe_error into p_defines.h.José Fonseca2009-10-252-65/+17
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-24/+0
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-15/+2
* gallium: remove noise opcodesKeith Whitwell2009-10-231-4/+1
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-0/+3
* gallium: New ALIGN_STACK macro to tell gcc to align stack pointer.José Fonseca2009-10-141-0/+6
* gallium: Add PIPE_TRANSFER_MAP_DIRECTLY usage flag.Michel Dänzer2009-10-021-1/+12
* gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-0/+16
* g3dvl: Copyright blocks.Younes Manton2009-10-012-0/+54
* g3dvl: Color space conv interface & vl impl.Younes Manton2009-10-011-1/+3
* util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland2009-10-011-0/+13
* gallium: remove depth.occlusion_count flagKeith Whitwell2009-10-011-1/+0
* gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca2009-09-291-0/+5
* g3dvl: assert.h -> util/u_debug.hJosé Fonseca2009-09-291-1/+1
* g3dvl: Define PIPE_VIDEO_CODEC_UNKNOWN for failures.José Fonseca2009-09-292-3/+3
* g3dvl: pipe_video_context interface, softpipe impl, auxiliary libsYounes Manton2009-09-275-1/+307
* gallium/include: update some commentsKeith Whitwell2009-09-231-2/+20
* gallium: remove incorrect 'return' stmtBrian Paul2009-09-161-1/+1
* gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-1/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-09-151-5/+5
|\
| * gallium: Add Mac OS to pipe/p_thread.h.Vinson Lee2009-09-141-5/+5
* | gallium: Use the enum for pipe_transfer::usage.José Fonseca2009-09-151-1/+1
* | gallium: pipe_transfer_destroy helper inline.José Fonseca2009-09-151-0/+7
* | gallium: Fix pointer type casts.Michal Krol2009-09-151-4/+4
* | gallium: Add pipe_transfer_map/unmap inlines.José Fonseca2009-09-141-0/+13
|/
* gallium: Added HaikuOS platformaljen2009-09-093-6/+11
* tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-1/+1
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-14/+15
* Merge branch 'mesa_7_5_branch'Brian Paul2009-08-181-0/+7
|\
| * gallium: Always map for READ flag when DISCARD is not set.José Fonseca2009-08-141-0/+7
* | gallium: improved comments, minor whitespace changesBrian Paul2009-08-181-7/+10
* | gallium: Make PIPE_TRANSFER_{READ,WRITE,READ_WRITE} bitmask friendly.Maarten Maathuis2009-08-171-3/+3
* | gallium: Add texture usage information to surface_buffer_createJakob Bornecrantz2009-08-112-0/+2
* | Rename TGSI LOOP instruction to better match theri usage.Michal Krol2009-07-311-4/+4
* | tgsi: Declare a LOOP register.Michal Krol2009-07-301-0/+1