summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
AgeCommit message (Expand)Author
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-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
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-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-21docs: clean up sampler descriptionRoland Scheidegger
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-14Merge branch 'instanced-arrays'Michal Krol
2010-01-13gallium: remove forward struct declBrian Paul
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
2009-12-29gallium: Move instance_divisor field from vertex_buffer to vertex_element.Michal Krol
2009-12-23gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger
2009-12-23gallium: Add interfaces needed for instanced drawing.Michal Krol
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-04Merge branch 'gallium-noblocks'Roland Scheidegger
2009-12-03gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger
2009-12-01gallium: Introduce separate vertex texture/sampler state.Michal Krol
2009-11-30gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger
2009-11-19gallium: don't use arrays for texture width,height,depthKeith Whitwell
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-09-23gallium/include: update some commentsKeith Whitwell
2009-09-15gallium: Use the enum for pipe_transfer::usage.José Fonseca
2009-07-06gallium: rearrange some members to avoid memory holes/paddingZack Rusin
2009-06-30gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul
2009-04-10gallium: remove pipe_texture::compressed fieldBrian Paul
2009-03-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell
2009-03-13gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-16Merge branch 'master' into gallium-texture-transferKeith Whitwell
2009-02-05gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer
2009-02-05gallium: move 'struct pipe_winsys'Brian Paul
2009-02-02gallium: remove pipe_buffer from surfacesZack Rusin
2009-01-27gallium: remove redundant size from the constant bufferZack Rusin
2009-01-27gallium: it's a reference value, not a reference numberZack Rusin
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-19gallium: minor reformattingBrian Paul
2008-09-19gallium: Fix doxygen comments.José Fonseca
2008-09-03gallium: comments about nblocksx/y, etcBrian Paul
2008-08-12gallium: Name pipe_depth_stencil_alpha_state member structures.José Fonseca
2008-07-19gallium: Move PIPE_TEXTURE_USAGE* to p_defines.hJosé Fonseca
2008-06-27gallium: handle msaaRoland Scheidegger