summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2009-02-02Merge commit 'origin/gallium-0.2' into gallium-0.2Keith Whitwell
2009-02-02Merge branch 'gallium-wgl-rework' into gallium-0.2Keith Whitwell
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-30gallium: Don't build egl state_trackerJakob Bornecrantz
2009-01-30egl: Don't fill shown screenJakob Bornecrantz
2009-01-29egl: Blit to the bound frontbuffer with pipeJakob Bornecrantz
2009-01-28gallium: Build EGL st when build glx stJakob Bornecrantz
2009-01-28egl: Adopt to st_framebuffer changesJakob Bornecrantz
2009-01-28wgl: add missing headerKeith Whitwell
2009-01-28stw: use proper stw_context pointers in shared interfaceKeith Whitwell
2009-01-28stw: clean up error pathsKeith Whitwell
2009-01-28stw: don't call out to wglGetPixelFormat()Keith Whitwell
2009-01-28stw: remove duplicate function declarationsKeith Whitwell
2009-01-28stw: fix commentKeith Whitwell
2009-01-28stw: remove headerKeith Whitwell
2009-01-28svga: remove pixelformat helpers from stw shared interfaceKeith Whitwell
2009-01-28stw: move get_proc_address and extension functions to sharedKeith Whitwell
2009-01-28stw: use shared version of make current in icd codeKeith Whitwell
2009-01-28stw: more swapbuffers refactoringKeith Whitwell
2009-01-28wgl: split device structs, move swapbuffers to sharedKeith Whitwell
2009-01-28stw: rename stw_wgl_ --> stw_Keith Whitwell
2009-01-28stw: move pixelformat_get/set to sharedKeith Whitwell
2009-01-28stw: move pixelformat_describe to sharedKeith Whitwell
2009-01-28wgl: move context functions to sharedKeith Whitwell
2009-01-28wgl: split into shared, (fake)wgl and icd directoriesKeith Whitwell
2009-01-27gallium: standardize api on the prefix "nr"Zack Rusin
2009-01-27gallium: standardize naming of masksZack Rusin
2009-01-27wgl: relocate wgl code to state_trackers/wglKeith Whitwell
2009-01-23gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane
2009-01-20gallium: Remove the standalone surfaces.José Fonseca
2009-01-19Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-18g3dvl: Some cleanups.Younes Manton
2009-01-18g3dvl: Ref count everywhere.Younes Manton
2009-01-18g3dvl: Mark all buffers for incoming frame data as discardable.Younes Manton
2009-01-18g3dvl: Return BadAlloc if we can't create an XvMC surface.Younes Manton
2009-01-19egl: Fix swap and creation of front bufferJakob Bornecrantz
2009-01-18egl: Add a egl state_tracker that use GalliumJakob Bornecrantz
2009-01-17xlib: don't explicitly create the pipe_winsys structKeith Whitwell
2009-01-13xlib: allow winsys's to register themselves with glx/xlib state trackerKeith Whitwell
2009-01-12dri: make dri_display_surface staticKeith Whitwell
2009-01-12dri: pull dri_swapbuffers.c into dri_drawable.cKeith Whitwell
2009-01-12dri: rename dri1 directoryKeith Whitwell
2009-01-12dri: sketch of new device-independent glx/dri state trackerKeith Whitwell
2009-01-11Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell
2009-01-10nouveau: Factor out common winsys bits into libnouveaudrm.aYounes Manton
2009-01-10g3dvl: Use Gallium MALLOC wrappers.Younes Manton
2009-01-10g3dvl: Get rid of old unbuffered motion compensation code.Younes Manton
2009-01-10g3dvl: Map vertex bufs once per frame/flush.Younes Manton
2009-01-10nouveau: Catch some more leaks.Younes Manton
2009-01-10g3dvl: Allocate one set of bufs, let winsys rename them as necessary.Younes Manton