summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2009-06-26Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-26intel / DRI2: Additional flush of fake front-buffer to real front-bufferIan Romanick
2009-06-26i965: fix fetching constants from constant buffer in glsl pathRoland Scheidegger
2009-06-22i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger
2009-06-22intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer
2009-06-22i965: added intelFlush() call in intel_get_tex_image()Brian Paul
2009-06-19intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-17intel: remove extra \n from warning stringBrian Paul
2009-06-17i965: fix 1D texture borders with GL_CLAMP_TO_BORDERRobert Ellison
2009-06-17i965: send all warnings through _mesa_warning()Robert Ellison
2009-06-17i965: fix segfault on low memory conditionsRobert Ellison
2009-06-17i915: Don't put VBOs in graphics memory unless required for an operation.Eric Anholt
2009-06-17i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt
2009-06-17i915: Restore the Viewport and DepthRange functions on 8xx.Eric Anholt
2009-06-17i956: Make state dependency of SF on drawbuffer bounds match Mesa's.Eric Anholt
2009-06-17intel: Don't complain on falling back from PBO fastpaths.Eric Anholt
2009-06-17i915: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Eric Anholt
2009-06-17i915: Only use the new 945 cube layout for compressed textures.Eric Anholt
2009-06-17i965: Fix varying payload reg assignment for the non-GLSL-instructions path.Eric Anholt
2009-06-17i965: Fix register allocation of GLSL fp inputs.Eric Anholt
2009-06-17intel: Use FRONT_AND_BACK for StencilOp as well.Eric Anholt
2009-06-17intel: Use GL_FRONT_AND_BACK for stencil clearing.Eric Anholt
2009-06-17intel: Skip the DRI2 renderbuffer update when doing Viewport on an FBO.Eric Anholt
2009-06-17intel: Map write-only buffer objects through the GTT when possible.Eric Anholt
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Brian Paul
2009-06-16i965: fix bugs in projective texture coordinatesBrian Paul
2009-06-15intel: Release fb backing regions in intelDestroyBuffer()Shuang He
2009-06-26r200: make use of DMA buffers for Elts a lot better.Dave Airlie
2009-06-26r200: only emit unitneeded texturesDave Airlie
2009-06-25radeon: fix hw texture limitsRoland Scheidegger
2009-06-25radeon/r200: add some hw texture limitsDave Airlie
2009-06-25radeon: fix stupidity in cs space check code.Dave Airlie
2009-06-24intel: fix additional merge conflicts missed in previous commitBrian Paul
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-23i965: Disable texture tiling by default.Eric Anholt
2009-06-23i965: Set the max index buffer address correctly according to the docs.Eric Anholt
2009-06-23i965: Don't set a reserved bit in MI_FLUSH.Eric Anholt
2009-06-23i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt
2009-06-23i965: Fix packed depth/stencil textures to be Y-tiled as well.Eric Anholt
2009-06-23intel: Bail on blits with non-tile-aligned offsets.Eric Anholt
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt
2009-06-23intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt
2009-06-23intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt
2009-06-23intel: Refuse to do texture tiling if we don't have the kernel support.Eric Anholt
2009-06-23Fix crash when debug output is enabled and sarea is notset in r200ClearPauli Nieminen
2009-06-22i965: Fix warnings in intel_pixel_read.c.Eric Anholt
2009-06-22intel: Fix glReadPixels regression since changing context init order.Michel Dänzer
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt