aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/xorg/xorg_driver.c
Commit message (Expand)AuthorAgeFilesLines
* st/xorg: Make resize fail gracefullyJakob Bornecrantz2010-02-271-14/+55
* st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz2010-02-271-2/+23
* st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom2010-02-271-8/+27
* st/xorg: A bit more debugging infoJakob Bornecrantz2010-02-271-0/+6
* st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz2010-02-271-1/+1
* st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom2010-02-271-1/+1
* st/xorg: Update to new libkms interface but be backwards compatibleJakob Bornecrantz2010-01-281-0/+4
* st/xorg: Fix crash on resize with libkmsJakob Bornecrantz2010-01-251-2/+12
* st/xorg: Improve options and print them to logJakob Bornecrantz2010-01-251-3/+17
* st/xorg: Export helper function for detecting modesettingJakob Bornecrantz2010-01-251-0/+22
* st/xorg: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* st/xorg: Fic bug and close drm_api at proper placeJakob Bornecrantz2010-01-201-7/+17
* st/xorg: Don't leak BusID bufferJakob Bornecrantz2010-01-191-0/+1
* st/xorg: Pass kernel driver name to drmOpenJakob Bornecrantz2010-01-191-4/+12
* st/xorg: Proper calculation of screen pitch.Michel Dänzer2010-01-041-2/+1
* st/xorg: Fix warning and add a TODO commentJakob Bornecrantz2009-12-301-0/+6
* st/xorg: On close wait on fences and then destroy the screenJakob Bornecrantz2009-12-301-1/+11
* st/xorg: Make sure we don't overrun the fence array in block handlerJakob Bornecrantz2009-12-301-1/+1
* Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-0/+6
|\
| * st/xorg: Use C-style comments.Vinson Lee2009-12-231-4/+6
* | vmware/xorg: Fix failure paths and add some debug printingJakob Bornecrantz2009-12-121-20/+46
* | st/xorg: Add enter/leave vt hooks for winsysJakob Bornecrantz2009-12-041-0/+6
* | st/xorg: New libkms destroy apiJakob Bornecrantz2009-12-041-5/+3
* | st/xorg: Create winsys hooks that we call intoJakob Bornecrantz2009-12-011-0/+6
* | st/xorg: free last fenceKeith Whitwell2009-11-271-0/+4
* | st/xorg: render throttling in block handlerKeith Whitwell2009-11-261-2/+18
* | st/xorg: Add libkms integrationJakob Bornecrantz2009-11-241-118/+274
* | st/xorg: Rename driver functionsJakob Bornecrantz2009-11-241-76/+84
* | st/xorg: Standardise all function names defined in xorg_tracker.hJakob Bornecrantz2009-11-241-8/+6
* | st/xorg: Replace compile-time acceleration switch with Option "2DAccel".Michel Dänzer2009-11-191-1/+4
* | st/xorg: Adopt to new dirty clip rect typeJakob Bornecrantz2009-10-271-4/+5
* | st/xorg: Move drm init to own functionJakob Bornecrantz2009-10-201-29/+36
* | st/xorg: Cleanly shutdownJakob Bornecrantz2009-10-201-1/+4
* | st/xorg: Switch to set_mode_majorJakob Bornecrantz2009-10-181-2/+2
* | st/xorg: Massivly redo root pixmap creationJakob Bornecrantz2009-10-181-38/+84
* | st/xorg: implement basics of xvZack Rusin2009-10-111-0/+2
* | st/xorg: Check that ms->api->destroy is not NULL before calling it.Michel Dänzer2009-10-011-1/+3
* | st/xorg: Fix debug option function call typo.Michel Dänzer2009-09-301-1/+1
* | st/xorg: Add debug for fallbacksJakob Bornecrantz2009-09-281-0/+1
|/
* st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2009-09-021-41/+0
* st/xorg: Fix some warningsJakob Bornecrantz2009-08-281-5/+1
* st/xorg: Set shared usage of pixmaps for use via DRI2.Michel Dänzer2009-08-271-0/+1
* st/xorg: Add support for dirty framebuffer region reporting.Michel Dänzer2009-08-261-0/+65
* xorg: revert bad mergeZack Rusin2009-08-251-0/+15
* xorg: start on code accelerating renderZack Rusin2009-08-241-15/+0
* st/xorg: Acquire/drop DRM master in order to work with multiple servers.Michel Dänzer2009-08-121-0/+15
* st/xorg: Make it work againJakob Bornecrantz2009-08-051-4/+14
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-1/+4
* gallium: Update the drm_api.Thomas Hellstrom2009-04-281-1/+1
* st/drm: s/hocks/hooks/Jakob Bornecrantz2009-03-031-1/+1