index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
dri_glx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
2010-07-28
1
-9
/
+9
*
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
2010-07-28
1
-8
/
+8
*
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
2010-07-28
1
-2
/
+2
*
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
2010-07-28
1
-7
/
+7
*
glx: Drop duplicate psc field in dri context struct
Kristian Høgsberg
2010-07-26
1
-3
/
+2
*
glx: Don't destroy context with XID 0
Kristian Høgsberg
2010-07-23
1
-1
/
+2
*
glx: zero out drawable structs after allocation
Kristian Høgsberg
2010-07-23
1
-0
/
+1
*
glx: Refactor and simplify context creation
Kristian Høgsberg
2010-07-23
1
-4
/
+8
*
glx: Move context destroy to context vtable
Kristian Høgsberg
2010-07-23
1
-9
/
+18
*
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
2010-07-22
1
-2
/
+3
*
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
2010-07-22
1
-19
/
+24
*
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
2010-07-19
1
-4
/
+13
*
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
2010-07-19
1
-1
/
+3
*
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
1
-27
/
+46
*
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
2010-07-19
1
-10
/
+11
*
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
2010-07-19
1
-1
/
+123
*
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
2010-07-19
1
-49
/
+78
*
glx: Rename various DRI structs away from obnoxious __GLXfooRec convention
Kristian Høgsberg
2010-07-19
1
-14
/
+11
*
glx: Split tfp functions out to context vtable
Kristian Høgsberg
2010-05-21
1
-0
/
+7
*
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-27
1
-1
/
+1
*
Revert accidental commits from the xquartz tree
Jeremy Huddleston
2010-04-01
1
-1
/
+1
*
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-01
1
-1
/
+1
*
glx: Move initialization of ext_list_first_time to where it's storage is allo...
Brian Paul
2010-03-05
1
-3
/
+0
*
glx: Silence uninitialized variable warning.
Vinson Lee
2010-02-14
1
-0
/
+1
*
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
2010-02-09
1
-0
/
+751