Age | Commit message (Expand) | Author |
2010-09-08 | glx: Drop broken drawable garbage collection | Kristian Høgsberg |
2010-08-04 | glx: Fix use after free in drisw error path | Kristian Høgsberg |
2010-08-04 | glx: We no longer need screen extensions for drisw | Kristian Høgsberg |
2010-07-28 | glx: Move bind and unbind to context vtable | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types. | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLXscreenConfigs to struct glx_screen | Kristian Høgsberg |
2010-07-28 | glx: Rename __GLcontextModes to struct glx_config | Kristian Høgsberg |
2010-07-24 | glx: Drop duplicate psc field in drisw context struct | Kristian Høgsberg |
2010-07-23 | glx: Don't destroy context with XID 0 | Kristian Høgsberg |
2010-07-23 | glx: zero out drawable structs after allocation | Kristian Høgsberg |
2010-07-23 | glx: Refactor and simplify context creation | Kristian Høgsberg |
2010-07-23 | glx: Move context destroy to context vtable | Kristian Høgsberg |
2010-07-22 | glx: Move WaitGL, WaitX, UseXFont to context vtable functions | Kristian Høgsberg |
2010-07-22 | glx: Allocate the __GLXcontext in the DRI drivers | Kristian Høgsberg |
2010-07-19 | glx: Move DRI CopySubBuffer extension to DRI1 code | Kristian Høgsberg |
2010-07-19 | glx: Move driver_configs to DRI screen privates | Kristian Høgsberg |
2010-07-19 | glx: Move __DRIdrawable pointers to DRI drawable privates | Kristian Høgsberg |
2010-07-19 | glx: Move __driScreen into the dri screen privates | Kristian Høgsberg |
2010-07-19 | glx: Move DRI1 specific extensions and code to DRI1 screen private | Kristian Høgsberg |
2010-07-19 | glx: Add screen privates for dri drivers and moved some fields there | Kristian Høgsberg |
2010-07-19 | glx: Rename various DRI structs away from obnoxious __GLXfooRec convention | Kristian Høgsberg |
2010-04-28 | Merge branch '7.8' | Brian Paul |
2010-04-27 | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston |
2010-04-01 | Revert accidental commits from the xquartz tree | Jeremy Huddleston |
2010-04-01 | apple: Change ifdefs for DRI to be DRI && !APPLE | Jeremy Huddleston |
2010-03-28 | drisw: probably better hack for stride and some comments | George Sapountzis |
2010-03-27 | drisw: update comment | George Sapountzis |
2010-03-27 | drisw: add comment to libGL about stride | George Sapountzis |
2010-03-27 | drisw: make stride issue profound | George Sapountzis |
2010-03-27 | glx: try swrastg_dri, if swrast_dri fails | George Sapountzis |
2010-03-21 | glx: minor cosmetic | George Sapountzis |
2010-03-21 | glx: swapBuffers prototype has changed | George Sapountzis |
2010-03-05 | glx: Move initialization of ext_list_first_time to where it's storage is allo... | Brian Paul |
2010-03-05 | glx: Move initialization of ext_list_first_time to where it's storage is allo... | Jon TURNEY |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg |