summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Expand)AuthorAgeFilesLines
* Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie2010-02-229-647/+246
* r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie2010-02-229-246/+647
* winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu2010-02-187-8/+19
* radeong: flush when changing tiling flags of BO referenced by CSMarek Olšák2010-02-141-2/+13
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-141-1/+1
* gdi: Never fail at DLL load time.José Fonseca2010-02-122-10/+10
* scons: Fix drm/intel build.José Fonseca2010-02-111-4/+5
* vmware/core: Support drm interface version 1.0.0Jakob Bornecrantz2010-02-061-1/+1
* vmware/core: Use correct flags in scanout codeJakob Bornecrantz2010-02-061-4/+4
* vmware/core: Handle new scanout fieldJakob Bornecrantz2010-02-064-4/+35
* vmware/core: Update header to latest versionJakob Bornecrantz2010-02-061-3/+9
* vmware/core: Remove old ioctl structs not usedJakob Bornecrantz2010-02-061-43/+0
* radeong: Provide drm_api::destroy hook.Corbin Simpson2010-02-081-0/+6
* radeong: Always return something for create_screen.Corbin Simpson2010-02-081-0/+3
* gallium: remove softpipe references in other driversKeith Whitwell2010-02-082-2/+0
* drm/radeon: remove softpipe referencesKeith Whitwell2010-02-082-57/+5
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-0816-198/+0
* nouveau: Fix warning for void function returning value. Add missing include f...Patrice Mandin2010-02-051-0/+1
* Nuke the nv0x-nv2x gallium pipe drivers.Francisco Jerez2010-02-045-31/+1
* i965g: include u_inlines.hBrian Paul2010-02-041-0/+1
* winsys: Add missing headers.Vinson Lee2010-02-032-0/+2
* gallium: fix more missing includes from various placesDave Airlie2010-02-043-2/+3
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-029-9/+9
* gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca2010-02-022-3/+3
* gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-022-3/+3
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-0211-11/+11
* radeong: Slight improvement to buffer creation.Corbin Simpson2010-01-281-1/+4
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-252-6/+7
|\
| * vmware/xorg: Do buffer round-robin logic differentlyJakob Bornecrantz2010-01-251-1/+2
| * vmware/xorg: Export pci_probe function for ugly chain-loadingJakob Bornecrantz2010-01-251-5/+5
* | radeong: Make sure that we're not emitting relocations for local buffers.Corbin Simpson2010-01-251-2/+6
* | radeong: Make is_r3xx inline to avoid warnings.Corbin Simpson2010-01-251-1/+1
* | radeong: Clean up domain usages.Corbin Simpson2010-01-251-11/+18
* | Revert "r300g,radeong: finish and enable the immediate mode"Corbin Simpson2010-01-255-86/+15
* | winsys/drm: Correctly install EGL drivers.Chia-I Wu2010-01-251-1/+1
* | r300g,radeong: finish and enable the immediate modeMarek Olšák2010-01-245-15/+86
* | r300g,radeong: set tiling flags in libdrmMarek Olšák2010-01-242-0/+28
* | radeong: do not emit a zero-sized command streamMarek Olšák2010-01-241-0/+5
* | nouveau/winsys: be nice and close the device on destroyMarcin Slusarz2010-01-251-0/+2
* | nouveau: fix winsys object leakMarcin Slusarz2010-01-251-0/+9
* | egl: Install drivers to ${libdir}/egl.Chia-I Wu2010-01-231-9/+6
* | svga: fix up breakage from earlier 7.7 mergeBrian Paul2010-01-221-2/+2
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-12/+11
|\|
| * xlib/softpipe: more buffer free fixesBrian Paul2010-01-221-12/+11
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-228-68/+186
|\|
| * vmware/core: Update for pipebuffer changes.José Fonseca2010-01-222-14/+84
| * vmware/core: Flush preemptively the FIFO commands to keep the GMR working set...José Fonseca2010-01-211-1/+37
| * vmware/core: Put GMR pool size in a define.José Fonseca2010-01-212-1/+5
| * vmw/wgl: Update for pipebuffer changes.José Fonseca2010-01-211-1/+3
| * xlib/softpipe: fix buffer memory leakBrian Paul2010-01-201-5/+20