summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-24wgl: Handle flush after a window is destroyed.José Fonseca
2009-06-24identity: Add new identity driverJakob Bornecrantz
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-23dri2: Refresh the fake front contents after glXSwapBuffers().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-22mesa: From float type modifier from values to large for singlesIan Romanick
2009-06-22st/mesa: fix setup_edgeflags() regressionBrian Paul
2009-06-22i965: handle OPCODE_SWZ in the glsl pathRoland Scheidegger
2009-06-22Disable SGI_swap_control extension for DRI2Owen W. Taylor
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-22mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTS/ in NV funcsBrian Paul
2009-06-22mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul
2009-06-22mesa: s/MAX_VERTEX_PROGRAM_ATTRIBS/MAX_NV_VERTEX_PROGRAM_INPUTSBrian Paul
2009-06-22mesa: fix some potential state-restore issues in pop_texture_group()Brian Paul
2009-06-22vbo: return VP_NONE from get_program_mode() if running fixed-func vertex programBrian Paul
2009-06-22mesa: create/use a fallback texture when bound texture is incompleteBrian Paul
2009-06-22gallium-intel: Improve Xorg Makefile a bitJakob Bornecrantz
2009-06-22st/xorg: Convert to template makefileJakob Bornecrantz
2009-06-22st/dri: Fix typo when checking for depth formatsJakob Bornecrantz
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: Fix other metaops versus GL_COMPILE_AND_EXECUTE dlists.Eric Anholt
2009-06-19intel: Fix glClear behavior versus display lists.Eric Anholt
2009-06-19mesa: Make VBO dlist printing use the same path as other dlist printing.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-20radeon: make cubemap mipmap generation workRoland Scheidegger
2009-06-19intel: Fixups for 'mesa: create/destroy buffer objects via driver functions'.Michel Dänzer
2009-06-19radeon: fix cube maps for non-mm pathRoland Scheidegger
2009-06-19st/mesa: restore some parameter checking buffer object functionsBrian Paul
2009-06-19r200: fix cube maps for non-mm pathRoland Scheidegger
2009-06-19i965: initial code for loops in vertex programsBrian Paul