summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31gallium: Fix preprocessor logic.Michal Krol
2008-05-31draw: Remove const qualifier.Michal Krol
2008-05-31scons: Enable mesa state tracker in all platforms by default.José Fonseca
2008-05-31draw: Eliminate stdio usage.José Fonseca
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-05-31i915: Eliminate void pointer arithmetic.José Fonseca
2008-05-31gallium: MSVC 8.0 already defines the cosf, sinf, etc.José Fonseca
2008-05-31gallium: Port timing functions to WinCE.José Fonseca
2008-05-30gallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softpipe driverBrian Paul
2008-05-30egl: eglGetProcAddress() stubBrian Paul
2008-05-30egl: new eglGetProcAddress() codeBrian Paul
2008-05-30egl: specify client API by bit flag, not stringBrian Paul
2008-05-30egl: clean-up re-org of the client API stateBrian Paul
2008-05-30egl: added eglDestroySurface functionBrian Paul
2008-05-30egl: fix-up window resizesBrian Paul
2008-05-30egl: check for EGL_DRIVER env var to override normal driver selection processBrian Paul
2008-05-30egl: assorted fixes. The code works now.Brian Paul
2008-05-30egl: added surface_alloc_storage()Brian Paul
2008-05-30egl: fix width/height testsBrian Paul
2008-05-30link libEGL with XlibBrian Paul
2008-05-30draw: trim incoming primitivesKeith Whitwell
2008-05-30mesa: undo accidental setting of _ForceEyeCoordsKeith Whitwell
2008-05-30Fix segfault in _save_OBE_DrawElements() when using VBO and display list (bug...Brian Paul
2008-05-30i915: Now using draw_elements_rangeJakob Bornecrantz
2008-05-30i915: Made batch buffer size much largerJakob Bornecrantz
2008-05-30Merge branch 'gallium-tex-surfaces' into gallium-0.1Jakob Bornecrantz
2008-05-30i915: Remade texture allocation code againJakob Bornecrantz
2008-05-30i915: Fix extentions not being setJakob Bornecrantz
2008-05-30sis: Removed useless commentJakob Bornecrantz
2008-05-29egl: new EGL/gallium/softpipe/xlib winsysBrian Paul
2008-05-29egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul
2008-05-29egl: use softpipe_egl driver by defaultBrian Paul
2008-05-29comments in _eglMain()Brian Paul
2008-05-30gallium: Provide the INT64_C/UINT64_C macros.José Fonseca
2008-05-30gallium: Replace getenv by placeholder code on WinCE.José Fonseca
2008-05-29draw: quieten some debugKeith Whitwell
2008-05-29i915: Fix GPU lockup on resizeJakob Bornecrantz
2008-05-29i915: Cleaned up intel_winsys_pipe.cJakob Bornecrantz
2008-05-29i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz
2008-05-29draw: add more switches to turn FSE on/offKeith Whitwell
2008-05-29gallium: MSVC warning fixes.José Fonseca
2008-05-29psb: Make msvc happy.José Fonseca
2008-05-29draw: michal's patch for calling powf... teapot still not quite rightKeith Whitwell
2008-05-29draw: better calculation of fetch_countKeith Whitwell
2008-05-29draw: remove printfKeith Whitwell
2008-05-29draw: make sure constant buffer data is aligned before passing to aos.cKeith Whitwell
2008-05-29i915: Remove last usage of surface_alloc_storageJakob Bornecrantz
2008-05-29i915: Ops how did that get thereJakob Bornecrantz
2008-05-29i915: Get up to date with the latest EGL changesJakob Bornecrantz