summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-2224-62/+108
* intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt2009-12-221-0/+1
* i915: Fix use of uninitialized variable in OPCODE_NOISE stub.Eric Anholt2009-12-221-1/+1
* mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt2009-12-223-6/+7
* intel: Remove unused stored values reported by clang.Eric Anholt2009-12-225-18/+3
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-226-6/+6
* mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul2009-12-221-2/+2
* intel: Replace release info in DRIVER_DATE with "DEVELOPMENT"Ian Romanick2009-12-211-1/+1
* Merge branch 'mesa_7_7_branch'Ian Romanick2009-12-211-1/+1
|\
| * intel: Bump driver date to reflect status as final Q4 driver RCIan Romanick2009-12-211-1/+1
* | osmesa: Fix a copy/paste error in building libOSMesaJeremy Huddleston2009-12-211-1/+1
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-2121-34/+77
|\|
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-211-7/+6
| |\
| | * radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2228-534/+645
| | * radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-221-1/+0
| | * radeon: drop unused members of radeon_state.Dave Airlie2009-12-221-3/+0
| | * r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
| | * r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
| | * r600: Invert front face winding when rendering to FBOAlex Deucher2009-12-161-0/+4
| * | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2228-546/+644
| * | radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-221-1/+0
| * | radeon: drop unused members of radeon_state.Dave Airlie2009-12-221-3/+0
| * | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-222-16/+15
| * | i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt2009-12-181-1/+6
| * | i915: Clean up some unnecessary x/y miptree code.Eric Anholt2009-12-181-10/+1
| * | i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt()Eric Anholt2009-12-181-0/+14
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-168-7/+11
| |\|
| | * unichrome: Silence compiler warnings.Vinson Lee2009-12-153-4/+4
| | * sis: Silence compiler warnings.Vinson Lee2009-12-152-2/+2
| | * savage: Silence compiler warnings.Vinson Lee2009-12-153-3/+6
| | * r128: Silence uninitialized variable warnings in r128_tris.c.Vinson Lee2009-12-151-1/+2
| | * dri: Initialize variable in driBindContext.Vinson Lee2009-12-151-1/+1
| * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-154-6/+14
| |\|
| | * intel: Fallback to software if drawable size is > MaxRenderbufferSizeIan Romanick2009-12-151-3/+8
| | * mga: Silence uninitialized variable warnings.Vinson Lee2009-12-141-1/+2
| | * mach64: Silence uninitialized variable warnings.Vinson Lee2009-12-141-1/+2
| | * i810: Silence uninitialized variable warnings in i180tris.cVinson Lee2009-12-131-1/+2
| * | i965: Use current draw buffer instead of drawable visual to get alpha bitsIan Romanick2009-12-142-3/+3
| * | mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()Brian Paul2009-12-141-3/+3
| * | radeon: fix #25463Maciej Cencora2009-12-121-1/+4
| * | r300: fix depth texturesMaciej Cencora2009-12-112-3/+17
* | | osmesa: added new GLSL libsBrian Paul2009-12-211-1/+5
* | | r600: support more of arb_point_sprite and also sprite_coord_originAndre Maasikas2009-12-211-4/+25
* | | r600: disallow negative offsets for relative addressing for nowAndre Maasikas2009-12-211-1/+9
* | | r600: fix glFrontFace(GL_CW)Dave Airlie2009-12-211-7/+2
* | | radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-2128-546/+644
* | | r300: minor blit reworkMaciej Cencora2009-12-193-23/+113
* | | r300: better fix for glCopyTexSubImageMaciej Cencora2009-12-192-16/+22
* | | radeon: protect fbo allocation message with debugAlex Deucher2009-12-181-2/+3
* | | r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li2009-12-181-1/+1