summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2009-02-27st/drm: Seperate get handle for global buffer idsJakob Bornecrantz1-3/+12
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2-7/+11
2009-02-25st/drm: Bring drm_api.h up to date with latest changesJakob Bornecrantz1-4/+7
2009-02-24gallium: Allow to specify how much will be read / was written in buffer map/u...José Fonseca2-6/+93
2009-02-24gallium: Add pipe_buffer_write/read inlines.José Fonseca1-0/+38
2009-02-23gallium: add winsys interface for viewport changes to support DRI2Alan Hourihane1-0/+5
2009-02-23gallium: Define PIPE_PRIM_MAX.José Fonseca1-0/+1
2009-02-18gallium: Add pipe_transfer_reference().Michel Dänzer1-0/+25
2009-02-18Merge branch 'gallium-texture-transfer'Michel Dänzer4-32/+53
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell4-7/+11
2009-02-18util: Move p_debug.h into util module.José Fonseca2-362/+2
2009-02-10gallium: Rename Size member of TGSI token to NrTokens.Michal Krol1-5/+5
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer4-32/+53
2009-02-05gallium: fixup #includes: p_screen.h does not need anything in p_state.hBrian Paul1-1/+3
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul3-1/+3
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin1-1/+0
2009-01-30gallium: add a convience wrapper for simple screensZack Rusin1-1/+0
2009-01-30gallium: make p_winsys internalZack Rusin3-30/+50
2009-01-29gallium: give the screen priority when it comes to buffer allocationsZack Rusin3-37/+107
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin1-1/+0
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin1-1/+1
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin1-1/+1
2009-01-27gallium: standardize naming of masksZack Rusin1-3/+3
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin2-2/+2
2009-01-20gallium: Remove the standalone surfaces.José Fonseca3-53/+31
2009-01-19gallium: minor reformattingBrian Paul1-6/+9
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2-0/+34
2009-01-18gallium: Add PIPE_BUFFER_USAGE_DISCARD.Younes Manton1-0/+1
2009-01-18egl: Add a egl state_tracker that use GalliumJakob Bornecrantz1-0/+33
2009-01-17debug: add noprefix version of debug_dump_enumKeith Whitwell1-0/+5
2009-01-10gallium: Define PIPE_TEXTURE_USAGE_DYNAMIC.Younes Manton1-0/+1
2009-01-08gallium: Replace uint64 by standard uint64_t.José Fonseca2-2/+1
2009-01-06tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul1-1/+3
2008-12-30gallium: Don't redefine INLINE.José Fonseca1-14/+16
2008-12-15gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol1-1/+1
2008-12-15gallium: Fix PIPE_FORMAT_X8B8G8R8_SNORM definition.Michal Krol1-1/+1
2008-12-12gallium: fixes for srgb, new srgb formatsRoland Scheidegger1-8/+27
2008-12-04gallium: added PIPE_CAP_MAX_VERTEX_TEXTURE_UNITS queryBrian1-0/+1
2008-12-02gallium: Make room for custom PIPE_TEXTURE_USAGE_* flags.Younes Manton1-0/+2
2008-11-25Merge commit 'origin/gallium-0.1' into gallium-0.2Alan Hourihane1-0/+8
2008-11-24tgsi: doxygen commentsBrian Paul1-20/+20
2008-11-24tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul1-1/+3
2008-11-24gallium: Define convenience shortcuts for CPU/GPU READ/WRITE flag combinations.José Fonseca1-0/+8
2008-11-05Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul1-1/+1
2008-11-03gallium: Ensure refcounts of live objects are never zero.José Fonseca1-12/+18
2008-10-28gallium: recognize DEBUG as well as DBG for debuggingKeith Whitwell1-1/+1
2008-10-21gallium: implement tests for PPC/PPC64Brian Paul1-1/+4
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca1-0/+8
2008-09-26cell: align instruction buffers to 8-byte, not 32-byte boundaryBrian Paul1-2/+2
2008-09-19gallium: added ALIGN32_ATTRIBBrian Paul1-0/+2