summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-05ARB prog parser: regenerated parser filesBrian Paul2-275/+285
2010-01-05ARB prog parser: add allowSwizzle param to initialize_symbol_from_const()Brian Paul1-8/+14
2010-01-05mesa: whitespace changes and commentsBrian Paul1-10/+6
2010-01-05mesa: change constant search behaviour in _mesa_add_unnamed_constant()Brian Paul1-4/+4
2010-01-05nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis31-145/+265
2010-01-05nouveau: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz27-1005/+1089
2010-01-05nv50: remove vtxbuf stateobject after a referenced vtxbuf is mappedMaarten Maathuis6-0/+65
2010-01-05svga: Remove stale references to delete shader results.José Fonseca2-0/+14
2010-01-05svga: Rebind shaders when tokens change.José Fonseca3-18/+10
2010-01-05Merge branch 'gallium-docs'Corbin Simpson16-0/+2255
2010-01-05egl: Fix breakage from -fvisibility=hidden.Chia-I Wu12-30/+46
2010-01-05docs: Don't check in generated docs.Corbin Simpson38-6008/+0
2010-01-05docs: Stub out list of modules in core distribution of G3D.Corbin Simpson2-0/+142
2010-01-05st/mesa: added PROGRAM_LOCAL_PARAM case in src_register()Brian Paul1-0/+1
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg164-2237/+903