summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: clean up opcode definitionsKeith Whitwell2009-07-231-145/+11
* | gallium: remove deprecated TGSI opcodesKeith Whitwell2009-07-231-8/+0
* | gallium: remove multiple aliases for TGSI opcodesKeith Whitwell2009-07-221-40/+40
* | gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-1/+1
* | gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-0/+1
* | gallium: Add endian detection to p_config.Corbin Simpson2009-07-081-0/+13
* | gallium: rearrange some members to avoid memory holes/paddingZack Rusin2009-07-061-6/+6
* | Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-1/+2
|\ \ | |/
| * gallium: fix the front face semanticsZack Rusin2009-07-011-1/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-303-7/+18
|\ \ | |/
| * gallium: New PIPE_BUFFER_USAGE_FLUSH_EXPLICIT flag for buffer_flush_mapped_ra...José Fonseca2009-06-303-7/+18
* | gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul2009-06-301-1/+0
* | drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-17/+21
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-261-0/+1
|\ \ | |/
| * gallium: added PIPE_CAP_TGSI_CONT_SUPPORTEDBrian Paul2009-06-261-0/+1
* | gallium: Add PIPE_OS_APPLE token.Vinson Lee2009-06-251-0/+4
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-06-162-14/+15
|\ \ | |/
| * gallium: Avoid atomic ops / locking when src is dst.José Fonseca2009-06-161-14/+14
| * gallium: Ensure assert macro is defined before being used in p_thread.hJosé Fonseca2009-06-151-0/+1
* | Merge branch 'mesa_7_5_branch'Thomas Hellstrom2009-06-151-1/+5
|\ \ | |/
| * gallium: Fix segfault and valgrind error introduced with commit 3f2e006b75970...Thomas Hellstrom2009-06-151-1/+5