softpipe: minor code simplification for face/zslice offset calculation
[mesa.git] / src / gallium / state_trackers /
2009-02-24 Keith Whitwellst/wgl: silence some debug
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 José Fonsecawgl: Enable the use of Win32 threads.
2009-02-22 Brian Paulgallium: remove dependency on main/glheader.h in glxapi.c
2009-02-20 José Fonsecapython: More efficient blits from surfaces.
2009-02-20 José Fonsecapython/interpreter: Don't do unnecessary updates.
2009-02-20 José Fonsecapython/retrace: Verbosity level.
2009-02-20 José Fonsecapython/retrace: Cope with python 2.4.x
2009-02-20 José Fonsecapython: Pass a zero offset to util_draw_vertex_buffer.
2009-02-20 José Fonsecawgl: Prevent null pointer reference.
2009-02-20 Jakob Bornecrantzgallium: Improve makefiles for libraries
2009-02-19 José Fonsecawgl: debug_printf in the main entry/exit points
2009-02-19 José Fonsecawgl: Call pipe_screen::destroy on exit.
2009-02-19 José Fonsecawgl: Use a separate .DEF for MinGW
2009-02-19 José Fonsecawgl: Share more code between icd and standalone driver.
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-18 José Fonsecautil: Move p_debug.h into util module.
2009-02-18 José Fonsecawgl: Report memory leaks.
2009-02-12 Jakob Bornecrantzegl: Doesn't depend on xorg or pixman
2009-02-12 Benjamin Closegalium: Makefile fixes: -Werror=implicit-function-decla...
2009-02-11 Michel Dänzerg3dvl: Fixups for introduction of pipe_transfer.
2009-02-11 Jakob Bornecrantzegl: Use only libdrm structs for kms
2009-02-12 José Fonsecascons: Build xlib state tracker regardless of DRI settings.
2009-02-11 Dan NicholsonAdd external pixman CFLAGS after all internal include...
2009-02-11 José Fonsecawgl: Add a few more stubs.
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Keith Whitwellwgl: return before locking if stw_icd is NULL
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-10 Keith Whitwellwgl: mutex-protect the shared stw_icd struct
2009-02-10 Jakob Bornecrantzgallium: Introduce new subdirs build variables
2009-02-10 Keith Whitwellvmw/icd: remove bogus current_context value
2009-02-10 José Fonsecawgl: Fix null pointer reference.
2009-02-10 José Fonsecastw: Hack for applications which use wglSetPixelFormat...
2009-02-10 José Fonsecawgl: s/0x%p/%p/g
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2' of git://anongit.freedesktop...
2009-02-06 Corbin SimpsonMerge branch 'gallium-0.2-radeon' into gallium-0.2
2009-02-06 Younes Mantong3dvl: Catch up to gallium changes, fix build.
2009-02-02 Michel Dänzerscons: Fixups for the introduction of the xlib state_tr...
2009-02-02 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-02-02 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2009-02-01 Zack RusinMerge branch 'gallium-winsys-private' into gallium-0.2
2009-01-30 Zack Rusingallium: make p_winsys internal
2009-01-30 José FonsecaMerge branch 'gallium-0.2' into gallium-winsys-private
2009-01-30 Jakob Bornecrantzgallium: Don't build egl state_tracker
2009-01-30 Jakob Bornecrantzegl: Don't fill shown screen
2009-01-29 Jakob Bornecrantzegl: Blit to the bound frontbuffer with pipe
2009-01-28 Jakob Bornecrantzgallium: Build EGL st when build glx st
2009-01-28 Jakob Bornecrantzegl: Adopt to st_framebuffer changes
2009-01-28 Keith Whitwellwgl: add missing header
2009-01-28 Keith Whitwellstw: use proper stw_context pointers in shared interface
2009-01-28 Keith Whitwellstw: clean up error paths
2009-01-28 Keith Whitwellstw: don't call out to wglGetPixelFormat()
2009-01-28 Keith Whitwellstw: remove duplicate function declarations
2009-01-28 Keith Whitwellstw: fix comment
2009-01-28 Keith Whitwellstw: remove header
2009-01-28 Keith Whitwellsvga: remove pixelformat helpers from stw shared interface
2009-01-28 Keith Whitwellstw: move get_proc_address and extension functions...
2009-01-28 Keith Whitwellstw: use shared version of make current in icd code
2009-01-28 Keith Whitwellstw: more swapbuffers refactoring
2009-01-28 Keith Whitwellwgl: split device structs, move swapbuffers to shared
2009-01-28 Keith Whitwellstw: rename stw_wgl_ --> stw_
2009-01-28 Keith Whitwellstw: move pixelformat_get/set to shared
2009-01-28 Keith Whitwellstw: move pixelformat_describe to shared
2009-01-28 Keith Whitwellwgl: move context functions to shared
2009-01-28 Keith Whitwellwgl: split into shared, (fake)wgl and icd directories
2009-01-27 Zack Rusingallium: standardize api on the prefix "nr"
2009-01-27 Zack Rusingallium: standardize naming of masks
2009-01-27 Keith Whitwellwgl: relocate wgl code to state_trackers/wgl
2009-01-23 Alan Hourihanegallium: change the st_get_framebuffer_surface/texture...
2009-01-22 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-20 José Fonsecagallium: Remove the standalone surfaces.
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-19 Younes Mantong3dvl: Some cleanups.
2009-01-19 Younes Mantong3dvl: Ref count everywhere.
2009-01-19 Younes Mantong3dvl: Mark all buffers for incoming frame data as...
2009-01-19 Younes Mantong3dvl: Return BadAlloc if we can't create an XvMC surface.
2009-01-19 Jakob Bornecrantzegl: Fix swap and creation of front buffer
2009-01-18 Jakob Bornecrantzegl: Add a egl state_tracker that use Gallium
2009-01-17 Keith Whitwellxlib: don't explicitly create the pipe_winsys struct
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-13 Keith Whitwellxlib: allow winsys's to register themselves with glx...
2009-01-12 Keith Whitwelldri: make dri_display_surface static
2009-01-12 Keith Whitwelldri: pull dri_swapbuffers.c into dri_drawable.c
2009-01-12 Keith Whitwelldri: rename dri1 directory
2009-01-12 Keith Whitwelldri: sketch of new device-independent glx/dri state...
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-10 Younes Mantonnouveau: Factor out common winsys bits into libnouveaudrm.a
2009-01-10 Younes Mantong3dvl: Use Gallium MALLOC wrappers.
2009-01-10 Younes Mantong3dvl: Get rid of old unbuffered motion compensation...
2009-01-10 Younes Mantong3dvl: Map vertex bufs once per frame/flush.
2009-01-10 Younes Mantonnouveau: Catch some more leaks.
2009-01-10 Younes Mantong3dvl: Allocate one set of bufs, let winsys rename...
next