summaryrefslogtreecommitdiffstats
path: root/src/glx
Commit message (Expand)AuthorAgeFilesLines
...
* glx: indent -br -i3 -npcs --no-tabs glx_query.cRALOVICH, Kristóf2008-10-131-36/+37
* glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.cRALOVICH, Kristóf2008-10-131-193/+191
* glx: indent -br -i3 -npcs --no-tabs glxhash.cRALOVICH, Kristóf2008-10-131-252/+299
* glx: indent -br -i3 -npcs --no-tabs glxhash.hRALOVICH, Kristóf2008-10-131-6/+10
* glx: indent -br -i3 -npcs --no-tabs glxext.cRALOVICH, Kristóf2008-10-131-689/+704
* glx: indent -br -i3 -npcs --no-tabs glxcurrent.cRALOVICH, Kristóf2008-10-131-265/+284
* glx: indent -br -i3 -npcs --no-tabs glxcmds.cRALOVICH, Kristóf2008-10-131-1564/+1642
* glx: indent -br -i3 -npcs --no-tabs glcontextmodes.cRALOVICH, Kristóf2008-10-131-312/+306
* glx: indent -br -i3 -npcs --no-tabs eval.cRALOVICH, Kristóf2008-10-131-68/+74
* glx: indent -br -i3 -npcs --no-tabs drisw_glx.cRALOVICH, Kristóf2008-10-131-294/+298
* glx: indent -br -i3 -npcs --no-tabs dri_glx.cRALOVICH, Kristóf2008-10-131-456/+467
* glx: indent -br -i3 -npcs --no-tabs dri_common.hRALOVICH, Kristóf2008-10-131-8/+9
* glx: indent -br -i3 -npcs --no-tabs dri_common.cRALOVICH, Kristóf2008-10-131-211/+219
* glx: indent -br -i3 -npcs --no-tabs dri2.hRALOVICH, Kristóf2008-10-131-23/+20
* glx: indent -br -i3 -npcs --no-tabs dri2_glx.cRALOVICH, Kristóf2008-10-131-237/+248
* glx: indent -br -i3 -npcs --no-tabs dri2.cRALOVICH, Kristóf2008-10-131-229/+235
* glx: indent -br -i3 -npcs --no-tabs compsize.cRALOVICH, Kristóf2008-10-131-120/+125
* glx: indent -br -i3 -npcs --no-tabs clientattrib.cRALOVICH, Kristóf2008-10-131-76/+83
* glx: add a line of Emacs helping variablesRALOVICH, Kristóf2008-10-1343-0/+43
* glx: No need to zero a local variable.RALOVICH, Kristóf2008-10-131-1/+0
* glx: make INIT_MESA_SPARC more robustRALOVICH, Kristóf2008-10-131-8/+8
* Remove CVS keywords.Keith Whitwell2008-09-216-6/+0
* Update to SGI FreeB 2.0.Adam Jackson2008-09-1916-543/+448
* glx: re-add glapi/ pathBrian2008-09-181-0/+1
* glx: added "glapi/" prefix to includeBrian2008-09-181-1/+1
* mesa: fix asst path/include mistakes in prev commitsChris Rankin2008-09-181-1/+1
* glx: remove #include "glheader.h" linesBrian Paul2008-09-1815-15/+21
* glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul2008-09-182-8/+18
* glx: fix 64-bit datatype issueGuillaume Melquiond2008-09-131-1/+7
* Finish off the previous fix for TFP.Eric Anholt2008-09-121-0/+3
* dri/swrast: fix swapBuffers after dri2George Sapountzis2008-09-121-0/+6
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-296-104/+174
* glx: free driScreen in FreeScreenConfigs()Kristof Ralovich2008-08-201-0/+3
* glx: free context in driDestroyContext()Kristof Ralovich2008-08-201-0/+1
* glx: free vertex array state when context is destroyedKristof Ralovich2008-08-203-2/+30
* fix mem leak (free psc->visuals)Kristof Ralovich2008-08-201-3/+6
* Fixed 'make install' for darwinJeremy Huddleston2008-08-121-1/+1
* Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-1/+2
* glx/x11: Added some #ifdef GLX_DIRECT_RENDERING protectionJeremy Huddleston2008-08-085-19/+93
* glx/x11: Fix missing __GL_EXT_BYTES declarationJeremy Huddleston2008-08-082-1/+3
* Drop unused 'entries' field from __glxHashTable.Adam Jackson2008-08-041-4/+2
* glx: Update my e-mail address. :)Ian Romanick2008-07-151-1/+1
* glx: Trivial clean-ups to __glXSetArrayEnableIan Romanick2008-07-151-4/+8
* glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie2008-07-135-6/+6
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-122-2/+2
* glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis2008-07-071-2/+9
* glcontextmodes.c is required remove the reference in .gitignoreAlan Hourihane2008-07-041-1/+0
* Fix builds with compilers other than gcc 3.0 & newerAlan Coopersmith2008-06-213-0/+3
* glx: load swrast_dri.soGeorge Sapountzis2008-06-135-2/+459
* glx: use ErrorMessageFGeorge Sapountzis2008-06-131-13/+10