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
Commit message (
Expand
)
Author
Age
Files
Lines
*
glx: free driScreen in FreeScreenConfigs()
Kristof Ralovich
2008-08-20
1
-0
/
+3
*
glx: free context in driDestroyContext()
Kristof Ralovich
2008-08-20
1
-0
/
+1
*
glx: free vertex array state when context is destroyed
Kristof Ralovich
2008-08-20
3
-2
/
+30
*
fix mem leak (free psc->visuals)
Kristof Ralovich
2008-08-20
1
-3
/
+6
*
Fixed 'make install' for darwin
Jeremy Huddleston
2008-08-12
1
-1
/
+1
*
Apple: Cleaned up some linking and dylib ids issues
Jeremy Huddleston
2008-08-11
1
-1
/
+2
*
glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protection
Jeremy Huddleston
2008-08-08
5
-19
/
+93
*
glx/x11: Fix missing __GL_EXT_BYTES declaration
Jeremy Huddleston
2008-08-08
2
-1
/
+3
*
Drop unused 'entries' field from __glxHashTable.
Adam Jackson
2008-08-04
1
-4
/
+2
*
glx: Update my e-mail address. :)
Ian Romanick
2008-07-15
1
-1
/
+1
*
glx: Trivial clean-ups to __glXSetArrayEnable
Ian Romanick
2008-07-15
1
-4
/
+8
*
glx/dri: only report DRI2 extensions when DRI2 is enabled.
Dave Airlie
2008-07-13
5
-6
/
+6
*
Call mklib with $(SHELL) so the user controls the interpreter
Dan Nicholson
2008-07-12
1
-1
/
+1
*
glx: add LIBGL_ALWAYS_SOFTWARE
George Sapountzis
2008-07-07
1
-2
/
+9
*
glcontextmodes.c is required remove the reference in .gitignore
Alan Hourihane
2008-07-04
1
-1
/
+0
*
Fix builds with compilers other than gcc 3.0 & newer
Alan Coopersmith
2008-06-21
3
-0
/
+3
*
glx: load swrast_dri.so
George Sapountzis
2008-06-13
5
-2
/
+459
*
glx: use ErrorMessageF
George Sapountzis
2008-06-13
1
-13
/
+10
*
copy msaa visuals capability
Roland Scheidegger
2008-06-10
1
-1
/
+4
*
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
5
-517
/
+504
*
Silence warning
Alan Hourihane
2008-06-05
1
-1
/
+1
*
replace make with $(MAKE) (bug 16133)
Brian Paul
2008-05-28
1
-1
/
+1
*
Revert "glapi: Generate xserver glapi sources in the mesa tree"
Kristian Høgsberg
2008-05-21
8
-16848
/
+0
*
Default DRI driver directory to match X.Org xserver
Dan Nicholson
2008-05-09
1
-1
/
+1
*
Always cleanup the makedepend backup files
Dan Nicholson
2008-05-06
1
-1
/
+1
*
include <X11/Xlib.h>
Alan Hourihane
2008-04-23
2
-0
/
+2
*
glx: nitpick renames
George Sapountzis
2008-04-23
4
-2
/
+2
*
glx: split out current context code
George Sapountzis
2008-04-23
7
-521
/
+538
*
Get the default GLXPixmap texture target from the server when appropriate.
Michel Dänzer
2008-04-10
1
-27
/
+37
*
Handle fbconfig comparison correctly for attributes the X server didn't send.
Jie Luo
2008-04-08
2
-5
/
+6
*
Only convert configs if screen creation was successful.
Kristian Høgsberg
2008-04-08
1
-8
/
+10
*
Pick up dri2proto from the standard proto header include path.
Kristian Høgsberg
2008-04-02
1
-1
/
+1
*
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
11
-256
/
+1305
*
glx: Add isDirect back to __GLXcontextRec. It is needed
Xiang, Haihao
2008-03-18
3
-2
/
+9
*
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
4
-18
/
+29
*
Add another missing check for uninitialized DRI.
Kristian Høgsberg
2008-03-12
1
-1
/
+2
*
Move make install logic for libGL back into src/mesa/Makefile.
Kristian Høgsberg
2008-03-10
2
-26
/
+2
*
Only try to call DRI function if DRI got initialized properly.
Kristian Høgsberg
2008-03-10
2
-4
/
+7
*
remove extra #include of assert.h (bug 14932)
Brian
2008-03-10
1
-1
/
+0
*
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
5
-37
/
+43
*
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
6
-128
/
+152
*
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
4
-56
/
+68
*
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
5
-48
/
+58
[next]