summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-28x-related EGL code (stub)Brian Paul
2008-05-28i915: Add draw_flush to state changesJakob Bornecrantz
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-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-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
2008-05-27s/GLuint/unsigned/Brian Paul
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul
2008-05-27pipe stderr to /dev/nullBrian Paul
2008-05-27draw: support psize in vs_varient pathsKeith Whitwell
2008-05-27draw: add disabled debug codeKeith Whitwell
2008-05-27draw: ensure vs outputs mapped correctly to vinfo attribsKeith Whitwell
2008-05-27draw: fix ABS aliasing bugKeith Whitwell
2008-05-28gallium: Autodetect WINCE.José Fonseca
2008-05-27draw: explicitly list nr_inputs, outputs in varient keyKeith Whitwell
2008-05-27draw: remove dead fileKeith Whitwell
2008-05-27draw: Fixed typo in draw_pt_varray and added commentsJakob Bornecrantz
2008-05-27draw: Fix for EMIT_4UB caseJakob Bornecrantz
2008-05-27draw: hook up viewport / rhw emit to varient key stateKeith Whitwell
2008-05-27draw: restore extras path in draw_pt_vcache.c, keep pipeline flags out of non...Keith Whitwell
2008-05-27draw: dump individual instructions as they are processedKeith Whitwell
2008-05-27tgsi: export utils for dumping individual instructionsKeith Whitwell
2008-05-27draw: fix writemask/shufps confusionKeith Whitwell