summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
AgeCommit message (Expand)Author
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
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-05-07gallium: New PIPE_TEXTURE_USAGE_PRIMARY flag for primary surfaces.José Fonseca
2008-05-03gallium: add pipe surface layout value (Roland Scheidegger)Keith Whitwell
2008-05-02gallium: identify depth-stencil texturesKeith Whitwell
2008-05-02gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell
2008-05-02gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell
2008-05-01gallium: add information to surface to identify which texture image it is poi...Keith Whitwell
2008-05-01gallium: tex surface checkpointKeith Whitwell
2008-04-08gallium: re-order, clean-up PIPE_MAX_* definitionsBrian
2008-04-08gallium: remove obsolete/unused PIPE_ATTRIB_MAXBrian
2008-04-04gallium: fix two-side stencil handlingRoland Scheidegger
2008-04-02gallium: add a flag to turn on gl rasterization rulesKeith Whitwell
2008-04-02gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell
2008-03-31gallium: updated comment for bypass_vsBrian
2008-03-28gallium: remove redundant compare bit in sampler stateRoland Scheidegger
2008-03-28gallium: Bump PIPE_MAX_SAMPLERS to 16.Michal Krol
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-25gallium: Introduce flatshade_first field to rasterizer_state.Michal Krol
2008-03-20gallium: added width, height to pipe_framebuffer_stateBrian
2008-03-13gallium: added bypass_vs flag to rasterizer state (may be temporary)Brian
2008-03-13gallium: remove dead code related to shader semantic input/output infoBrian Paul