summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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: query/print EGL_CLIENT_APISBrian 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
2008-05-28Merge branch 'gallium-vertex-linear' into gallium-0.1Jakob Bornecrantz
2008-05-28i915: Don't segfault on buffer allocation errorJakob Bornecrantz
2008-05-28i915: Make EGL_i915 compileJakob Bornecrantz
2008-05-28i915: Make EGL_i915 segfault if modesetting is not workingJakob Bornecrantz
2008-05-28egl: Temporarily disable eglx.[c|h] buildingJakob Bornecrantz
2008-05-28egl: Make dri driver compileJakob Bornecrantz
2008-05-28egl: Make demo driver compileJakob Bornecrantz
2008-05-28egl: Fix warning in eglgearsJakob Bornecrantz
2008-05-28egl: Make demo3 compileJakob Bornecrantz
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-27include eglconfigutil.hBrian Paul
2008-05-27Move some config-related utility functions into new eglconfigutil.c file.Brian Paul
2008-05-27misc updates, clean-ups, remove dependency on mtypes.hBrian Paul
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul
2008-05-27softpipe: enable vbuf by defaultKeith Whitwell
2008-05-27draw: reset stipple counter whenever non-line prim encounteredKeith Whitwell
2008-05-27added _eglGet*Handle() functionsBrian Paul
2008-05-27added EGL_OPENGL_API caseBrian Paul
2008-05-27eliminate the context hash tableBrian Paul
2008-05-27fix typo: s/Contexts/Surfaces/Brian Paul