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
/
glxcmds.c
Age
Commit message (
Expand
)
Author
2010-03-05
GLX: remove debug prints from glXWaitForMscOML dispatch
Jesse Barnes
2010-02-23
glx: Fix some typos in pointer checking for OML_sync_control entry points.
kleinerm
2010-02-17
Merge commit '381d5e209815235911c4aab516037c868c8f695f'
Ian Romanick
2010-02-16
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
Kristian Høgsberg
2010-02-11
glx: Pass fbconfig ID or visual ID to CreateContext
Ian Romanick
2010-02-11
glx: Use the screen parameter everywhere instead of vis->screen, etc.
Ian Romanick
2010-02-11
glx: Move work of converting a visual to an fbconfig
Ian Romanick
2010-02-11
glx: Re-indent CreateContext after the previous commit
Ian Romanick
2010-02-11
glx: Handle imported contexts outside of CreateContext
Ian Romanick
2010-02-11
glx: Pass screen number as parameter to CreateContext
Ian Romanick
2010-02-11
glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter
Ian Romanick
2010-02-11
glx: Fix interval test in glXSwapIntervalMESA
Ian Romanick
2010-02-11
glx: Change type to eliminate 'comparison between signed and unsigned' warning
Ian Romanick
2010-02-11
glx: Add casts to eliminate 'comparison between signed and unsigned' warnings
Ian Romanick
2010-02-11
glx: Eliminate several 'unused variable' warnings in glxcmds.c.
Ian Romanick
2010-02-11
glx: Use wrapper macro to detect direct rendering
Ian Romanick
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg