summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)Author
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: 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-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
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: remove PIPE_CAP_S3TC, and add PIPE_CAP_DUAL_SOURCE_BLENDRoland Scheidegger
2010-01-28gallium: Add CAPs for constant buffers.Michal Krol
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Add tgsi_declaration_dimension token.Michal Krol
2010-01-26Check for __USE_MISC for defining uint & ushortAlan Hourihane
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21gallium: New inline to write buffers which avoids synchronization.José Fonseca
2010-01-21gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write.José Fonseca
2010-01-21gallium: Remove temporary hack for the absence of a discard flag.José Fonseca
2010-01-21docs: clean up sampler descriptionRoland Scheidegger
2010-01-21gallium: fix conditional rendering commentBrian Paul
2010-01-21gallium: new PIPE_CAP bits for the independent blend functionalityRoland Scheidegger
2010-01-21gallium: updated comments, whitespace fixesBrian Paul
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2010-01-19st/drm: Expose kernel driver nameJakob Bornecrantz