summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
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-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-17intel: remove extra \n from warning stringBrian Paul
2009-06-17i965: send all warnings through _mesa_warning()Robert 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-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-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-15intel: Release fb backing regions in intelDestroyBuffer()Shuang He
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: 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-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
2009-06-19intel: Update Mesa state before span setup in glReadPixels.Eric Anholt
2009-06-19intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt
2009-06-19intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.Eric Anholt
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-19intel: Do not access pbo's buffer directly when attaching.Chia-I Wu
2009-06-19intel: Data are copied in the wrong direction when breaking COW tie.Chia-I Wu
2009-06-19intel: Fix migration from sys_buffer in intel_bufferobj_buffer.Chia-I Wu
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer
2009-06-17i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.Eric Anholt
2009-06-16Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-15enable ARB_half_float_pixel for intel driversRoland Scheidegger
2009-06-15intel: fix (cosmetic) typo flag used twiceRoland Scheidegger
2009-06-11intel: intel_texture_drawpixels() can't handle GL_DEPTH_STENCIL.Michel Dänzer
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt
2009-06-09intel: Remove an unneeded hunk that slipped in with texture tiling.Eric Anholt
2009-06-09intel: Base tri clearing depth on Y tiling, not IS_I965().Eric Anholt
2009-06-09intel: Fix intel_region_unmap to do unmap, not map.Eric Anholt
2009-06-09i965: added intelFlush() call in intel_get_tex_image()Brian Paul
2009-06-09intel: use GLboolean, not int, for compressed parameterBrian Paul