summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-07configure: Fix matching for dri driver to actually workKristian Høgsberg1-0/+2
2010-01-07makefile: added src/glsl/Makefile.template to tarball listBrian Paul1-0/+1
2010-01-07i965g: updates for draw retvalKeith Whitwell1-11/+9
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca5-1727/+0
2010-01-07gallium: Fix texture sampling with explicit LOD in softpipe.Michal Krol5-53/+113
2010-01-07gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...Michal Krol5-98/+123
2010-01-07tgsi: Cleanup exec_tex().Michal Krol1-49/+40
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol2-5/+9
2010-01-06r300g: add back-face color VS outputsMarek Olšák2-7/+37
2010-01-06r300g: fix SWTCL stream locations of texture coordinatesMarek Olšák1-1/+1
2010-01-06r300g: if no DS buffer is set, disable reading from and writing to itMarek Olšák2-2/+10
2010-01-06r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák4-34/+58
2010-01-06r300g: add WPOSMarek Olšák6-3/+124
2010-01-06r300/compiler: add full viewport transformation support in WPOS codegenMarek Olšák4-6/+16
2010-01-06r300g: consolidate paramsMarek Olšák1-3/+6
2010-01-06r300g: fix outputting depth in the FSMarek Olšák2-3/+18
2010-01-06r300g: optimize blending by conditionally disabling reads from the colorbufferMarek Olšák2-3/+30
2010-01-06r300g: optimize blending by discarding pixels that don't change the colorbufferMarek Olšák2-3/+162
2010-01-06r300g: fix blending when SRC_ALPHA_SATURATE is usedMarek Olšák1-2/+7
2010-01-06util/blitter: allow NULL CSOs to be savedMarek Olšák1-10/+17
2010-01-06softpipe: fix draw return valueKeith Whitwell1-1/+1
2010-01-06r300g: add missing is_anistropic paramBrian Paul1-1/+2
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul1-1/+1
2010-01-06gallium/docs: finish up description of pipe_rasterizer_state fieldsBrian Paul1-29/+94
2010-01-06configs: set INTEL_LIBS, INTEL_CFLAGS, etcBrian Paul1-0/+6
2010-01-06util: Fix format descriptor table entries.Michal Krol1-11/+11
2010-01-06pipe_sampler_state::compare_mode is not a boolean enable flag.Michal Krol6-9/+9
2010-01-06util: Handle the remaining format cases in pipe_tile_raw_to_rgba().Michal Krol1-23/+4
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol4-27/+25
2010-01-06i965g: fix invalid assertion in emit_xpd(), againBrian Paul1-1/+1
2010-01-06Merge remote branch 'origin/mesa_7_7_branch'José Fonseca13-340/+379
2010-01-06glew: Update to version 1.5.2.José Fonseca7-120/+3230
2010-01-06pipebuffer: Multi-threading fixes for fencing.José Fonseca1-111/+170
2010-01-06gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri13-36/+17
2010-01-05docs: added more GL3 itemsBrian Paul1-1/+5
2010-01-05mesa: added GL_MAJOR_VERSION and GL_MINOR_VERSION queriesBrian Paul2-0/+26
2010-01-05mesa: call _mesa_compute_version() to set context's version infoBrian Paul2-80/+6
2010-01-05mesa: added version.c to buildBrian Paul2-0/+2
2010-01-05mesa: added _mesa_compute_version() in new version.c fileBrian Paul2-0/+137
2010-01-05mesa: added version fields to GLcontextBrian Paul1-0/+4
2010-01-05gallium/util: replace 8 with PIPE_MAX_COLOR_BUFSBrian Paul1-2/+2
2010-01-05gallium/util: comments and whitespace fixesBrian Paul1-3/+15
2010-01-05docs: added link to wiki page about missing Mesa featuresBrian Paul1-0/+3
2010-01-05i965g: fix invalid assertion in emit_xpd()Brian Paul1-1/+1
2010-01-05i965: fix invalid assertion in emit_xpd()Brian Paul1-1/+1
2010-01-05tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3()Roel Kluin1-1/+1
2010-01-05i965: Fix build after blind merge of mesa 7.7 by Brian.Eric Anholt1-2/+3
2010-01-05st/mesa: fix broken translation of negative register indexesBrian Paul1-4/+16
2010-01-05ARB prog parser: regenerated parser fileBrian Paul1-2/+5
2010-01-05ARB prog parser: fix parameter binding typeBrian Paul1-2/+5