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
/
x11
/
dri_glx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't mess with emacs tab width.
Kristian Høgsberg
2008-11-11
1
-1
/
+0
*
Update DRI2 implementation according to new specification.
Kristian Høgsberg
2008-10-14
1
-0
/
+9
*
Revert pointless reindents to avoid merge conflicts.
Kristian Høgsberg
2008-10-14
1
-467
/
+456
*
glx: indent -br -i3 -npcs --no-tabs dri_glx.c
RALOVICH, Kristóf
2008-10-13
1
-456
/
+467
*
glx: add a line of Emacs helping variables
RALOVICH, Kristóf
2008-10-13
1
-0
/
+1
*
glx: remove #include "glheader.h" lines
Brian Paul
2008-09-18
1
-1
/
+0
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
1
-0
/
+6
*
glx: free context in driDestroyContext()
Kristof Ralovich
2008-08-20
1
-0
/
+1
*
glx/dri: only report DRI2 extensions when DRI2 is enabled.
Dave Airlie
2008-07-13
1
-1
/
+1
*
glx: load swrast_dri.so
George Sapountzis
2008-06-13
1
-1
/
+1
*
glx: use ErrorMessageF
George Sapountzis
2008-06-13
1
-13
/
+10
*
glx: use goto's vs. nested if's ala xserver
George Sapountzis
2008-06-09
1
-152
/
+136
*
glx: add dri_common.c ala xserver
George Sapountzis
2008-06-09
1
-420
/
+43
*
Default DRI driver directory to match X.Org xserver
Dan Nicholson
2008-05-09
1
-1
/
+1
*
include <X11/Xlib.h>
Alan Hourihane
2008-04-23
1
-0
/
+1
*
glx: split out current context code
George Sapountzis
2008-04-23
1
-6
/
+1
*
Handle fbconfig comparison correctly for attributes the X server didn't send.
Jie Luo
2008-04-08
1
-4
/
+5
*
Only convert configs if screen creation was successful.
Kristian Høgsberg
2008-04-08
1
-8
/
+10
*
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
1
-94
/
+304
*
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
1
-13
/
+9
*
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
1
-1
/
+1
*
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-24
/
+71
*
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-2
/
+47
*
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
1
-20
/
+24
*
Move DRI specific parts of CreateContext into dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-0
/
+37
*
Convert driCreateScreen and driDestroyScreen to function pointers.
Kristian Høgsberg
2008-03-08
1
-14
/
+16
*
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-03-08
1
-26
/
+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
1
-150
/
+43
*
libGL: Consolidate DRI initialization in dri_glx.c
Kristian Høgsberg
2008-03-08
1
-0
/
+407
*
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
1
-2
/
+6
*
Add macros to generate CreateNewScreen entrypoint.
Kristian Høgsberg
2007-10-05
1
-4
/
+1
*
Remove XIDs from DRI interface (see #5714).
Kristian Høgsberg
2007-10-05
1
-1
/
+1
*
Make sure GLX entrypoints are marked PUBLIC.
Adam Jackson
2007-04-08
1
-2
/
+3
*
always print error messages, unless LIBGL_DEBUG=quiet
Bernardo Innocenti
2007-03-27
1
-1
/
+5
*
fix mem leaks
Panagiotis Papadakos
2007-02-05
1
-0
/
+1
*
break if we removed driver from Drivers list in driDestroyDisplay
Panagiotis Papadakos
2007-02-05
1
-0
/
+1
*
driDestroyDisplay: Fix comment, it is called now.
Michel Dänzer
2007-02-01
1
-1
/
+1
*
driDestroyDisplay: Remove Drivers list entry when dlclosing its handle.
Michel Dänzer
2007-02-01
1
-2
/
+18
*
Bug #7169: Attempt to make libGL symbols visible to drivers.
Michel Dänzer
2006-08-14
1
-5
/
+16
*
New config var DRI_DRIVER_SEARCH_DIR to specify where libGL should search
Brian Paul
2006-07-12
1
-1
/
+1
*
fix X #includes so they're relative to X11/ directory (bug 4047)
Brian Paul
2005-08-11
1
-1
/
+1
*
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
2005-07-28
1
-1
/
+1
[next]