summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-24identity: Add new identity driverJakob Bornecrantz9-0/+1711
2009-06-23i965: Disable texture tiling by default.Eric Anholt1-5/+1
2009-06-23i965: Set the max index buffer address correctly according to the docs.Eric Anholt1-1/+1
2009-06-23i965: Don't set a reserved bit in MI_FLUSH.Eric Anholt1-1/+1
2009-06-23dri2: Refresh the fake front contents after glXSwapBuffers().Eric Anholt1-0/+7
2009-06-23i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt4-3/+9
2009-06-23i965: Fix packed depth/stencil textures to be Y-tiled as well.Eric Anholt2-1/+4
2009-06-23intel: Bail on blits with non-tile-aligned offsets.Eric Anholt1-6/+18
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt10-90/+137
2009-06-23intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt5-10/+13
2009-06-23intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt4-106/+0
2009-06-23intel: Refuse to do texture tiling if we don't have the kernel support.Eric Anholt1-0/+6
2009-06-23Fix crash when debug output is enabled and sarea is notset in r200ClearPauli Nieminen1-1/+4
2009-06-22mesa: From float type modifier from values to large for singlesIan Romanick1-7/+7
2009-06-22st/mesa: fix setup_edgeflags() regressionBrian Paul1-1/+3
2009-06-22gallium-intel: Improve Xorg Makefile a bitJakob Bornecrantz1-15/+27
2009-06-22st/xorg: Convert to template makefileJakob Bornecrantz1-24/+13
2009-06-22st/dri: Fix typo when checking for depth formatsJakob Bornecrantz1-1/+1
2009-06-22i965: Fix warnings in intel_pixel_read.c.Eric Anholt1-0/+4
2009-06-22intel: Fix glReadPixels regression since changing context init order.Michel Dänzer2-4/+4
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt4-1/+29
2009-06-19intel: Update Mesa state before span setup in glReadPixels.Eric Anholt3-3/+13
2009-06-19intel: Move intel_pixel_read.c to shared for use with i965.Eric Anholt2-306/+307
2009-06-19intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.Eric Anholt1-2/+4
2009-06-19intel: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt3-4/+4
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt1-1/+1
2009-06-19mesa: Make VBO dlist printing use the same path as other dlist printing.Eric Anholt1-12/+12
2009-06-19intel: Do not access pbo's buffer directly when attaching.Chia-I Wu1-2/+7
2009-06-19intel: Data are copied in the wrong direction when breaking COW tie.Chia-I Wu1-1/+1
2009-06-19intel: Fix migration from sys_buffer in intel_bufferobj_buffer.Chia-I Wu1-3/+7
2009-06-20radeon: make cubemap mipmap generation workRoland Scheidegger1-16/+13
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer3-16/+11
2009-06-19radeon: fix cube maps for non-mm pathRoland Scheidegger1-2/+33
2009-06-19st/mesa: restore some parameter checking buffer object functionsBrian Paul1-0/+10
2009-06-19r200: fix cube maps for non-mm pathRoland Scheidegger1-1/+28
2009-06-19i965: initial code for loops in vertex programsBrian Paul1-2/+38
2009-06-19i965: asst clean-ups, etc in brw_vs_emit()Brian Paul1-11/+10
2009-06-19i965: asst clean-ups, var renaming in brw_wm_emit_glsl()Brian Paul1-21/+23
2009-06-19st/mesa: remove redundant st_buffer_object::size field and error checksBrian Paul2-9/+0
2009-06-19st/mesa: no longer special-case buffer object 0 in st_buffer_object() cast wr...Brian Paul1-9/+2
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger3-0/+6
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul3-30/+23
2009-06-19mesa: make buffer object-related driver fallback functions staticBrian Paul3-73/+40
2009-06-19mesa: create/destroy buffer objects via driver functionsBrian Paul1-2/+2
2009-06-19i965simple: use u_reduced_prim() functionBrian Paul1-16/+3
2009-06-19draw: use u_reduced_prim() functionBrian Paul4-28/+4
2009-06-19softpipe: use u_reduced_prim()Brian Paul1-15/+2
2009-06-19gallium/util: s/boolean/unsigned/Brian Paul1-1/+1
2009-06-19softpipe: whitespace, reformattingBrian Paul1-8/+5
2009-06-19Merge branch 'ext-provoking-vertex'Brian Paul32-2881/+3342