index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glx
/
x11
/
dri_glx.c
Age
Commit message (
Expand
)
Author
2010-02-01
glx: Remove unnecessary headers.
Vinson Lee
2010-01-11
Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesa
Jesse Barnes
2010-01-08
DRI2: add OML_sync_control support
Jesse Barnes
2010-01-05
Merge branch 'remove-intel-dri1'
Kristian Høgsberg
2010-01-04
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-03
apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX
Jeremy Huddleston
2009-11-02
glx: Fix memory leak if XF86DRICreateDrawable() fails
Vinson Lee
2009-08-13
glx: indent -br -i3 -npcs --no-tabs
RALOVICH, Kristóf
2009-07-28
glx: assign per screen driver configs (DRI)
RALOVICH, Kristóf
2009-07-07
GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.
Michel Dänzer
2009-05-04
glx: replace Xmalloc() calls with Xcalloc()
Brian Paul
2009-04-14
glx: Make glXGetScreenDriver() work for DRI2
Adam Jackson
2009-02-16
dri2: support glXWaitX & glXWaitGL by using fake front buffer.
Alan Hourihane
2008-11-11
Don't mess with emacs tab width.
Kristian Høgsberg
2008-10-14
Update DRI2 implementation according to new specification.
Kristian Høgsberg
2008-10-14
Revert pointless reindents to avoid merge conflicts.
Kristian Høgsberg
2008-10-13
glx: indent -br -i3 -npcs --no-tabs dri_glx.c
RALOVICH, Kristóf
2008-10-13
glx: add a line of Emacs helping variables
RALOVICH, Kristóf
2008-09-18
glx: remove #include "glheader.h" lines
Brian Paul
2008-08-29
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-20
glx: free context in driDestroyContext()
Kristof Ralovich
2008-07-13
glx/dri: only report DRI2 extensions when DRI2 is enabled.
Dave Airlie
2008-06-13
glx: load swrast_dri.so
George Sapountzis
2008-06-13
glx: use ErrorMessageF
George Sapountzis
2008-06-09
glx: use goto's vs. nested if's ala xserver
George Sapountzis
2008-06-09
glx: add dri_common.c ala xserver
George Sapountzis
2008-05-09
Default DRI driver directory to match X.Org xserver
Dan Nicholson
2008-04-23
include <X11/Xlib.h>
Alan Hourihane
2008-04-23
glx: split out current context code
George Sapountzis
2008-04-08
Handle fbconfig comparison correctly for attributes the X server didn't send.
Jie Luo
2008-04-08
Only convert configs if screen creation was successful.
Kristian Høgsberg
2008-04-02
Initialize GLX_EXT_texture_from_pixmap attributes correctly.
Kristian Høgsberg
2008-03-31
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-15
Test createNewScreen for NULL, not createNewScreenName in driCreateScreen().
Kristian Høgsberg
2008-03-14
glx: fix rotation regression. bug #14963
Xiang, Haihao
2008-03-12
libGL: Pull the drawable hash back out in the generic code.
Kristian Høgsberg
2008-03-10
dri: fix function call to add new parameter.
Dave Airlie
2008-03-09
Properly revert the libGL loader path breakage.
Kristian Høgsberg
2008-03-09
libGL: Fall back to DEFAULT_DRIVER_DIR properly.
Kristian Høgsberg
2008-03-08
Use _X_HIDDEN to hide a bunch of leaked symbols.
Kristian Høgsberg
2008-03-08
Move DRI context functions into dri_glx.c.
Kristian Høgsberg
2008-03-08
Move DRI drawable creation into dri_glx.c.
Kristian Høgsberg
2008-03-08
Introduce __GLXDRIscreen so we can start moving function pointers in there.
Kristian Høgsberg
2008-03-08
Move DRI specific parts of CreateContext into dri_glx.c.
Kristian Høgsberg
2008-03-08
Convert driCreateScreen and driDestroyScreen to function pointers.
Kristian Høgsberg
2008-03-08
Abstract __DRIdisplayPrivateRec away in dri_glx.c.
Kristian Høgsberg
2008-03-08
Simplify LIBGL_DRIVERS_PATH walking.
Kristian Høgsberg
2008-03-08
Simplify dri loading code by eliminating dlopen "cache".
Kristian Høgsberg
2008-03-08
libGL: Consolidate DRI initialization in dri_glx.c
Kristian Høgsberg
2007-12-06
Minor followup fixes for the previous commit.
Michel Dänzer
[next]