Age | Commit message (Expand) | Author |
2008-06-21 | Fix builds with compilers other than gcc 3.0 & newer | Alan Coopersmith |
2008-06-13 | glx: load swrast_dri.so | George Sapountzis |
2008-06-13 | glx: use ErrorMessageF | George Sapountzis |
2008-06-10 | copy msaa visuals capability | Roland Scheidegger |
2008-06-09 | glx: use goto's vs. nested if's ala xserver | George Sapountzis |
2008-06-09 | glx: add dri_common.c ala xserver | George Sapountzis |
2008-06-05 | Silence warning | Alan Hourihane |
2008-05-28 | replace make with $(MAKE) (bug 16133) | Brian Paul |
2008-05-21 | Revert "glapi: Generate xserver glapi sources in the mesa tree" | Kristian Høgsberg |
2008-05-09 | Default DRI driver directory to match X.Org xserver | Dan Nicholson |
2008-05-07 | Never fail `make clean' | Dan Nicholson |
2008-05-06 | Always cleanup the makedepend backup files | Dan Nicholson |
2008-05-06 | Error consistently when running recursive make | Dan Nicholson |
2008-04-23 | include <X11/Xlib.h> | Alan Hourihane |
2008-04-23 | glx: nitpick renames | George Sapountzis |
2008-04-23 | glx: split out current context code | George Sapountzis |
2008-04-10 | Get the default GLXPixmap texture target from the server when appropriate. | Michel Dänzer |
2008-04-08 | Handle fbconfig comparison correctly for attributes the X server didn't send. | Jie Luo |
2008-04-08 | Only convert configs if screen creation was successful. | Kristian Høgsberg |
2008-04-02 | Pick up dri2proto from the standard proto header include path. | Kristian Høgsberg |
2008-04-02 | Initialize GLX_EXT_texture_from_pixmap attributes correctly. | Kristian Høgsberg |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2008-03-18 | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao |
2008-03-15 | Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). | Kristian Høgsberg |
2008-03-14 | glx: fix rotation regression. bug #14963 | Xiang, Haihao |
2008-03-12 | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg |
2008-03-12 | Add another missing check for uninitialized DRI. | Kristian Høgsberg |
2008-03-10 | Move make install logic for libGL back into src/mesa/Makefile. | Kristian Høgsberg |
2008-03-10 | Only try to call DRI function if DRI got initialized properly. | Kristian Høgsberg |
2008-03-10 | remove extra #include of assert.h (bug 14932) | Brian |
2008-03-10 | dri: fix function call to add new parameter. | Dave Airlie |
2008-03-09 | Properly revert the libGL loader path breakage. | Kristian Høgsberg |
2008-03-09 | libGL: Fall back to DEFAULT_DRIVER_DIR properly. | Kristian Høgsberg |
2008-03-08 | Use _X_HIDDEN to hide a bunch of leaked symbols. | Kristian Høgsberg |
2008-03-08 | Move DRI context functions into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg |
2008-03-08 | Move DRI specific parts of CreateContext into dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Convert driCreateScreen and driDestroyScreen to function pointers. | Kristian Høgsberg |
2008-03-08 | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg |
2008-03-08 | Make __glXCloseDisplay static instead of prototyping it to avoid warning. | Kristian Høgsberg |
2008-03-08 | Move libGL install target to the libGL Makefile. | Kristian Høgsberg |
2008-03-08 | Simplify LIBGL_DRIVERS_PATH walking. | Kristian Høgsberg |
2008-03-08 | Simplify dri loading code by eliminating dlopen "cache". | Kristian Høgsberg |
2008-03-08 | libGL: Consolidate DRI initialization in dri_glx.c | Kristian Høgsberg |
2008-02-29 | Update libGL DRI loader to latest DRI interface changes. | Kristian Høgsberg |
2008-02-25 | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings. | Kristian Høgsberg |
2008-02-25 | Remove GetMSC DriverAPI function. | Kristian Høgsberg |
2008-02-19 | Regenerated (see bug 11893) | Brian |
2008-02-19 | Regenerated (raise GL_INVALID_VALUE if counter param is negative) | Brian |