summaryrefslogtreecommitdiff
path: root/glx
Commit message (Expand)AuthorAgeFilesLines
* glx: Require at least one True/DirectColor visualAdam Jackson2014-05-221-0/+21
* Add a command line argument for disabling indirect GLX.Eric Anholt2014-04-231-0/+11
* glx: If DRI2GetBuffers changes the GL context, call it againMichel Dänzer2014-04-231-0/+15
* glx: Make sure that DRI2/swrast calls haven't changed the GL context.Eric Anholt2014-04-232-8/+63
* glx: Refactor DRI2CopyRegion calls.Eric Anholt2014-04-231-27/+21
* glx: Unconditionally clear lastGLContext on loseCurrent().Eric Anholt2014-04-231-2/+2
* glx: Move GLX MakeCurrent lastGLContext updates next to makeCurrent().Eric Anholt2014-04-232-5/+4
* glx: Move the GLX variable caching what GL context is current to dix.Eric Anholt2014-04-233-26/+12
* glx: Clear new FBConfig attributes to 0 by default.Eric Anholt2014-03-101-1/+1
* __glGetProcAddress: explictly cast function pointers to void *Alan Coopersmith2014-02-071-2/+2
* glx: Delete dead NV program string functions.Eric Anholt2014-02-071-22/+0
* glx: Reduce compiler warnings by not requesting GL extension prototypes.Eric Anholt2014-02-071-1/+0
* glx: Stop relying on libGL ABI bugs for glGetCompressedTexImage().Eric Anholt2014-02-071-2/+6
* glx: Remove left-over glthread.cJon TURNEY2014-02-071-204/+0
* Warning fixes in glxKeith Packard2014-01-272-2/+2
* Merge remote-tracking branch 'anholt/xserver-unifdef'Keith Packard2014-01-222-83/+1
|\
| * glx: unifdef swrast dri_interface.h values from Mesa 7.1.Eric Anholt2013-12-301-24/+1
| * glx: unifdef for DRI2 dri_interface.h things in mesa 9.2.Eric Anholt2013-12-301-59/+0
* | Replace 'pointer' type with 'void *'Keith Packard2014-01-122-5/+5
|/
* glx: Add null pointer protection to __glGetProcAddressAdam Jackson2013-12-131-1/+3
* glx: Consistently use ARB-suffixed names for ARB_multitexture functionsJon TURNEY2013-12-102-49/+49
* drisw: Wire up GetProcAddressAdam Jackson2013-12-101-0/+5
* dri2: wire up GetProcAddressAdam Jackson2013-12-101-1/+5
* glx: Untangle the prototypes around the GetProcAddress thunkAdam Jackson2013-12-102-3/+5
* glx: Remove function stubsAdam Jackson2013-12-102-51/+0
* glx: Convert non-generated function pointer thunkingAdam Jackson2013-12-103-14/+44
* glx: Convert generated code function pointer thunkingAdam Jackson2013-12-102-544/+977
* glx: Fix incorrect use of dri_interface.h version defines in driver probing.Eric Anholt2013-12-051-2/+2
* glx: Fix incorrect use of dri_interface.h version defines in extensions.Eric Anholt2013-12-053-4/+4
* present: Send GLX_BufferSwapComplete events from present extensionKeith Packard2013-12-055-23/+86
* glx/glxdri2: Unwrap EnterVT/LeaveVT upon CloseScreenChris Wilson2013-11-231-0/+4
* glx: Lie about GLX_Y_INVERTED_EXTAdam Jackson2013-10-311-1/+2
* dri: Fix GLX_Y_INVERTED_EXT fbconfig attributeAdam Jackson2013-10-311-0/+1
* Merge remote-tracking branch 'idr/glx-float-fbconfig'Keith Packard2013-10-296-3/+74
|\
| * glx: Enable GLX_ARB_fbconfig_float for DRI2 driversDaniel Czarnowski2013-10-243-0/+17
| * glx: Handle float config types in glxConvertConfigsDaniel Czarnowski2013-10-241-3/+39
| * glx: Allow float renderType in glXCreateContextAttribsARBDaniel Czarnowski2013-10-242-0/+18
* | glx: convert to direct GL dispatch (v2)Adam Jackson2013-10-2938-41223/+3256
* | glx: Remove DRI1 AIGLX (v2)Adam Jackson2013-10-292-1176/+0
* | glx: Simplify glXDestroyContextAdam Jackson2013-10-291-3/+1
* | glx: Fix a corner case in DrawableGoneAdam Jackson2013-10-291-1/+1
* | glx: Fix memory leak in context garbage collection (v2)Adam Jackson2013-10-294-24/+35
* | glx: Only take a Pixmap reference if creating the GLXPixmap succeededAdam Jackson2013-10-291-1/+2
|/
* glx: Add support for the new DRI loader entrypoint.Eric Anholt2013-10-231-2/+22
* glx: Fill in some missing attributes from DoGetFBConfigsAdam Jackson2013-09-111-2/+12
* glx: Remove a dead commentAdam Jackson2013-09-111-4/+0
* glx: Catch another failure case in drawable creationAdam Jackson2013-09-111-0/+4
* glx: Remove screen number from __GLXconfigAdam Jackson2013-09-111-2/+0
* glx: Remove pixmapMode from __GLXconfigAdam Jackson2013-09-111-2/+0
* glx: Remove support for NV_vertex_program and NV_fragment_programAdam Jackson2013-09-111-4/+0