| Commit message (Expand) | Author | Age | Files | Lines |
* | glx: nitpick renames | George Sapountzis | 2008-04-23 | 4 | -2/+2 |
* | glx: split out current context code | George Sapountzis | 2008-04-23 | 7 | -521/+538 |
* | Get the default GLXPixmap texture target from the server when appropriate. | Michel Dänzer | 2008-04-10 | 1 | -27/+37 |
* | Handle fbconfig comparison correctly for attributes the X server didn't send. | Jie Luo | 2008-04-08 | 2 | -5/+6 |
* | Only convert configs if screen creation was successful. | Kristian Høgsberg | 2008-04-08 | 1 | -8/+10 |
* | Pick up dri2proto from the standard proto header include path. | Kristian Høgsberg | 2008-04-02 | 1 | -1/+1 |
* | Initialize GLX_EXT_texture_from_pixmap attributes correctly. | Kristian Høgsberg | 2008-04-02 | 1 | -4/+1 |
* | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 11 | -256/+1305 |
* | glx: Add isDirect back to __GLXcontextRec. It is needed | Xiang, Haihao | 2008-03-18 | 3 | -2/+9 |
* | Test createNewScreen for NULL, not createNewScreenName in driCreateScreen(). | Kristian Høgsberg | 2008-03-15 | 1 | -1/+1 |
* | glx: fix rotation regression. bug #14963 | Xiang, Haihao | 2008-03-14 | 1 | -2/+4 |
* | libGL: Pull the drawable hash back out in the generic code. | Kristian Høgsberg | 2008-03-12 | 4 | -18/+29 |
* | Add another missing check for uninitialized DRI. | Kristian Høgsberg | 2008-03-12 | 1 | -1/+2 |
* | Move make install logic for libGL back into src/mesa/Makefile. | Kristian Høgsberg | 2008-03-10 | 2 | -26/+2 |
* | Only try to call DRI function if DRI got initialized properly. | Kristian Høgsberg | 2008-03-10 | 2 | -4/+7 |
* | remove extra #include of assert.h (bug 14932) | Brian | 2008-03-10 | 1 | -1/+0 |
* | dri: fix function call to add new parameter. | Dave Airlie | 2008-03-10 | 1 | -0/+1 |
* | Properly revert the libGL loader path breakage. | Kristian Høgsberg | 2008-03-09 | 1 | -0/+1 |
* | libGL: Fall back to DEFAULT_DRIVER_DIR properly. | Kristian Høgsberg | 2008-03-09 | 1 | -1/+2 |
* | Use _X_HIDDEN to hide a bunch of leaked symbols. | Kristian Høgsberg | 2008-03-08 | 5 | -37/+43 |
* | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 6 | -128/+152 |
* | Move DRI drawable creation into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 4 | -56/+68 |
* | Introduce __GLXDRIscreen so we can start moving function pointers in there. | Kristian Høgsberg | 2008-03-08 | 5 | -48/+58 |
* | Move DRI specific parts of CreateContext into dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 3 | -29/+43 |
* | Convert driCreateScreen and driDestroyScreen to function pointers. | Kristian Høgsberg | 2008-03-08 | 3 | -19/+23 |
* | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 5 | -101/+37 |
* | Make __glXCloseDisplay static instead of prototyping it to avoid warning. | Kristian Høgsberg | 2008-03-08 | 1 | -9/+1 |
* | Move libGL install target to the libGL Makefile. | Kristian Høgsberg | 2008-03-08 | 2 | -2/+26 |
* | Simplify LIBGL_DRIVERS_PATH walking. | Kristian Høgsberg | 2008-03-08 | 1 | -76/+19 |
* | Simplify dri loading code by eliminating dlopen "cache". | Kristian Høgsberg | 2008-03-08 | 4 | -185/+46 |
* | libGL: Consolidate DRI initialization in dri_glx.c | Kristian Høgsberg | 2008-03-08 | 3 | -406/+411 |
* | Update libGL DRI loader to latest DRI interface changes. | Kristian Høgsberg | 2008-02-29 | 3 | -58/+22 |
* | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings. | Kristian Høgsberg | 2008-02-25 | 1 | -1/+1 |
* | Remove GetMSC DriverAPI function. | Kristian Høgsberg | 2008-02-25 | 1 | -10/+2 |
* | Regenerated (see bug 11893) | Brian | 2008-02-19 | 1 | -0/+4 |
* | Regenerated (raise GL_INVALID_VALUE if counter param is negative) | Brian | 2008-02-19 | 1 | -0/+180 |
* | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 2008-02-17 | 8 | -0/+16844 |
* | Assorted patches for miniglx/linux-solo (Gavin Li <codeview@gmail.com>) | Brian | 2008-01-23 | 1 | -0/+4 |
* | fix pc vs. gc->ps usage (bug 14197) | Brian | 2008-01-22 | 1 | -4/+4 |
* | Minor followup fixes for the previous commit. | Michel Dänzer | 2007-12-06 | 1 | -1/+4 |
* | Always call dlopen in DriverOpen. | George Nassas | 2007-12-06 | 2 | -2/+7 |
* | remove drawable from hash table when window is deleted (see bug 13091) | WuNian | 2007-11-27 | 1 | -0/+1 |
* | libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT. | Michel Dänzer | 2007-11-25 | 1 | -1/+2 |
* | recreate from changed gl_API.xml | Roland Scheidegger | 2007-11-09 | 3 | -82/+0 |
* | Fix compilation for !GLX_DIRECT_RENDERING. | Kristian Høgsberg | 2007-11-06 | 4 | -68/+83 |
* | Remove a couple of "deprecated" fields from __GLXcontextRec. | Kristian Høgsberg | 2007-11-06 | 4 | -38/+28 |
* | Don't return 0 in a void function. | Kristian Høgsberg | 2007-11-06 | 1 | -2/+2 |
* | Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id. | Kristian Høgsberg | 2007-11-06 | 1 | -1/+1 |
* | Lookup visual in visual list, not fbconfig list. | Kristian Høgsberg | 2007-11-05 | 1 | -11/+15 |
* | Filter both visuals and fbconfigs against driver supported configs. | Kristian Høgsberg | 2007-11-05 | 1 | -6/+3 |