Age | Commit message (Expand) | Author |
2010-07-26 | glx: Drop duplicate psc field in dri 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-05-21 | glx: Split tfp functions out to context vtable | Kristian Høgsberg |
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-05 | glx: Move initialization of ext_list_first_time to where it's storage is allo... | Brian Paul |
2010-02-14 | glx: Silence uninitialized variable warning. | Vinson Lee |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg |