summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_stateMarek Olšák2012-10-103-14/+22
* r600g: move DB_SHADER_CONTROL into db_misc_stateMarek Olšák2012-10-106-36/+27
* r600g: emit PS_PARTIAL_FLUSH at the beginning of CSMarek Olšák2012-10-102-0/+12
* r600g: atomize depth-stencil-alpha stateMarek Olšák2012-10-108-50/+28
* r600g: atomize rasterizer stateMarek Olšák2012-10-107-173/+126
* r600g: sort variables in r600_contextMarek Olšák2012-10-104-93/+79
* r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command bufferMarek Olšák2012-10-102-36/+36
* r600g: atomize scissor stateMarek Olšák2012-10-108-78/+48
* r600g: atomize polygon offset stateMarek Olšák2012-10-107-123/+121
* r600g: atomize fetch shaderMarek Olšák2012-10-109-121/+67
* r600g: remove the dual_src_blend flag from the shader keyMarek Olšák2012-10-103-3/+4
* r600g: atomize blend stateMarek Olšák2012-10-109-176/+182
* r600g: inline r600_atom_dirtyMarek Olšák2012-10-108-52/+47
* r600g: remove the "atom" variable from r600_command_bufferMarek Olšák2012-10-106-37/+34
* egl: Remove bogus invalidate code.Eric Anholt2012-10-091-5/+0
* egl: Add support for driconf control of swapinterval.Eric Anholt2012-10-093-8/+77
* glx: Replace DRI2SwapBuffers() custom protocol with XCB.Eric Anholt2012-10-093-52/+31
* glx: Fix some indentation.Eric Anholt2012-10-091-5/+5
* glx: Replace DRI2SwapInterval custom protocol with XCB.Eric Anholt2012-10-093-29/+2
* glx: Reuse setSwapInterval for setting initial swap interval.Eric Anholt2012-10-091-5/+2
* glx: Allow glXSwapInterval(0) when vblank_mode=0.Eric Anholt2012-10-091-1/+3
* glx: Replace DRI2GetMSC custom protocol with XCB.Eric Anholt2012-10-093-52/+10
* glx: Replace DRI2WaitForMSC custom protocol with XCB.Eric Anholt2012-10-093-66/+21
* glx: Replace DRI2WaitForSBC custom protocol with XCB.Eric Anholt2012-10-093-54/+34
* glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.Eric Anholt2012-10-091-61/+0
* egl: Quit checking for a bug in old xcb when we require new xcb.Eric Anholt2012-10-091-4/+0
* egl: Drop xcb ifdefs by just requiring a version from this year.Eric Anholt2012-10-091-13/+0
* egl: Unifdef dri_interface.h defines.Eric Anholt2012-10-091-6/+0
* glx: Unifdef some dri_interface.h defines.Eric Anholt2012-10-091-14/+1
* glx: Remove the last user of -DUSE_XCB.Eric Anholt2012-10-091-2/+0
* glx: Unifdef USE_XCB.Eric Anholt2012-10-094-248/+0
* egl: Cleanly cast EGLNative* pointers to X11 types.Eric Anholt2012-10-091-2/+4
* r600g: use a select to handle front/back color in llvmVincent Lejeune2012-10-092-5/+44
* r600g: frontcolor tracks its associated backcolorVincent Lejeune2012-10-092-25/+35
* Remove VAAPI support.Matt Turner2012-10-0918-1486/+0
* nv50: fix build after "nv50: fix printf warning"Marcin Slusarz2012-10-091-0/+2
* nouveau: use pre-calculated stride for resource_get_handleMarcin Slusarz2012-10-092-4/+2
* r600g: Fix build with --enable-openclTom Stellard2012-10-091-1/+3
* mesa/tests: Remove driverCtx parameter from call to _mesa_initialize_contextIan Romanick2012-10-091-2/+1
* intel: Add missing #include <time.h>Quentin Glidic2012-10-091-0/+1
* i965: Delete some dead code from brw_eu_emit.c.Kenneth Graunke2012-10-092-120/+0
* mesa: remove unused _mesa_cpal_compressed_format_type() functionBrian Paul2012-10-092-18/+0
* nv50: fix printf warningMarek Olšák2012-10-091-1/+2
* nv30: fix type conversion warningMarek Olšák2012-10-091-1/+1
* i915g: fix unused variable and type conversion warningsMarek Olšák2012-10-092-2/+1
* teximage: Remove unnecessary compressed format checkDaniel Stone2012-10-091-4/+0
* nv50: point vertex runout at a valid addressBen Skeggs2012-10-091-0/+12
* nvc0: point vertex runout at a valid addressBen Skeggs2012-10-091-5/+16
* nvc0: fix missing permanent bo reference on poly cacheBen Skeggs2012-10-091-0/+1
* Revert "st/mesa: remove unused variables to fix compile warnings"Brian Paul2012-10-081-0/+2