summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-05-27radeon: emit scissor before emiting verticesJerome Glisse
2009-05-27radeon: emit scissor when using cs submission style.Jerome Glisse
2009-05-25radeon: on update drawable don't firevertices as it might be call from GetLockJerome Glisse
2009-05-25r200: emit scissor when dri2 is enabledJerome Glisse
2009-05-25r200: fix multitexturing in dri2 pathJerome Glisse
2009-05-25r200: emit cliprect with indexed primitiveJerome Glisse
2009-05-24radeon: realloc dma if needed after revalidateJerome Glisse
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-05-22radeon: reading back to scratch reg through status map doesn't workJerome Glisse
2009-05-21radeon: maxbuffer size is in bytesJerome Glisse
2009-05-20r200: fix vbo array renderingJerome Glisse
2009-05-20radeon: Increase reference count of current renderbuffers.Michel Dänzer
2009-05-20Merge branch 'master' into radeon-rewriteMichel Dänzer
2009-05-20radeon: set max texture sizeJerome Glisse
2009-05-20r200: fix indexed draw color order and cs missmatchJerome Glisse
2009-05-19st: reformatting, comments, var renamingBrian Paul
2009-05-19Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-19mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTMathias Fröhlich
2009-05-19mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul
2009-05-19mesa: print more info when valid_texture_object() failsBrian Paul
2009-05-18Merge branch 'mesa_7_5_branch'Brian Paul
2009-05-18st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()Brian Paul
2009-05-18mesa: comments for _mesa_generate_mipmap_level()Brian Paul
2009-05-18st: fix incorrect target parameter to screen->is_format_supported()Brian Paul
2009-05-18radeon: fix DRI1 cmd streamJerome Glisse
2009-05-16r300: cleanup vertex program related functionsMaciej Cencora
2009-05-16r300: minor code movementMaciej Cencora
2009-05-16r300: more cleanupMaciej Cencora
2009-05-16r300: move some code to common pathMaciej Cencora
2009-05-16r300: rename functionsMaciej Cencora
2009-05-16r300: move forward declarations to where they belongMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-05-16r300: r300EmitArrays should never failMaciej Cencora
2009-05-16r300: remove unnecessary switch casesMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
2009-05-15intel: Don't complain on falling back from PBO fastpaths.Eric Anholt
2009-05-15mesa: Mark FBOs with compressed color attachments as FBO-incomplete.Eric Anholt
2009-05-15i915: Fix 945 cube map layout for the small mipmaps along the bottom.Steinar H. Gunderson
2009-05-15i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt
2009-05-15i915: Only use the new 945 cube layout for compressed textures.Eric Anholt
2009-05-15mesa: bump version to 7.5-rc2Brian Paul
2009-05-14i965: Fix varying payload reg assignment for the non-GLSL-instructions path.Eric Anholt
2009-05-14i965: Fix register allocation of GLSL fp inputs.Eric Anholt
2009-05-14intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt
2009-05-14intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt
2009-05-14i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison
2009-05-14i965: send all warnings through _mesa_warning()Robert Ellison
2009-05-14r300: don't send now forbidden register to kernel when with memory managerJerome Glisse
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer
2009-05-13R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher