summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger2009-12-231-9/+0
* Merge branch 'gallium-strict-aliasing'Roland Scheidegger2009-12-081-3/+6
|\
| * gallium: fix reference counting functions to be strict-aliasing compliantRoland Scheidegger2009-12-031-3/+6
* | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-041-8/+0
|\ \ | |/ |/|
| * gallium: interface cleanups, remove nblocksx/y from pipe_texture and moreRoland Scheidegger2009-11-301-8/+0
* | gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-011-0/+1
|/
* gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-3/+3
* gallium: remove depth.occlusion_count flagKeith Whitwell2009-10-011-1/+0
* gallium/include: update some commentsKeith Whitwell2009-09-231-2/+20
* gallium: Use the enum for pipe_transfer::usage.José Fonseca2009-09-151-1/+1
* gallium: rearrange some members to avoid memory holes/paddingZack Rusin2009-07-061-6/+6
* gallium: remove the pipe_sampler_state::shadow_ambient fieldBrian Paul2009-06-301-1/+0
* gallium: remove pipe_texture::compressed fieldBrian Paul2009-04-101-1/+0
* gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer2009-03-261-2/+0
* gallium: remove remaining references to origin_lower_leftKeith Whitwell2009-03-211-1/+0
* gallium: consolidate bypass_vs and bypass_clipping flagsKeith Whitwell2009-03-131-3/+9
* gallium: Unify reference counting.Michel Dänzer2009-03-041-11/+36
* Merge branch 'master' into gallium-texture-transferKeith Whitwell2009-02-161-1/+0
|\
| * gallium: move 'struct pipe_winsys'Brian Paul2009-02-051-1/+0
* | gallium: No longer allow CPU mapping surfaces directly.Michel Dänzer2009-02-051-4/+24
|/
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-1/+0
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-271-1/+0
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-271-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* gallium: standardize naming of masksZack Rusin2009-01-271-3/+3
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-1/+1
* gallium: Remove the standalone surfaces.José Fonseca2009-01-201-3/+1
* gallium: minor reformattingBrian Paul2009-01-191-6/+9
* gallium: Fix doxygen comments.José Fonseca2008-09-191-0/+2
* gallium: comments about nblocksx/y, etcBrian Paul2008-09-031-7/+7
* gallium: Name pipe_depth_stencil_alpha_state member structures.José Fonseca2008-08-121-21/+30
* gallium: Move PIPE_TEXTURE_USAGE* to p_defines.hJosé Fonseca2008-07-191-6/+0
* gallium: handle msaaRoland Scheidegger2008-06-271-2/+4
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-271-3/+8
* gallium: New PIPE_TEXTURE_USAGE_PRIMARY flag for primary surfaces.José Fonseca2008-05-071-2/+3
* gallium: add pipe surface layout value (Roland Scheidegger)Keith Whitwell2008-05-031-0/+1
* gallium: identify depth-stencil texturesKeith Whitwell2008-05-021-1/+2
* gallium: Add texture usage flags, special-case allocation of display targetsKeith Whitwell2008-05-021-1/+5
* gallium: remove usage of winsys->surface_alloc_storage from state trackerKeith Whitwell2008-05-021-0/+2
* gallium: add information to surface to identify which texture image it is poi...Keith Whitwell2008-05-011-0/+3
* gallium: tex surface checkpointKeith Whitwell2008-05-011-0/+4
* gallium: re-order, clean-up PIPE_MAX_* definitionsBrian2008-04-081-9/+8
* gallium: remove obsolete/unused PIPE_ATTRIB_MAXBrian2008-04-081-1/+0
* gallium: fix two-side stencil handlingRoland Scheidegger2008-04-041-1/+1
* gallium: add a flag to turn on gl rasterization rulesKeith Whitwell2008-04-021-0/+1
* gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell2008-04-021-0/+2
* gallium: updated comment for bypass_vsBrian2008-03-311-1/+2
* gallium: remove redundant compare bit in sampler stateRoland Scheidegger2008-03-281-1/+0
* gallium: Bump PIPE_MAX_SAMPLERS to 16.Michal Krol2008-03-281-1/+1
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-1/+2