summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker
AgeCommit message (Expand)Author
2010-02-10st/mesa: more fixes for stencil ref change.Roland Scheidegger
2010-02-09gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-08st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger
2010-02-09st/mesa: remove special-case cyl-wrap codeBrian Paul
2010-02-09st/mesa: check for PROG_PARAM_BIT_CYL_WRAP flagBrian Paul
2010-02-09mesa: Ensure object refcount is null when destroying the buffer.José Fonseca
2010-02-05st/mesa: allow negative index for PROGRAM_STATE_VARBrian Paul
2010-02-05st/mesa: 'fix' point coord semantic infoBrian Paul
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger
2010-02-03st/mesa: Remove unnecessary headers.Vinson Lee
2010-02-03Merge branch 'gallium-embedded'José Fonseca
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-02-03mesa/st: bump the gallium version numberKeith Whitwell
2010-02-03st/mesa: remove some floating point divides in viewport calculationKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-02-01st/mesa: fix texture deallocation bugBrian Paul
2010-02-01st/mesa: remove duplicate calculation of fp input mappingKeith Whitwell
2010-02-01st/mesa: remove dead stfp input_map arrayKeith Whitwell
2010-02-01mesa: Add missing includes.José Fonseca
2010-01-31st/mesa: Remove unnecessary headers.Vinson Lee
2010-01-29Merge commit 'lb2/arb_fragment_coord_conventions'Keith Whitwell
2010-01-29st/mesa: check that state is validated before drawingBrian Paul
2010-01-29st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-26st/mesa: Silence uninitialized variable warning.Vinson Lee
2010-01-26mesa/st: code cleanups for new blend functionalityRoland Scheidegger
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger
2010-01-25Fix compressed texture loads for non-minimal pitches againLuca Barbieri
2010-01-24st/mesa: fix int->uint conversion for negative scissor bound valuesBrian Paul
2010-01-24st/mesa: fix unsigned/signed breakage in scissorXavier Chantry
2010-01-22st/mesa: fix incorrect freeing of drawpixels vertex shadersBrian Paul
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-21st/mesa: Remove unnecessary header from st_cb_viewport.c.Vinson Lee
2010-01-21mesa: Use pipe_buffer_write_nooverlap where appropriate.José Fonseca
2010-01-20gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger
2010-01-20st/mesa: fix format logic in compatible_src_dst_formats()Brian Paul
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19st/mesa: enable EXT_framebuffer_multisampleMarek Olšák
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs
2010-01-18mesa: Handle PIPE_FORMAT_B8G8R8X8_UNORM.José Fonseca
2010-01-18st/mesa: change instruction count assertion to > 0Brian Paul
2010-01-18st/mesa: updated comments and whitespaceBrian Paul
2010-01-18st/mesa: fix memory leak in st_translate_mesa_programMarcin Slusarz
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger