summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-24mklib: expand .a into .o files on FreeBSD, put common code into subroutinesBrian Paul
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell
2009-12-24i965g: strict aliasing changesKeith Whitwell
2009-12-24gallium/util: quieten compilerKeith Whitwell
2009-12-24i965g: calculate depth min/maxKeith Whitwell
2009-12-24nv50: support TGSI_OPCODE_CONTChristoph Bumiller
2009-12-24nv50: make edgeflags workChristoph Bumiller
2009-12-23llvmpipe: Install unit tests on build/xxx/binJosé Fonseca
2009-12-23util: Define common dynamic library extensions.José Fonseca
2009-12-23glsl/pp: move static functions out of header fileKeith Whitwell
2009-12-23glsl/pp: quieten compiler about missing case statementsKeith Whitwell
2009-12-23i965g: Rename {pf->util_format}_is_depth_or_stencil()Tomas Carnecky
2009-12-23rbug: rename pf_is_compressed to util_format_is_compressedRoland Scheidegger
2009-12-23[i965] Rename {pf -> util}_format_is_depth_or_stencil()Tomas Carnecky
2009-12-22progs/tests: Fix build.Vinson Lee
2009-12-22intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt
2009-12-22mesa: Fix a NULL deref in glDeleteFragmentShaderATI(badname);Eric Anholt
2009-12-22mesa: remove unnecessary store.Eric Anholt
2009-12-22mesa: Remove an unnecessary store reported by clang.Eric Anholt
2009-12-22intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt
2009-12-22i915: Fix use of uninitialized variable in OPCODE_NOISE stub.Eric Anholt
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul
2009-12-22mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instructionBrian Paul
2009-12-22mesa: added some assertions in BNGLOOP/ENDLOOP casesBrian Paul
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-22scons: Set the default windows platform to be windows userspace.José Fonseca
2009-12-22tgsi: Implement BREAKC in interpreter.Michal Krol
2009-12-22i965g: fix bo_referenceKeith Whitwell
2009-12-22i965g: update for u_format changesKeith Whitwell
2009-12-22Merge branch 'i965g-restart'Keith Whitwell
2009-12-22nv50: correct the negation of DDY sourcesChristoph Bumiller
2009-12-21intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick
2009-12-21Merge branch 'mesa_7_7_branch'Ian Romanick
2009-12-21Add MD5 checksums for 7.6.1 releaseIan Romanick
2009-12-21Add MD5 checksums for 7.7 releaseIan Romanick
2009-12-21mesa: set version string to 7.7Ian Romanick
2009-12-21intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-21mesa: set version string to 7.6.1Ian Romanick
2009-12-21glsl: assorted clean-ups in slang_compile.cBrian Paul
2009-12-21progs/perf: Fix MSVC build.Vinson Lee
2009-12-21mesa: Fix missing finite symbol error on Windows.José Fonseca
2009-12-21mesa: Include <unistd.h> only when one is available.Michal Krol