summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-12-10intel: Remove ARGB internal_format == GL_RGB hacksIan Romanick
2009-12-10intel: Make RGB textures use XRGB8888Ian Romanick
2009-12-10intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Ian Romanick
2009-12-10i965: Fix handling of drawing to MESA_FORMAT_XRGB8888Ian Romanick
2009-12-10intel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REV for XRGB8888Ian Romanick
2009-12-10spantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_8_8_REVIan Romanick
2009-12-10intel: name in intel_create_renderbuffer was always 0, removeIan Romanick
2009-12-10intel: Use texformat accessor to get bytes-per-pixelIan Romanick
2009-12-10intel: softwareBuffer in intel_alloc_renderbuffer_storage was always false, r...Ian Romanick
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-12-10intel: Flush the render/texture cache when finishing render to texture.Eric Anholt
2009-12-10intel: Attempt to fix up after "Update vertex texture code."Eric Anholt
2009-12-09r600 : add pre-compile mesa shader calling interface, in order to handleRichard Li
2009-12-09r600: fix state size prediction after dc0777d3Andre Maasikas
2009-12-09meta: Bind texture to unit 0 for mipmap generationIan Romanick
2009-12-08i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.Eric Anholt
2009-12-08r600: and finally fix SCSAndre Maasikas
2009-12-08r600: remove (now) dead codeAndre Maasikas
2009-12-08r600: fix SIN alsoAndre Maasikas
2009-12-08r600: use the new inline constants feature to fix COSAndre Maasikas
2009-12-08r600: add assembler support for literal(inline) constantsAndre Maasikas
2009-12-08r600: merge alu_instruction/alu_instruction2Andre Maasikas
2009-12-08r600: add ABS support for source regs to assemblerAndre Maasikas
2009-12-08r600: glsl - allow specifying texture sampler via uniformsAndre Maasikas
2009-12-08r600: implement FRAG_ATTRIB_FACE, glsl/twoside worksAndre Maasikas
2009-12-08r600: quick hack to get KIL_NV working - does condition TR only for nowAndre Maasikas
2009-12-08r600: wip glsl - refactor conditional instructions a bitAndre Maasikas
2009-12-08r600: execute SET funtions on all channelsAndre Maasikas
2009-12-18i915: Fix GL_TEXTURE_MAX_LEVEL support (piglit levelclamp test).Eric Anholt
2009-12-18i915: Clean up some unnecessary x/y miptree code.Eric Anholt
2009-12-18i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt()Eric Anholt
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-08Merge branch 'mesa_7_6_branch' into mesa_7_7_branchAndre Maasikas
2009-12-08r600: add support for TXB instructionAndre Maasikas
2009-12-08r600: reorder state for render_target and blendAndre Maasikas
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-07Revert "intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system ...Ian Romanick
2009-12-07radeon: fix cases when only first image where put directly into miptree.Maciej Cencora
2009-12-07radeon: fix image migration for small compressed texturesMaciej Cencora
2009-12-06dri: Fix potential null pointer dereference in driBindContext.Vinson Lee
2009-12-06dri: Fix potential null pointer deference in dri_put_drawable.Vinson Lee
2009-12-05radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher
2009-12-05radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer
2009-12-04radeon: fix polygon stippleAlex Deucher
2009-12-03radeon: workaround an FBO issueMaciej Cencora
2009-12-03radeon: properly check if image should be placed in the miptreeMaciej Cencora
2009-12-03r200: fix polygon stippleAlex Deucher
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz
2009-12-02intel: Make RGB renderbuffers use XRGB8888 like we do for RGB system buffers.Eric Anholt