summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-07i965g: updates for draw retvalKeith Whitwell
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol
2010-01-07tgsi: Cleanup exec_tex().Michal Krol
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol
2010-01-06r300g: add back-face color VS outputsMarek Olšák
2010-01-06r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák
2010-01-06r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák
2010-01-06r300g: add WPOSMarek Olšák
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák
2010-01-06r300g: consolidate paramsMarek Olšák
2010-01-06r300g: fix outputting depth in the FSMarek Olšák
2010-01-06r300g: optimize blending by conditionally disabling reads from the colorbufferMarek Olšák
2010-01-06r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák
2010-01-06r300g: fix blending when SRC_ALPHA_SATURATE is usedMarek Olšák
2010-01-06util/blitter: allow NULL CSOs to be savedMarek Olšák
2010-01-06softpipe: fix draw return valueKeith Whitwell
2010-01-06r300g: add missing is_anistropic paramBrian Paul
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul
2010-01-06gallium/docs: finish up description of pipe_rasterizer_state fieldsBrian Paul
2010-01-06util: Fix format descriptor table entries.Michal Krol
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol
2010-01-06util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca
2010-01-06glew: Update to version 1.5.2.José Fonseca
2010-01-06pipebuffer: Multi-threading fixes for fencing.José Fonseca
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri
2010-01-05mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queriesBrian Paul
2010-01-05mesa: call _mesa_compute_version() to set context's version infoBrian Paul
2010-01-05mesa: added version.c to buildBrian Paul
2010-01-05mesa: added _mesa_compute_version() in new version.c fileBrian Paul
2010-01-05mesa: added version fields to GLcontextBrian Paul
2010-01-05gallium/util: replace 8 with PIPE_MAX_COLOR_BUFSBrian Paul
2010-01-05gallium/util: comments and whitespace fixesBrian Paul
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul
2010-01-05i965: fix invalid assertion in emit_xpd()Brian Paul
2010-01-05tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3()Roel Kluin
2010-01-05i965: Fix build after blind merge of mesa 7.7 by Brian.Eric Anholt
2010-01-05st/mesa: fix broken translation of negative register indexesBrian Paul
2010-01-05ARB prog parser: regenerated parser fileBrian Paul
2010-01-05ARB prog parser: fix parameter binding typeBrian Paul
2010-01-05ARB prog parser: regenerated parser filesBrian Paul
2010-01-05ARB prog parser: add allowSwizzle param to initialize_symbol_from_const()Brian Paul
2010-01-05mesa: whitespace changes and commentsBrian Paul
2010-01-05mesa: change constant search behaviour in _mesa_add_unnamed_constant()Brian Paul
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis