summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-05mesa: bump version to 7.7.1-DEVELBrian Paul3-6/+6
2010-01-05Merge commit 'origin/gallium-draw-retval'Keith Whitwell27-270/+240
2010-01-05r600: adjust after radeon mipmap changes in 7118db8700Andre Maasikas2-6/+5
2010-01-05r600: support depth compare functions & shadow_ambientAndre Maasikas5-2/+98
2010-01-05tgsi: Simplify implementation of few interpreter's instructions.Michal Krol1-384/+311
2010-01-05tgsi: Use FREE() to release MALLOC-ed() memories in sanity.Michal Krol1-4/+4
2010-01-05tgsi: Fix bogus loop condition in sanity.Michal Krol1-2/+2
2010-01-05tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.Michal Krol1-1/+1
2010-01-05tgsi: Store ADDR file in interpreter as an int.Michal Krol1-18/+44
2010-01-05tgsi: Remove dead micro_umod().Michal Krol1-14/+0
2010-01-05tgsi: Make interpreter aware of float and integer data types.Michal Krol1-109/+133
2010-01-05gallium: Add UMOD TGSI opcode.Michal Krol4-11/+28
2010-01-05gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.Michal Krol4-12/+184
2010-01-05tgsi/ureg: Improve immediate match & expand logic.Michal Krol1-6/+10
2010-01-05tgsi: Support signed/unsigned integer immediate types.Michal Krol5-47/+215
2010-01-05gallium: Add signed/unsigned int immediate data types.Michal Krol1-0/+4
2010-01-05tgsi: Cleanup interpreter code for other existing integer opcodes.Michal Krol1-116/+66
2010-01-05Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.Michal Krol7-8/+8
2010-01-05tgsi: Implement new integer opcodes.Michal Krol3-225/+413
2010-01-05gallium: Add more integer TGSI opcodes.Michal Krol1-1/+22
2010-01-04mesa: added _mesa_[Get]TexParameterI[u]iv() functionsBrian Paul2-1/+128
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul21-83/+84
2010-01-04mesa: use get_texobj() in _mesa_GetTexParameter() funcsBrian Paul1-35/+16