summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-4/+9
|\
| * docs: clean up sampler descriptionRoland Scheidegger2010-01-211-1/+1
| * gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-3/+8
* | gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol2010-01-281-1/+1
|/
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-9/+0
|\
| * gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger2009-12-231-9/+0
* | Merge branch 'instanced-arrays'Michal Krol2010-01-141-0/+5
|\ \
| * | gallium: Move instance_divisor field from vertex_buffer to vertex_element.Michal Krol2009-12-291-1/+5
| * | gallium: Add interfaces needed for instanced drawing.Michal Krol2009-12-231-0/+1
| |/
* / gallium: remove forward struct declBrian Paul2010-01-131-4/+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