summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe
Commit message (Expand)AuthorAgeFilesLines
* drop stray XFree86Server, XGLServerGeorge Sapountzis2010-03-091-5/+0
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-4/+6
|\
| * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-3/+6
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-28/+0
* | gallium: update some comments, remove others which are superfluousBrian Paul2010-03-081-5/+5
* | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-2/+23
|\ \
| * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-2/+3
| * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-0/+20
* | | Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-4/+3
* | | gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca2010-03-031-1/+0
* | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-021-31/+28
|\ \ \
| * | | gallium: Standardize on the LSB->MSB notation.José Fonseca2010-03-011-27/+27
| * | | gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2010-03-011-1/+0
| * | | gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca2010-03-011-0/+2
| * | | gallium: Remove inexisting formats.José Fonseca2010-03-011-4/+0
| |/ /
* | | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-10/+0
|\ \ \ | |/ / |/| |
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-10/+0
| |/
* / gallium: comment/document usage flagsBrian Paul2010-02-241-1/+3
|/
* gallium: Remove previously forgotten pf_name() prototype.José Fonseca2010-02-141-5/+0
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
* gallium: make valuemask/writemask in pipe_stencil_state bitfield membersRoland Scheidegger2010-02-091-2/+2
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-092-2/+8
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-092-7/+5
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-032-5/+4
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+0
* | gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* | gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol2010-02-091-2/+7
* | gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-0/+3
* | gallium: Add a define for deprecated function attribute.José Fonseca2010-02-041-0/+8
* | gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca2010-02-041-2/+6
* | gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca2010-02-021-0/+4
* | gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-190/+0
* | gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-022-526/+0
* | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-024-129/+53
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-024-300/+1
* | gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr...José Fonseca2010-02-011-11/+15
* | gallium: Remove unnecessary includes. Add others to compensate.José Fonseca2010-02-014-5/+2
* | gallium: Drop mutex-based pipe_atomic implementation.José Fonseca2010-02-011-82/+1
* | gallium: document pipe_context::get_query_result()Brian Paul2010-01-291-0/+5
* | tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+4
* | tgsi: add properties for fragment coord conventions (v3)Luca Barbieri2010-01-291-1/+9
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-282-5/+12
|\ \
| * | gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger2010-01-281-1/+1
| * | docs: clean up sampler descriptionRoland Scheidegger2010-01-211-1/+1
| * | gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger2010-01-211-0/+2
| * | gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-3/+8
* | | gallium: Add CAPs for constant buffers.Michal Krol2010-01-281-0/+2
* | | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1