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
/
dri2_glx.c
Age
Commit message (
Expand
)
Author
2010-05-21
glx: Invalidate drawable in glXBindTexImageEXT() if we don't get events
Kristian Høgsberg
2010-05-21
glx: Split tfp functions out to context vtable
Kristian Høgsberg
2010-05-18
dri2_glx: Put the invalidate b/c code back in
Kristian Høgsberg
2010-05-18
dri2_glx: Terminate loader extension list outside #ifdef
Kristian Høgsberg
2010-05-11
glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we can
Kristian Høgsberg
2010-05-10
glx: Only call DRI2 invalidate when necessary
Kristian Høgsberg
2010-04-28
Merge branch '7.8'
Brian Paul
2010-04-27
Initialize have_back.
Pierre Willenbrock
2010-04-27
glx: Initialize have_back.
Pierre Willenbrok
2010-04-27
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-23
Merge branch '7.8'
Michel Dänzer
2010-04-23
glx/dri2: Fix build with dri2proto which doesn't define X_DRI2SwapInterval.
Michel Dänzer
2010-04-22
DRI2/GLX: check for vblank_mode in DRI2 GLX code
Jesse Barnes
2010-04-19
DRI2: check for swapAvailable before using swap interval protocol
Jesse Barnes
2010-04-19
DRI2: synchronize swap interval with server at startup time
Jesse Barnes
2010-04-14
Initialize DRI2 swap interval to 0
Michael Schmidt
2010-04-01
GLX/DRI2: pass GLX drawable ID to dri2InvalidateBuffers
Jesse Barnes
2010-04-01
Revert accidental commits from the xquartz tree
Jeremy Huddleston
2010-04-01
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-03-30
glx/dri2: Fix debug build with old dri2proto.
Michel Dänzer
2010-03-05
glx: Move initialization of ext_list_first_time to where it's storage is allo...
Brian Paul
2010-03-05
DRI2: expose OML_sync_control if possible
Jesse Barnes
2010-02-16
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg