summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-05-29draw: draw_range_elements trialKeith Whitwell
2008-05-29scons: Remove duplicate entry.Michal Krol
2008-05-29draw: Put PIPE_CDECL in the right places.José Fonseca
2008-05-29draw: share machineKeith Whitwell
2008-05-28draw: enable FSE by defaultKeith Whitwell
2008-05-28egl: re-enable LOCAL_CFLAGSBrian Paul
2008-05-28egl: remove unused Display fieldBrian Paul
2008-05-28egl: move a few small functions into new eglmisc.[ch] filesBrian Paul
2008-05-28egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul
2008-05-28egl: include egldefines.hBrian Paul
2008-05-28egl: added egldefines.hBrian Paul
2008-05-28egl: bring card->driver lookup code into egldriver.cBrian Paul
2008-05-28egl: pass args to _eglOpenDriver()Brian Paul
2008-05-28egl: added args string to _eglMain()Brian Paul
2008-05-28egl: added eglstring.[ch]Brian Paul
2008-05-28prototype new code to map card number to driver nameBrian Paul
2008-05-28link libEGLdri.so with libdrmBrian Paul
2008-05-28rtasm: special case for [ebp]Keith Whitwell
2008-05-28x-related EGL code (stub)Brian Paul
2008-05-28draw: Use PIPE_CDECL.José Fonseca
2008-05-28scons: Add new files.José Fonseca
2008-05-28scons: List missing files for draw module.Michal Krol
2008-05-28draw: Decorate callbacks with PIPE_CDECL.Michal Krol
2008-05-28i915: Add draw_flush to state changesJakob Bornecrantz
2008-05-28tgsi: Observe constness.José Fonseca
2008-05-28translate: Mark functions as PIPE_CDECL.José Fonseca
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-tex-surfacesKeith Whitwell
2008-05-28i915: DriConfigOptions started complaining on this lineJakob Bornecrantz
2008-05-28i915: Remove workaround for buggy draw moduleJakob Bornecrantz
2008-05-28i915: Prepare for tiled private front and back buffersJakob Bornecrantz
2008-05-28i915: Made vertex submission eaven fasterJakob Bornecrantz
2008-05-28i915: Made vbuf workJakob Bornecrantz