summaryrefslogtreecommitdiff
path: root/glx
AgeCommit message (Expand)AuthorFilesLines
2008-12-17Ensure symbols required by swrast_dri.so are visible.Paulo Cesar Pereira de Andrade2-5/+6
2008-12-14GLX: Changes resulting from changes to Mesa generator scripts / dataIan Romanick7-18/+28
2008-12-12Warning fix: Remove dead glXDisp{,Swap}_DrawArraysEXT definitions.Eric Anholt2-10/+0
2008-12-12Warning fix (GL likes to call strings GLubyte * instead of char *).Eric Anholt1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer16-16/+0
2008-12-03Test for DRI2 extension in dri_internal.h and only enable AIGLX DRI2 if found.Kristian Høgsberg1-2/+2
2008-12-02Fix GLX after 180bad84774493d48f2793a6281d825560944863.Eric Anholt4-4/+5
2008-12-02Add visibility flags to XSERVER_CFLAGS.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-12CopySubBuffer expects GL style coordinates.Kristian Høgsberg1-2/+3
2008-11-04AIGLX: Reinstate call to driver texOffsetFinish hook.Michel Dänzer1-0/+2
2008-11-04AIGLX: Don't truncate offset returned by driver texOffsetStart hook on 32 bit.Michel Dänzer1-1/+1
2008-11-03AIGLX: Allow 2D driver to prevent zero-copy texturing of a pixmap.Michel Dänzer1-1/+16
2008-10-23dri2: fail at context creation if driver fail to create it's contextJerome Glisse1-0/+4
2008-10-21Bug #18159: Spell "anisotropic" correctlyAdam Jackson1-1/+1
2008-10-15GLX: fix build when dri2 _is_ available.Luc Verhaegen1-1/+1
2008-10-15GLX: fix build when dri2 is not available.Luc Verhaegen1-2/+8
2008-10-15dri2: Update to latest protocol draft.Kristian Høgsberg1-12/+22
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson4-23/+10
2008-09-24GLX: Make sure GLX_SGI_make_current_read is enabled when possibleIan Romanick1-0/+9
2008-09-22Upgrade GLX Public License 1.0 to FreeB 2.0.Adam Jackson1-18/+28
2008-09-19Update to SGI FreeB 2.0.Adam Jackson24-786/+672
2008-08-31damage: choose less ambiguous function namesMaarten Maathuis1-2/+2
2008-08-30Removed dead glcontextmodesJeremy Huddleston3-607/+0
2008-08-29{damage,exa}: sanitise damageMaarten Maathuis1-1/+3
2008-08-29DRI2: Drop sarea use, implement server side swap buffers.Kristian Høgsberg2-62/+65
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky2-2/+4
2008-08-26Fix driGetConfigAttribIndex unaligned access to GLboolean.Kristian Høgsberg3-23/+8
2008-08-17glx: avoid possible NULLptr deref, fix #16884Jie Luo1-4/+8
2008-08-09glx: fix crash in driGetConfigAttribIndexDave Miller1-0/+4
2008-08-06glcontextmodes.[hc] were not added with the removal of the meas symlinks patc...Jeremy Huddleston3-0/+607
2008-07-28GLX: Unreference drawables bound to the old context, not the new one.Michel Dänzer1-3/+3
2008-07-28AIGLX/DRI1: Pay more attention to return value from DRIGetDrawableInfo().Michel Dänzer1-2/+6
2008-07-25Clean up unused definitions from glx headers.Kristian Høgsberg3-57/+0
2008-07-24Don't abort if swrast library is not presentDaniel Drake2-14/+25
2008-07-24Drop the glx resize hook and stop chaining PositionWindow.Kristian Høgsberg7-90/+0
2008-07-24Drop unnecessary linked list of contexts from GLXDrawable.Kristian Høgsberg3-83/+10
2008-07-21Need to unref pixmaps backing pbuffers too.Kristian Høgsberg1-1/+5
2008-07-21Fix embarrasing GLXPixmap leak.Kristian Høgsberg2-4/+5
2008-07-20distcheck fixesJulien Cristau1-0/+3
2008-07-02VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick2-2/+14
2008-06-13glx: drop unused cleargcGeorge Sapountzis1-7/+0
2008-06-13AIGLX/DRI1: Switch to server context for calling pScreen->GetImage.Michel Dänzer1-0/+4
2008-06-10glx: copy msaa visual capabilitiesRoland Scheidegger1-6/+9
2008-06-05gl: include assert.h if we're compiling with DEBUG.Paulo Cesar Pereira de Andrade1-0/+3
2008-05-23glx: fix memory corruption with r5g6b5George Sapountzis1-2/+5
2008-05-23glx: missing swrast is fatalGeorge Sapountzis1-1/+1
2008-05-23glx: drop stray glcore.h includeGeorge Sapountzis1-6/+0
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg58-0/+46366