summaryrefslogtreecommitdiff
path: root/src/gallium/docs/source/cso
AgeCommit message (Collapse)Author
2010-06-24gallium/docs: Slight clarification and formatting for Blend.Corbin Simpson
2010-05-21docs: update rasterizer for ccw changesKeith Whitwell
Also rearrange some of the fields into point/line/polygon categories.
2010-04-02gallium/docs: Dithering might not actually do anything.Corbin Simpson
2010-03-29gallium/docs: minor fixesRoland Scheidegger
2010-03-22gallium/docs: Cleanup and clarify point ras info.Corbin Simpson
...This state's interdependent? Really? Needs moar cleanup.
2010-03-19gallium/docs: Fix a couple ReST errors.Corbin Simpson
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
Conflicts: src/gallium/auxiliary/cso_cache/cso_context.c src/gallium/auxiliary/util/u_blit.c src/gallium/auxiliary/util/u_gen_mipmap.c src/gallium/drivers/i915/i915_context.h src/gallium/drivers/i965/brw_draw_upload.c src/gallium/drivers/r300/r300_blit.c src/gallium/drivers/r300/r300_context.h src/gallium/drivers/r300/r300_render.c src/gallium/drivers/r300/r300_state_derived.c src/mesa/state_tracker/st_cb_bitmap.c src/mesa/state_tracker/st_cb_clear.c
2010-03-05gallium/docs: document additional wrap mode restrictionsBrian Paul
2010-03-05gallium/docs: updated/improve sampler state documentationBrian Paul
2010-03-01gallium/docs: document new vertex element cso interfaceRoland Scheidegger
2010-02-22gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol
Needs testing.
2010-02-12gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger
saves us a dword in sampler state, hw can't do non-integer aniso degree anyway. To allow aniso 1x (which seems of dubious value but some hardware (radeons) have such a mode, and even d3d allows specifiying it) redefine anisotropic filtering as disabled only if max_anistropy is 0.
2010-02-09docs: fix up documentation for stencil ref value changesRoland Scheidegger
Also fix and clarify depth/stencil/alpha documentation a bit.
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
Conflicts: src/gallium/drivers/nv10/nv10_state.c src/gallium/drivers/nv20/nv20_state.c src/gallium/drivers/nv50/nv50_program.c
2010-02-09gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
This determines if points should be rasterized according to GL point rules or as normal quads (GL point sprites / d3d points / d3d point sprites).
2010-02-03docs: fix point sprite documentationRoland Scheidegger
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
Don't need sprite coord origin per coord. Also, don't need separate sprite enable bit - if all coords have it diabled, then there are no point sprites (technically, there's a distinction in pre-GL3, but it only differs in having more leniency in clamping to max size, something the state tracker would need to handle and the hardware won't bother anyway). Also, use packed field for the per-coord enables. All in all, should save 3 dwords in rasterizer state (from 10 down to 7).
2010-01-28gallium-docs: Minor grammar, need to talk about dual-source blends.Corbin Simpson
2010-01-21docs: enhance blend documentationRoland Scheidegger
2010-01-21docs: clean up sampler descriptionRoland Scheidegger
2010-01-18docs: Grammar and refs in Rasterizer.Corbin Simpson
2010-01-18docs: Cleanup Rasterizer a bit.Corbin Simpson
I'm getting better at this, I think.
2010-01-18docs: Fix terms and refs.Corbin Simpson
I fail at Sphinx-style ReST.
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger
The state tracker is responsible for clamping to any graphics API enforced size min/max limits for both the static point_size setting as well as per vertex point size (in the vertex shader). Note that mesa state tracker didn't actually use these values.
2010-01-06gallium/docs: finish up description of pipe_rasterizer_state fieldsBrian Paul
2009-12-21More docs. Glossary.Corbin Simpson
2009-12-20Moar docs, mostly context.Corbin Simpson
2009-12-20Document rasterizer.Corbin Simpson
2009-12-20Fill out some of the CSO info.Corbin Simpson
...And looks like there's already things I don't know. Go figure.
2009-12-20Add Gallium docs.Corbin Simpson
In Sphinx/ReST format.