summaryrefslogtreecommitdiff
path: root/src/glx/x11
AgeCommit message (Expand)Author
2008-10-15glx: indent -br -i3 -npcs --no-tabs pixel.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs packsingle.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs packrender.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_window_pos.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_vertex_program.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array_priv.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_vertex_array.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_transpose_matrix.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs indirect_texture_compression.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glx_query.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glx_pbuffer.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxhash.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxhash.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxext.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxcurrent.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glxcmds.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs glcontextmodes.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs eval.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs drisw_glx.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri_glx.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri_common.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri_common.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri2.hRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri2_glx.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs dri2.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs compsize.cRALOVICH, Kristóf
2008-10-15glx: indent -br -i3 -npcs --no-tabs clientattrib.cRALOVICH, Kristóf
2008-10-15glx: add a line of Emacs helping variablesRALOVICH, Kristóf
2008-10-15glx: No need to zero a local variable.RALOVICH, Kristóf
2008-10-15glx: make INIT_MESA_SPARC more robustRALOVICH, Kristóf
2008-09-22mesa: Remove left over merge conflictsJakob Bornecrantz
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell
2008-09-19Update to SGI FreeB 2.0.Adam Jackson
2008-09-18glx: re-add glapi/ pathBrian
2008-09-18glx: added "glapi/" prefix to includeBrian
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18glx: remove #include "glheader.h" linesBrian Paul
2008-09-18glx: remove depency on glheader.h and GLboolean type in XF86DRI codeBrian Paul
2008-09-18Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-09-18dri/swrast: fix swapBuffers after dri2George Sapountzis
2008-09-13glx: fix 64-bit datatype issueGuillaume Melquiond
2008-09-12Finish off the previous fix for TFP.Eric Anholt
2008-09-12dri/swrast: fix swapBuffers after dri2George Sapountzis
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-29DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg
2008-08-20glx: free driScreen in FreeScreenConfigs()Kristof Ralovich
2008-08-20glx: free context in driDestroyContext()Kristof Ralovich
2008-08-20glx: free vertex array state when context is destroyedKristof Ralovich