aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_dd.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-55/+58
* silence gcc warnings (Marc La France)Brian Paul2002-03-011-2/+4
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-151-3/+4
* updated GL_VENDOR stringBrian Paul2002-02-141-4/+4
* minor re-orgBrian Paul2001-09-121-1/+44
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-14/+5
* Driver interface changesKeith Whitwell2001-05-101-1/+3
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-2/+2
* More texture image changes.Brian Paul2001-04-041-1/+3
* another fix to clear_32bit_ximage()Brian Paul2001-04-031-2/+1
* clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...Brian Paul2001-04-031-8/+8
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-27/+41
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-2/+2
* fixed mistake in alpha buffer clear testBrian Paul2001-03-011-2/+2
* added s/w alpha buffer clearingBrian Paul2001-03-011-1/+8
* Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functionsBrian Paul2001-02-191-1/+6
* Overhaul of texture image handling.Brian Paul2001-02-061-8/+19
* Update implementations of Driver.Clear().Keith Whitwell2001-01-291-15/+13
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-7/+31
* Lots of GLchan datatype changes.Brian Paul2001-01-241-7/+8
* Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell2001-01-161-10/+11
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-2/+3
* Major rework of tnl moduleKeith Whitwell2000-12-261-9/+9
* Committing in .Jouk Jansen2000-11-221-11/+11
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+3
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-31/+2
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-97/+61
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-18/+21