index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glx
/
drisw_glx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable GLX_EXT_texture_from_pixmap in software.
nobled
2011-09-06
1
-2
/
+81
*
drisw: Fix 24bpp software rendering, take 2
Marc Pignat
2011-07-15
1
-0
/
+7
*
Rename swrastg_dri to swrast_dri
Marek Olšák
2011-07-14
1
-3
/
+0
*
drisw: Remove cargo culting that breaks GLX 1.3 ctors
Adam Jackson
2011-06-29
1
-4
/
+0
*
glx: Allow a context-specific fallback for glXGetProcAddress
Jeremy Huddleston
2011-06-20
1
-0
/
+1
*
glx: implement drawable refcounting.
Stéphane Marchesin
2011-06-17
1
-2
/
+4
*
drisw: Namespace better for ease of navigation
Adam Jackson
2011-05-24
1
-14
/
+14
*
drisw: dead store removal
Adam Jackson
2011-05-24
1
-3
/
+1
*
glx: Fix leaks in DRISW screen creation error paths.
Henri Verbeet
2011-01-31
1
-2
/
+5
*
glx: Drop broken drawable garbage collection
Kristian Høgsberg
2010-09-08
1
-2
/
+2
*
glx: Fix use after free in drisw error path
Kristian Høgsberg
2010-08-04
1
-2
/
+1
*
glx: We no longer need screen extensions for drisw
Kristian Høgsberg
2010-08-04
1
-2
/
+0
*
glx: Move bind and unbind to context vtable
Kristian Høgsberg
2010-07-28
1
-13
/
+19
*
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
2010-07-28
1
-7
/
+7
*
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
2010-07-28
1
-5
/
+5
*
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
2010-07-28
1
-4
/
+4
*
glx: Drop duplicate psc field in drisw context struct
Kristian Høgsberg
2010-07-24
1
-3
/
+3
*
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
-2
/
+9
*
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
2010-07-22
1
-2
/
+9
*
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
2010-07-22
1
-12
/
+18
*
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
2010-07-19
1
-1
/
+0
*
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
2010-07-19
1
-1
/
+4
*
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
1
-14
/
+14
*
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
2010-07-19
1
-9
/
+10
*
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
2010-07-19
1
-1
/
+0
*
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
2010-07-19
1
-51
/
+75
*
glx: Rename various DRI structs away from obnoxious __GLXfooRec convention
Kristian Høgsberg
2010-07-19
1
-20
/
+16
*
Merge branch '7.8'
Brian Paul
2010-04-28
1
-1
/
+1
|
\
|
*
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
*
|
drisw: probably better hack for stride and some comments
George Sapountzis
2010-03-28
1
-59
/
+30
*
|
drisw: update comment
George Sapountzis
2010-03-27
1
-9
/
+15
*
|
drisw: add comment to libGL about stride
George Sapountzis
2010-03-27
1
-1
/
+9
*
|
drisw: make stride issue profound
George Sapountzis
2010-03-27
1
-31
/
+61
*
|
glx: try swrastg_dri, if swrast_dri fails
George Sapountzis
2010-03-27
1
-2
/
+15
*
|
glx: minor cosmetic
George Sapountzis
2010-03-21
1
-5
/
+8
*
|
glx: swapBuffers prototype has changed
George Sapountzis
2010-03-21
1
-2
/
+9
*
|
glx: Move initialization of ext_list_first_time to where it's storage is allo...
Jon TURNEY
2010-03-05
1
-3
/
+0
|
/
*
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg
2010-02-09
1
-0
/
+456