summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-185-16/+58
* | | radeon: drop assert accessing cref which is meant to be hiddenDave Airlie2009-12-171-1/+0
* | | radeon: drop unused members of radeon_state.Dave Airlie2009-12-171-3/+0
* | | r600: move structs for legacy cmdbuf into cmdbuf C file.Dave Airlie2009-12-172-16/+15
* | | r600 : clean a bit to prepare to enable gl2.Richard Li2009-12-161-14/+2
* | | r300: Fix typo on < R5xx RS setup for blits.Michel Dänzer2009-12-161-2/+2
* | | r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insertAndre Maasikas2009-12-151-25/+15
* | | r600: fix typos for vert-texAndre Maasikas2009-12-152-3/+3
* | | r600: fix fragment.positionAndre Maasikas2009-12-152-1/+68
* | | r600: add support for FRAG_ATTRIB_PNTCAndre Maasikas2009-12-151-0/+41
* | | r600: add DDX DDY opcodesAndre Maasikas2009-12-151-8/+17
* | | r600 : add texture support for vertex shader.Richard Li2009-12-144-37/+104
* | | r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora2009-12-131-1/+4
* | | r300: fix regression introduced by da73c1edMaciej Cencora2009-12-133-6/+7
* | | r300: fix glCopyTexSubImageMaciej Cencora2009-12-133-10/+6
* | | r300: disable blit debugging infoMaciej Cencora2009-12-122-2/+2
* | | r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora2009-12-121-1/+2
* | | r300: setup render target format for r300/r400 cards tooMaciej Cencora2009-12-121-86/+82
* | | r300: finish blit support for r300Maciej Cencora2009-12-121-4/+52
* | | more blit fixesMaciej Cencora2009-12-122-3/+3
* | | blit WIPMaciej Cencora2009-12-122-9/+25
* | | r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora2009-12-124-0/+167
* | | r300: accelerated blit supportMaciej Cencora2009-12-125-0/+522
* | | r300: fix wrong assertionMaciej Cencora2009-12-121-1/+1
* | | r300: export translateTexFormat functionMaciej Cencora2009-12-122-4/+9