summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2009-12-26i965: Fix setup of immediate types for gen4 disasm.Eric Anholt1-1/+1
2009-12-25intel: Silence implicit function declaration warning.Vinson Lee1-0/+1
2009-12-25gallium: add geometry shader support to galliumZack Rusin1-1/+2
2009-12-24i965: Fix assert.Vinson Lee1-1/+1
2009-12-24i965: Add missing va_end.Vinson Lee1-0/+1
2009-12-23glsl: Initialize member a_obj of struct slang_operation.Vinson Lee1-0/+1
2009-12-23gallium: only create pipe buffer when size is nonzeroMaarten Maathuis1-6/+10
2009-12-22ffb: Silence compiler warnings.Vinson Lee1-1/+1
2009-12-22intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt6-9/+13
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt8-16/+18
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt16-59/+79
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt24-62/+108
2009-12-22mesa: Fix a NULL deref in glDeleteFragmentShaderATI(badname);Eric Anholt1-3/+5
2009-12-22mesa: remove unnecessary store.Eric Anholt1-3/+0
2009-12-22mesa: Remove an unnecessary store reported by clang.Eric Anholt1-2/+0
2009-12-22intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt1-0/+1
2009-12-22i915: Fix use of uninitialized variable in OPCODE_NOISE stub.Eric Anholt1-1/+1
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt4-12/+7
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt5-18/+3
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt13-26/+12
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul3-9/+27
2009-12-22mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instructionBrian Paul2-6/+20
2009-12-22mesa: added some assertions in BNGLOOP/ENDLOOP casesBrian Paul1-0/+4
2009-12-22mesa: fix binary() function, printf format stringBrian Paul1-3/+5
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger7-112/+130
2009-12-22Merge branch 'i965g-restart'Keith Whitwell1-4/+28
2009-12-21intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick1-1/+1
2009-12-21Merge branch 'mesa_7_7_branch'Ian Romanick1-1/+1
2009-12-21mesa: set version string to 7.7mesa_7_7Ian Romanick1-1/+1
2009-12-21intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick1-1/+1
2009-12-21mesa: set version string to 7.6.1mesa_7_6Ian Romanick1-1/+1
2009-12-21glsl: assorted clean-ups in slang_compile.cBrian Paul1-36/+9
2009-12-21mesa: Fix missing finite symbol error on Windows.José Fonseca1-2/+1
2009-12-21mesa: Include <unistd.h> only when one is available.Michal Krol2-0/+8
2009-12-21osmesa: Fix a copy/paste error in building libOSMesaJeremy Huddleston1-1/+1
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul35-58/+143
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul4-19/+23
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie28-546/+644
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2-16/+15
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie28-534/+645
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie1-1/+0
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie1-3/+0
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2-16/+15
2009-12-21osmesa: added new GLSL libsBrian Paul1-1/+5
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell393-25803/+28504
2009-12-21r600: fix glFrontFace(GL_CW)Dave Airlie1-7/+2
2009-12-21r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas1-4/+25
2009-12-21r600: disallow negative offsets for relative addressing for nowAndre Maasikas1-1/+9