Age | Commit message (Expand) | Author |
2008-05-29 | egl: added Name field to _EGLDriver so a driver name string can propogate up ... | Brian Paul |
2008-05-29 | egl: use softpipe_egl driver by default | Brian Paul |
2008-05-29 | comments in _eglMain() | Brian Paul |
2008-05-30 | gallium: Provide the INT64_C/UINT64_C macros. | José Fonseca |
2008-05-30 | gallium: Replace getenv by placeholder code on WinCE. | José Fonseca |
2008-05-29 | i915: Fix GPU lockup on resize | Jakob Bornecrantz |
2008-05-29 | i915: Cleaned up intel_winsys_pipe.c | Jakob Bornecrantz |
2008-05-29 | i915: Deprecated pipe_winsys buffer functions | Jakob Bornecrantz |
2008-05-29 | i915: Remove last usage of surface_alloc_storage | Jakob Bornecrantz |
2008-05-29 | i915: Ops how did that get there | Jakob Bornecrantz |
2008-05-29 | i915: Get up to date with the latest EGL changes | Jakob Bornecrantz |
2008-05-28 | egl: re-enable LOCAL_CFLAGS | Brian Paul |
2008-05-28 | egl: remove unused Display field | Brian Paul |
2008-05-28 | egl: move a few small functions into new eglmisc.[ch] files | Brian Paul |
2008-05-28 | egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize() | Brian Paul |
2008-05-28 | egl: include egldefines.h | Brian Paul |
2008-05-28 | egl: added egldefines.h | Brian Paul |
2008-05-28 | egl: bring card->driver lookup code into egldriver.c | Brian Paul |
2008-05-28 | egl: pass args to _eglOpenDriver() | Brian Paul |
2008-05-28 | egl: added args string to _eglMain() | Brian Paul |
2008-05-28 | egl: added eglstring.[ch] | Brian Paul |
2008-05-28 | prototype new code to map card number to driver name | Brian Paul |
2008-05-28 | link libEGLdri.so with libdrm | Brian Paul |
2008-05-28 | x-related EGL code (stub) | Brian Paul |
2008-05-28 | i915: Add draw_flush to state changes | Jakob Bornecrantz |
2008-05-28 | i915: DriConfigOptions started complaining on this line | Jakob Bornecrantz |
2008-05-28 | i915: Remove workaround for buggy draw module | Jakob Bornecrantz |
2008-05-28 | i915: Prepare for tiled private front and back buffers | Jakob Bornecrantz |
2008-05-28 | i915: Made vertex submission eaven faster | Jakob Bornecrantz |
2008-05-28 | i915: Made vbuf work | Jakob Bornecrantz |
2008-05-28 | Merge branch 'gallium-vertex-linear' into gallium-0.1 | Jakob Bornecrantz |
2008-05-28 | i915: Don't segfault on buffer allocation error | Jakob Bornecrantz |
2008-05-28 | i915: Make EGL_i915 compile | Jakob Bornecrantz |
2008-05-28 | i915: Make EGL_i915 segfault if modesetting is not working | Jakob Bornecrantz |
2008-05-28 | egl: Temporarily disable eglx.[c|h] building | Jakob Bornecrantz |
2008-05-28 | egl: Make dri driver compile | Jakob Bornecrantz |
2008-05-28 | egl: Make demo driver compile | Jakob Bornecrantz |
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca |
2008-05-27 | include eglconfigutil.h | Brian Paul |
2008-05-27 | Move some config-related utility functions into new eglconfigutil.c file. | Brian Paul |
2008-05-27 | misc updates, clean-ups, remove dependency on mtypes.h | Brian Paul |
2008-05-27 | minor overhaul/re-org of driver selection/loading code | Brian Paul |
2008-05-27 | added _eglGet*Handle() functions | Brian Paul |
2008-05-27 | added EGL_OPENGL_API case | Brian Paul |
2008-05-27 | eliminate the context hash table | Brian Paul |
2008-05-27 | fix typo: s/Contexts/Surfaces/ | Brian Paul |
2008-05-27 | s/GLuint/unsigned/ | Brian Paul |
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul |
2008-05-27 | pipe stderr to /dev/null | Brian Paul |
2008-05-27 | draw: support psize in vs_varient paths | Keith Whitwell |