aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_dd.c
Commit message (Expand)AuthorAgeFilesLines
* Committing in .Jouk Jansen2005-09-081-0/+3
* some clean-up and re-org for renderbuffersBrian Paul2005-09-071-22/+31
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-3/+81
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-011-8/+0
* Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul2005-06-231-68/+0
* remove bad assertion, added new ones in clear_pixmap()Brian Paul2005-05-061-2/+6
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-384/+361
* comments and clean-upBrian Paul2005-04-181-25/+27
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+19
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-271-37/+30
* Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul2004-11-251-0/+2
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-2/+2
* Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul2004-11-091-3/+3
* Removed _swrast_validate_pbo_access().Brian Paul2004-10-311-8/+52
* SWTC trick (disabled for now)Daniel Borca2004-10-121-0/+21
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-3/+3
* fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul2004-04-091-8/+2
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-4/+11
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-0/+12
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-2/+36
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-2/+5
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-93/+32
* check swrast->NewState in Draw/CopyPixels functionsBrian Paul2003-12-121-0/+9
* Fix a front/back CopyPixels glitch.Brian Paul2003-12-051-2/+4
* use _swrast_CopyPixels for XFree86Alan Hourihane2003-12-041-2/+3
* don't use new glDrawPixel routines in XserverBrian Paul2003-12-041-8/+12
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-2/+4
* Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() whenBrian Paul2003-11-291-28/+172
* Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul2003-10-191-11/+0
* initialize GetBufferSubData pointerBrian Paul2003-10-151-0/+1
* GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul2003-09-171-30/+28
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-3/+9
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-3/+35
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-23/+20
* New device driver hooks for texture object and texture image creation toBrian Paul2003-04-011-1/+4
* fixed ColorMask problem for front-buffer renderingBrian Paul2003-03-271-4/+5
* remove some unfinished code accidently checked inBrian Paul2003-03-251-4/+1
* histogram code move, remove s_histogram.[ch] from MakefilesBrian Paul2003-03-251-2/+6
* fix for framebuffer width and height when window hasn't been realized.Alan Hourihane2003-01-161-3/+9
* use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul2002-10-301-3/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-141-2/+2
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-5/+6
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-041-8/+12
* new texture compression infrastructureBrian Paul2002-09-271-4/+7
* fix bug in index_mask() (bug 609837)Brian Paul2002-09-231-1/+2
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-121/+101
* put XSync in get_buffer_size(), plus clean-upBrian Paul2002-06-191-6/+7
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-8/+6
* don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul2002-03-191-3/+1