summaryrefslogtreecommitdiff
path: root/GL
AgeCommit message (Expand)AuthorFilesLines
2006-10-11Back out merge of master to 1.2 branch. Undoes 89987ca...Adam Jackson1-33/+348
2006-10-02symlink-mesa.sh: expand *.{c,h}Daniel Stone1-11/+11
2006-09-28Replace hard-coded filesnames with loops (all .c and .h files).Brian1-351/+33
2006-09-28Bug #8449: Yet another Mesa symlink script resync.Jeff Smith1-0/+3
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick1-118/+131
2006-09-07Fix AIGLX VT switching.Kristian Høgsberg3-27/+104
2006-09-06Remove prototypes and externs for non-existant functions and variables.Ian Romanick2-8/+0
2006-09-06Remove prototypes for non-existant functions.Ian Romanick1-19/+0
2006-08-31Add missing file from previous commit.Ian Romanick1-0/+105
2006-08-31Implement GLX_SGI_swap_control.Ian Romanick7-29/+43
2006-08-31Fix problems with vertex program protocolIan Romanick3-227/+252
2006-08-29Minor extension tweaks.Ian Romanick1-2/+1
2006-08-29Make sure unsupported extensions are disabled.Ian Romanick1-0/+2
2006-08-29Add support for AIGLX drivers to enable GLX extensions that they support.Ian Romanick4-1/+265
2006-08-29Remove __glXNoSuchRenderOpcode because it is no longer used.Ian Romanick2-7/+0
2006-08-25Enable GL_EXT_texture_filter_anisotropic and GL_EXT_blend_equation_separate.Ian Romanick6-4/+25
2006-08-25Enable vertex and fragment programs.Ian Romanick5-21/+176
2006-08-24Finish support for GL_ARB_texture_compression.Ian Romanick5-11/+141
2006-08-24Remove GL/glx/g_disptab.c, GL/glx/g_disptab_EXT.c, andIan Romanick8-5225/+1
2006-08-24Add some missing bits of GL_SGI_color_table.Ian Romanick4-0/+116
2006-08-24Regenerate from gl_API.xml 1.63. Enable extensions.Ian Romanick5-58/+220
2006-08-24Regenerate from gl_API.xml 1.62. Functions move, no real changes.Ian Romanick4-1893/+1893
2006-08-24Adapt to Mesa header name change.Lukáš Turek1-1/+1
2006-08-24Fix typoAlan Hourihane1-1/+1
2006-08-23Fix the sorting of the extension string. Add a few extensions thatIan Romanick1-4/+20
2006-08-23Refector __glXDisp_Render and __glXDispSwap_Render to DoRender.Ian Romanick3-309/+58
2006-08-23Memo to myself: Whenever a Makefile.am changes, autogen.sh must beIan Romanick2-36/+11
2006-08-23Convert protocol decode tabels for Render and RenderLarge to use nice,Ian Romanick7-2652/+1073
2006-08-23Fix __glXDispatchInfo::dispatch_functions andIan Romanick1-3/+3
2006-08-23Rename __glXDrawArraysSize to __glXDrawArraysReqSize. This makes itsIan Romanick3-4/+4
2006-08-23Re-generated files after a fix to glX_API.xml (in Mesa).Ian Romanick2-1/+3
2006-08-23Convert protocol decode tables for Single, VendorPrivate, andIan Romanick20-761/+1076
2006-08-09Sanitized glxdri's Block/Wakeuphandler calling.Tilman Sauerbeck1-8/+2
2006-07-23glx: fix typo from tag removalDave Airlie1-0/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson30-30/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone12-36/+12
2006-07-06Implement GLX_MESA_copy_sub_buffer.Kristian Høgsberg3-6/+84
2006-07-06Add GLX_MESA_copy_sub_buffer marshalling support.Kristian Høgsberg4-2/+62
2006-07-06Drop unused GL/include subtree.Kristian Høgsberg7-156/+1
2006-07-06Implement glXCreateWindow and glXDestroyWindow.Kristian Høgsberg2-53/+85
2006-07-06Move __GLXdrawable lookup and creation into GetDrawableOrPixmap.Kristian Høgsberg2-154/+72
2006-07-06Drop global GLX error integer variables and use __glXError() instead.Kristian Høgsberg8-211/+99
2006-07-06Move createDrawable from __GLXcontext to __GLXscreen.Kristian Høgsberg6-86/+99
2006-07-06Add marshalling for GLX 1.3 requests.Kristian Høgsberg5-38/+207
2006-06-27Add damage tracking to GLX_EXT_tfp implementation.Kristian Høgsberg4-43/+108
2006-06-24Fix byte swapping in some GLX requests.Michel Dänzer1-2/+2
2006-06-18Add some missing .gitignore stuff for Mesa symlinks and other generated files.Eric Anholt2-0/+37
2006-06-12Add arrayobj.c to the Makefile as well.Ian Romanick1-0/+1
2006-06-12Add new Mesa files arrayobj.c and arrayobj.h.Ian Romanick1-0/+2
2006-05-29Remove superfluous definition of tfp tokens.Kristian Høgsberg1-8/+0