summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-10/+0
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
* gallium: make valuemask/writemask in pipe_stencil_state bitfield membersRoland Scheidegger2010-02-091-2/+2
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-1/+4
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-4/+3
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-2/+2
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+0
* | gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+6
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-32/+0
* | 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