summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-01-08DRI2/GLX: add INTEL_swap_event supportJesse Barnes
2010-01-08DRI2: add SwapBuffers supportJesse Barnes
2010-01-04r600: support vertex_array_bgraAndre Maasikas
2010-01-03mesa: fix blend enable/disable calls in meta.c codeFrancis Galiegue
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-29tdfx: Silence uninitialized variable warning.Vinson Lee
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-29mesa: per-buffer blend enabled flagsBrian Paul
2009-12-28intel: Fix false positives in checking for non-packed depth/stencil RB.Eric Anholt
2009-12-28intel: Allow binding a stencil but not a depth buffer.Eric Anholt
2009-12-28intel: Improve INTEL_DEBUG=fbo output.Eric Anholt
2009-12-28intel: Remove dead fthrottle_mode option. We only do IRQ waits.Eric Anholt
2009-12-28intel: Silence compiler warnings.Vinson Lee
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-26i915: Fix assert.Vinson Lee
2009-12-26i965: Extra asserts on flow control instructions to clarify for clang.Eric Anholt
2009-12-26i965: Clean up double initialization of dst_flags from a rebase resolve.Eric Anholt
2009-12-26i965: Fix setup of immediate types for gen4 disasm.Eric Anholt
2009-12-25intel: Silence implicit function declaration warning.Vinson Lee
2009-12-24i965: Fix assert.Vinson Lee
2009-12-24i965: Add missing va_end.Vinson Lee
2009-12-22ffb: Silence compiler warnings.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-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-21intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick
2009-12-21Merge branch 'mesa_7_7_branch'Ian Romanick
2009-12-21intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick
2009-12-21osmesa: Fix a copy/paste error in building libOSMesaJeremy Huddleston
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-21Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-22radeon: drop assert accessing cref which is meant to be hiddenDave Airlie
2009-12-22radeon: drop unused members of radeon_state.Dave Airlie
2009-12-22r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie
2009-12-21osmesa: added new GLSL libsBrian Paul
2009-12-21r600: fix glFrontFace(GL_CW)Dave Airlie
2009-12-21r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas
2009-12-21r600: disallow negative offsets for relative addressing for nowAndre Maasikas