mesa.git
2008-05-30 Brian Paulgallium: fix some PIPE_FORMAT_Z24S8_UNORM bugs in softp...
2008-05-30 Brian Paulegl: eglGetProcAddress() stub
2008-05-30 Brian Paulegl: new eglGetProcAddress() code
2008-05-30 Brian Paulegl: bind the OpenGL API
2008-05-30 Brian Paulegl: specify client API by bit flag, not string
2008-05-30 Brian Paulegl: clean-up re-org of the client API state
2008-05-30 Brian Paulegl: added eglDestroySurface function
2008-05-30 Brian Paulegl: fix-up window resizes
2008-05-30 Brian Paulegl: check for EGL_DRIVER env var to override normal...
2008-05-30 Brian Paulegl: new version of gears demo that uses Xlib+EGL ...
2008-05-30 Brian Paulegl: assorted fixes. The code works now.
2008-05-30 Brian Paulegl: added surface_alloc_storage()
2008-05-30 Brian Paulegl: fix width/height tests
2008-05-30 Brian Paullink libEGL with Xlib
2008-05-30 Keith Whitwelldraw: trim incoming primitives
2008-05-30 Keith Whitwellmesa: undo accidental setting of _ForceEyeCoords
2008-05-30 Brian PaulFix segfault in _save_OBE_DrawElements() when using...
2008-05-30 Jakob Bornecrantzi915: Now using draw_elements_range
2008-05-30 Jakob Bornecrantzi915: Made batch buffer size much larger
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-30 Jakob Bornecrantzi915: Remade texture allocation code again
2008-05-30 Jakob Bornecrantzi915: Fix extentions not being set
2008-05-30 Jakob Bornecrantzsis: Removed useless comment
2008-05-29 Brian Paulegl: new EGL/gallium/softpipe/xlib winsys
2008-05-29 Brian Paulegl: added Name field to _EGLDriver so a driver name...
2008-05-29 Brian Paulegl: use softpipe_egl driver by default
2008-05-29 Brian Paulcomments in _eglMain()
2008-05-29 José Fonsecagallium: Provide the INT64_C/UINT64_C macros.
2008-05-29 José Fonsecagallium: Replace getenv by placeholder code on WinCE.
2008-05-29 Keith Whitwelldraw: quieten some debug
2008-05-29 Jakob Bornecrantzi915: Fix GPU lockup on resize
2008-05-29 Jakob Bornecrantzi915: Cleaned up intel_winsys_pipe.c
2008-05-29 Jakob Bornecrantzi915: Deprecated pipe_winsys buffer functions
2008-05-29 Keith Whitwelldraw: add more switches to turn FSE on/off
2008-05-29 José Fonsecagallium: MSVC warning fixes.
2008-05-29 José Fonsecapsb: Make msvc happy.
2008-05-29 Keith Whitwelldraw: michal's patch for calling powf... teapot still...
2008-05-29 Keith Whitwelldraw: better calculation of fetch_count
2008-05-29 Keith Whitwelldraw: remove printf
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-29 Jakob Bornecrantzi915: Remove last usage of surface_alloc_storage
2008-05-29 Jakob Bornecrantzi915: Ops how did that get there
2008-05-29 Jakob Bornecrantzi915: Get up to date with the latest EGL changes
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-29 Michal Krolscons: Remove duplicate entry.
2008-05-29 José Fonsecadraw: Put PIPE_CDECL in the right places.
2008-05-28 Keith Whitwelldraw: share machine
2008-05-28 Keith Whitwelldraw: enable FSE by default
2008-05-28 Brian Paulegl: re-enable LOCAL_CFLAGS
2008-05-28 Brian Paulegl: remove unused Display field
2008-05-28 Brian Paulegl: move a few small functions into new eglmisc.[ch...
2008-05-28 Brian Paulegl: make sure EGL_VERSION_STRING query returns same...
2008-05-28 Brian Paulegl: query/print EGL_CLIENT_APIS
2008-05-28 Brian Paulegl: include egldefines.h
2008-05-28 Brian Paulegl: added egldefines.h
2008-05-28 Brian Paulegl: bring card->driver lookup code into egldriver.c
2008-05-28 Brian Paulegl: pass args to _eglOpenDriver()
2008-05-28 Brian Paulegl: added args string to _eglMain()
2008-05-28 Brian Paulegl: added eglstring.[ch]
2008-05-28 Brian Paulprototype new code to map card number to driver name
2008-05-28 Brian Paullink libEGLdri.so with libdrm
2008-05-28 Keith Whitwellrtasm: special case for [ebp]
2008-05-28 Brian Paulx-related EGL code (stub)
2008-05-28 José Fonsecadraw: Use PIPE_CDECL.
2008-05-28 José Fonsecascons: Add new files.
2008-05-28 Michal Krolscons: List missing files for draw module.
2008-05-28 Michal Kroldraw: Decorate callbacks with PIPE_CDECL.
2008-05-28 Jakob Bornecrantzi915: Add draw_flush to state changes
2008-05-28 José Fonsecatgsi: Observe constness.
2008-05-28 José Fonsecatranslate: Mark functions as PIPE_CDECL.
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob Bornecrantzi915: DriConfigOptions started complaining on this...
2008-05-28 Jakob Bornecrantzi915: Remove workaround for buggy draw module
2008-05-28 Jakob Bornecrantzi915: Prepare for tiled private front and back buffers
2008-05-28 Jakob Bornecrantzi915: Made vertex submission eaven faster
2008-05-28 Jakob Bornecrantzi915: Made vbuf work
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-28 Jakob Bornecrantzi915: Don't segfault on buffer allocation error
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 compile
2008-05-28 Jakob Bornecrantzi915: Make EGL_i915 segfault if modesetting is not...
2008-05-28 Jakob Bornecrantzegl: Temporarily disable eglx.[c|h] building
2008-05-28 Jakob Bornecrantzegl: Make dri driver compile
2008-05-28 Jakob Bornecrantzegl: Make demo driver compile
2008-05-28 Jakob Bornecrantzegl: Fix warning in eglgears
2008-05-28 Jakob Bornecrantzegl: Make demo3 compile
2008-05-28 José Fonsecagallium: Windows CE portability fixes.
2008-05-27 Brian Paulinclude eglconfigutil.h
2008-05-27 Brian PaulMove some config-related utility functions into new...
2008-05-27 Brian Paulmisc updates, clean-ups, remove dependency on mtypes.h
2008-05-27 Brian Paulminor overhaul/re-org of driver selection/loading code
2008-05-27 Keith Whitwellsoftpipe: enable vbuf by default
2008-05-27 Keith Whitwelldraw: reset stipple counter whenever non-line prim...
2008-05-27 Brian Pauladded _eglGet*Handle() functions
2008-05-27 Brian Pauladded EGL_OPENGL_API case
2008-05-27 Brian Pauleliminate the context hash table
2008-05-27 Brian Paulfix typo: s/Contexts/Surfaces/
2008-05-27 Brian Pauls/GLuint/unsigned/
2008-05-27 Brian Paulinclude eglext.h, define EGL_EGLEXT_PROTOTYPES
2008-05-27 Brian Paulupdates for EGL 1.4
2008-05-27 Brian Paulassorted changes to compile with new EGL 1.4 headers...
next