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
/
glxclient.h
Age
Commit message (
Expand
)
Author
2010-09-30
glx: remove duplicated include
Nicolas Kaiser
2010-09-22
glx: decouple dri2.c and GLX, fixing Gallium EGL and d3d1x build
Luca Barbieri
2010-09-07
glx: Set an all NULL vtable for dummyContext
Kristian Høgsberg
2010-09-07
glx: Move dpy and scr fields out of direct rendering conditional
Kristian Høgsberg
2010-07-29
glx: Compare old ctx against dummyCtx, not NULL
Kristian Høgsberg
2010-07-28
glx: Split indirect and applegl implementations into different files
Kristian Høgsberg
2010-07-28
glx: Move bind and unbind to context vtable
Kristian Høgsberg
2010-07-28
glx: Rename __GLXcontext and __GLXdisplayPrivate to struct types.
Kristian Høgsberg
2010-07-28
glx: Rename __GLXscreenConfigs to struct glx_screen
Kristian Høgsberg
2010-07-28
glx: Use _X_EXPORT instead of our own PUBLIC macro
Kristian Høgsberg
2010-07-28
glx: Rename glcontextmodes.[ch] to glxconfig.[ch]
Kristian Høgsberg
2010-07-28
glx: Rename __GLcontextModes to struct glx_config
Kristian Høgsberg
2010-07-28
glx: Stop using glcore.h and glxint.h in glx
Kristian Høgsberg
2010-07-23
glx: Refactor and simplify context creation
Kristian Høgsberg
2010-07-23
glx: Move context destroy to context vtable
Kristian Høgsberg
2010-07-22
glx: Drop screen argument to GetGLXDRIDrawable
Kristian Høgsberg
2010-07-22
glx: Move WaitGL, WaitX, UseXFont to context vtable functions
Kristian Høgsberg
2010-07-22
glx: Allocate the __GLXcontext in the DRI drivers
Kristian Høgsberg
2010-07-22
glx: Use _Xglobal_lock for protecting extension display list
Kristian Høgsberg
2010-07-21
glx: Move last few dri_interface.h types out of glxclient.h and drop include
Kristian Høgsberg
2010-07-21
glx: Move __driContext field out of __GLXcontextRec
Kristian Høgsberg
2010-07-20
glx: #ifdef DRI specific prototype
Kristian Høgsberg
2010-07-19
glx: Move DRI CopySubBuffer extension to DRI1 code
Kristian Høgsberg
2010-07-19
glx: Move driver_configs to DRI screen privates
Kristian Høgsberg
2010-07-19
glx: Move drawHash to display private
Kristian Høgsberg
2010-07-19
glx: Don't use __glXInitialize() when we might be holding __glXLock()
Kristian Høgsberg
2010-07-19
glx: Move __DRIdrawable pointers to DRI drawable privates
Kristian Høgsberg
2010-07-19
glx: Remove support for MESA_swap_frame_usage
Kristian Høgsberg
2010-07-19
glx: Move __driScreen into the dri screen privates
Kristian Høgsberg
2010-07-19
glx: Move DRI1 specific extensions and code to DRI1 screen private
Kristian Høgsberg
2010-07-19
glx: Move DRI2 extensions to DRI2 screen private
Kristian Høgsberg
2010-07-19
glx: Drop support for GLX_MESA_allocate_memory
Kristian Høgsberg
2010-07-19
glx: Add screen privates for dri drivers and moved some fields there
Kristian Høgsberg
2010-07-19
glx: Fix drawable lookup in DRI2 event handler
Kristian Høgsberg
2010-07-14
dri2: Track event mask in client code.
Nick Bowler
2010-07-01
mesa: Purge macros NEED_EVENTS and NEED_REPLIES
Fernando Carrijo
2010-05-21
glx: Split tfp functions out to context vtable
Kristian Høgsberg
2010-04-28
Merge branch '7.8'
Brian Paul
2010-04-27
apple: Change ifdefs for DRI to be DRI && !APPLE
Jeremy Huddleston
2010-04-27
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
2010-04-22
DRI2: add config query extension
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-04-01
apple: Initial import of libGL for OSX from AppleSGLX svn repository.
Jeremy Huddleston
2010-03-03
Remove support for GCC older than 3.3.0
Ian Romanick
2010-02-16
dri2: Event driven buffer validation.
Francisco Jerez
2010-02-16
glx: Move GetGLXDRIDrawable() prototype to glxclient.h
Kristian Høgsberg
2010-02-09
Retire miniglx and move the actual glx code up to src/glx
Kristian Høgsberg