summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
AgeCommit message (Expand)Author
2010-03-29gallium: add new texture formatsRoland Scheidegger
2010-03-18Add format B5G5R5X1Alan Hourihane
2010-03-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-09drop stray XFree86Server, XGLServerGeorge Sapountzis
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-08gallium: update some comments, remove others which are superfluousBrian Paul
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-03-03gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.José Fonseca
2010-03-02Merge branch 'gallium-format-cleanup'José Fonseca
2010-03-02Merge branch 'gallium-no-rhw-position'Michal Krol
2010-03-01gallium: Standardize on the LSB->MSB notation.José Fonseca
2010-03-01gallium: Remove PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2010-03-01gallium: Introduce a new format to disambiguate PIPE_FORMAT_R8G8B8A8_UNORM.José Fonseca
2010-03-01gallium: Reorg texture usage flagsJakob Bornecrantz
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz
2010-03-01gallium: Remove inexisting formats.José Fonseca
2010-02-24gallium: comment/document usage flagsBrian Paul
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
2010-02-18gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-14gallium: Remove previously forgotten pf_name() prototype.José Fonseca
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
2010-02-09gallium: make valuemask/writemask in pipe_stencil_state bitfield membersRoland Scheidegger
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-09gallium: Add cylindrical wrap info to TGSI declaration.Michal Krol
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
2010-02-04gallium: Add a define for deprecated function attribute.José Fonseca
2010-02-04gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-02gallium: Move some compiler portability stuff into p_compiler.hJosé Fonseca
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca
2010-02-02gallium: Make pipe_atomic a regular int32_t.José Fonseca
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01gallium: Use MSVC atomic intrinsics directly instead of the Windows header wr...José Fonseca
2010-02-01gallium: Remove unnecessary includes. Add others to compensate.José Fonseca
2010-02-01gallium: Drop mutex-based pipe_atomic implementation.José Fonseca
2010-01-29gallium: document pipe_context::get_query_result()Brian Paul
2010-01-29tgsi: add caps for fragment coord conventions (v3)Luca Barbieri
2010-01-29tgsi: add properties for fragment coord conventions (v3)Luca Barbieri