summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add missing include.José Fonseca2010-02-141-0/+1
* mesa: Use util_format_name().José Fonseca2010-02-142-2/+2
* st/mesa: restore draw rasterization stage after rasterposBrian Paul2010-02-121-0/+8
* st/mesa: improved draw_range_elements codeBrian Paul2010-02-121-9/+7
* st/mesa: rename state -> tgsi, updated commentsBrian Paul2010-02-126-22/+24
* st/mesa: remove unused varBrian Paul2010-02-121-3/+0
* Merge branch 'gallium-dynamicstencilref'Roland Scheidegger2010-02-123-4/+17
|\
| * gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
| * gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-111-0/+2
| * gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2010-02-111-17/+2
| * st/mesa: more fixes for stencil ref change.Roland Scheidegger2010-02-102-2/+20
| * gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-1/+9
* | st/mesa: fix gallium texture level selection for RTTBrian Paul2010-02-111-3/+11
* | st/mesa: Silence uninitialized variable warning in st_cb_bitmap.c.Vinson Lee2010-02-101-1/+2
|/
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-093-15/+59
|\
| * st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger2010-02-081-0/+4
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-1/+2
| * gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger2010-02-042-0/+41
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-12/+13
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-3/+0
* | st/mesa: remove special-case cyl-wrap codeBrian Paul2010-02-091-9/+1
* | st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul2010-02-092-5/+22
* | mesa: Ensure object refcount is null when destroying the buffer.José Fonseca2010-02-091-0/+2
* | st/mesa: allow negative index for PROGRAM_STATE_VARBrian Paul2010-02-051-1/+1
* | st/mesa: 'fix' point coord semantic infoBrian Paul2010-02-051-1/+10
* | mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-3/+6
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-02-034-5/+0
* | Merge branch 'gallium-embedded'José Fonseca2010-02-0320-13/+20
|\ \
| * | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0219-13/+19
| * | mesa: Add missing includes.José Fonseca2010-02-011-0/+1
* | | mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* | | mesa/st: bump the gallium version numberKeith Whitwell2010-02-031-1/+1
* | | st/mesa: remove some floating point divides in viewport calculationKeith Whitwell2010-02-031-3/+3
* | | st/mesa: fix texture deallocation bugBrian Paul2010-02-011-12/+10
* | | st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell2010-02-015-37/+12
* | | st/mesa: remove dead stfp input_map arrayKeith Whitwell2010-02-012-12/+0
|/ /
* | st/mesa: Remove unnecessary headers.Vinson Lee2010-01-313-3/+0
* | Merge commit 'lb2/arb_fragment_coord_conventions'Keith Whitwell2010-01-292-3/+72
|\ \
| * | st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)Luca Barbieri2010-01-292-3/+72
* | | st/mesa: check that state is validated before drawingBrian Paul2010-01-291-0/+3
|/ /
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-283-39/+94
|\ \
| * | mesa/st: code cleanups for new blend functionalityRoland Scheidegger2010-01-261-9/+23
| * | st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-252-31/+72
| * | gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-202-23/+23
* | | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* | | st/mesa: Silence uninitialized variable warning.Vinson Lee2010-01-261-0/+1
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-6/+11
|\ \ \
| * | | st/mesa: fix int->uint conversion for negative scissor bound valuesBrian Paul2010-01-241-4/+9
| * | | st/mesa: fix unsigned/signed breakage in scissorXavier Chantry2010-01-241-4/+4
* | | | Fix compressed texture loads for non-minimal pitches againLuca Barbieri2010-01-251-2/+4