summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09glx: Allow glXSwapInterval(0) when vblank_mode=0.Eric Anholt1-1/+3
2012-10-09glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt3-52/+10
2012-10-09glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt3-66/+21
2012-10-09glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt3-54/+34
2012-10-09glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.Eric Anholt1-61/+0
2012-10-09egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt2-9/+0
2012-10-09egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt2-14/+1
2012-10-09egl: Unifdef dri_interface.h defines.Eric Anholt1-6/+0
2012-10-09glx: Unifdef some dri_interface.h defines.Eric Anholt1-14/+1
2012-10-09glx: Require xcb_dri2 for building glxdri2.c.Eric Anholt1-1/+1
2012-10-09glx: Remove the last user of -DUSE_XCB.Eric Anholt2-6/+0
2012-10-09glx: Unifdef USE_XCB.Eric Anholt4-248/+0
2012-10-09egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt1-2/+4
2012-10-09r600g: use a select to handle front/back color in llvmVincent Lejeune2-5/+44
2012-10-09r600g: frontcolor tracks its associated backcolorVincent Lejeune2-25/+35
2012-10-09Remove VAAPI support.Matt Turner19-1524/+4
2012-10-09nv50: fix build after "nv50: fix printf warning"Marcin Slusarz1-0/+2
2012-10-09nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2-4/+2
2012-10-09r600g: Fix build with --enable-openclTom Stellard1-1/+3
2012-10-09mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_contextIan Romanick1-2/+1
2012-10-09intel: Add missing #include <time.h>Quentin Glidic1-0/+1
2012-10-09i965: Delete some dead code from brw_eu_emit.c.Kenneth Graunke2-120/+0
2012-10-09docs: add missing release dateAndreas Boll1-0/+2
2012-10-09docs: update release notes for 9.0Andreas Boll1-2/+4
2012-10-09docs: add news item for 9.0 releaseAndreas Boll1-0/+8
2012-10-09mesa: remove unused _mesa_cpal_compressed_format_type() functionBrian Paul2-18/+0
2012-10-09nv50: fix printf warningMarek Olšák1-1/+2
2012-10-09nv30: fix type conversion warningMarek Olšák1-1/+1
2012-10-09i915g: fix unused variable and type conversion warningsMarek Olšák2-2/+1
2012-10-09teximage: Remove unnecessary compressed format checkDaniel Stone1-4/+0
2012-10-09docs: update FAQAndreas Boll1-19/+24
2012-10-09nv50: point vertex runout at a valid addressBen Skeggs1-0/+12
2012-10-09nvc0: point vertex runout at a valid addressBen Skeggs1-5/+16
2012-10-09nvc0: fix missing permanent bo reference on poly cacheBen Skeggs1-0/+1
2012-10-08Revert "st/mesa: remove unused variables to fix compile warnings"Brian Paul1-0/+2
2012-10-08mesa: minor whitespace fixes in teximage.cBrian Paul1-2/+2
2012-10-09st/mesa: remove unused variables to fix compile warningsMarek Olšák1-1/+0
2012-10-09mesa: remove unused variables to fix compile warningsMarek Olšák1-7/+0
2012-10-09softpipe: initialize quadColor2 to fix compile warningsMarek Olšák1-1/+1
2012-10-09r600g: remove unused variables to fix compile warningsMarek Olšák2-4/+0
2012-10-09llvmpipe: remove unused variables to fix compile warningsMarek Olšák2-6/+3
2012-10-08i915g: Don't clobber I915_NEW_FS on new framebuffer.Stéphane Marchesin1-1/+1
2012-10-08i965/fs: Improve performance of copy/constant propagation.Eric Anholt2-18/+30
2012-10-08i965/fs: Move constant propagation to the same codebase as copy prop.Eric Anholt3-165/+124
2012-10-08i965: Remove the old ARB_fragment_program backend.Eric Anholt9-4810/+0
2012-10-08i965: Replace brw_wm_* with dumping code into the fs_visitor.Eric Anholt10-109/+860
2012-10-08i965: Reduce maximum GL_ARB_fragment_program instruction count to 1024.Eric Anholt1-4/+4
2012-10-08i965/fs: Add a couple more algebraic cases that help some ARB_fp patterns.Eric Anholt1-0/+23
2012-10-08i965/fs: Pull ir_binop_min/ir_binop_max handling to a separate function.Eric Anholt2-31/+23
2012-10-08i965/fs: Refactor rectangle/GL_CLAMP texture coordinate adjustment.Eric Anholt2-21/+16