summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: add depth clamp to the interfaceMarek Olšák2010-07-211-0/+1
* gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell2010-07-211-1/+1
* gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32Brian Paul2010-07-081-2/+2
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+1
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+0
* gallium: a lot more complete implementation of stream outputZack Rusin2010-06-081-1/+11
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+7
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+2
|\
| * gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-0/+2
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-6/+7
|/
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* gallium: comments and whitespace fixesBrian Paul2010-04-161-8/+13
* Squashed commit of the following:Keith Whitwell2010-04-101-41/+45
* gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol2010-03-111-1/+1
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-16/+5
|\
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+0
| |\
| | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
| * | gallium: update some comments, remove others which are superfluousBrian Paul2010-03-081-5/+5
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-10/+0
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-0/+18
|/
* 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