summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11
AgeCommit message (Expand)Author
2003-03-24disable prototyped GLX_ARB_render_texture extensionBrian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-25fix-up pixel_format enum stuffBrian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-01-24renamed dither-related preprocessor symbols (bug 536406)Brian Paul
2003-01-16fix for framebuffer width and height when window hasn't been realized.Alan Hourihane
2003-01-14initial code for render-to-textureBrian Paul
2002-11-18bring in a few AGP-related bits from 4.0.4Brian Paul
2002-11-14bump version to 5.1Brian Paul
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul
2002-11-13moved function declaration into the template, define the NAME to specify the ...Brian Paul
2002-11-13check for NULL span argumentBrian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul
2002-11-05minor multi-sample clean-upsBrian Paul
2002-10-30use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul
2002-10-29more version bumpsBrian Paul
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-25include GL/glx.hBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-09disable XMesaCreatePBuffer() for XFree86Brian Paul
2002-10-08added missing dispatch code for new AGP-related functionsBrian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-10-04Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul
2002-09-27new texture compression infrastructureBrian Paul
2002-09-23fix bug in index_mask() (bug 609837)Brian Paul
2002-08-22stub functions for glXAllocate/FreeMemoryNV()Brian Paul
2002-08-21fix problems in FXgetImage()Brian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-06-25removed extra right-parenBrian Paul
2002-06-25FRONT_AND_BACK cullingKeith Whitwell
2002-06-19put XSync in get_buffer_size(), plus clean-upBrian Paul
2002-06-17new fix for initial window size problemBrian Paul
2002-06-16Fix glXCopyContext bugBrian Paul
2002-06-16fixed window size initialization bugBrian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13more removal of fprintf() callsBrian Paul
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2002-05-27some initial work for fbconfigs/pbuffersBrian Paul
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-19C++ fixBrian Paul
2002-04-02return NULL from Fake_glXCreateContext() if dpy or visinfo are NULLBrian Paul
2002-03-19don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul