aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul2003-07-031-3/+9
* Committing in .Jouk Jansen2003-07-021-0/+9
* Committing in .Jouk Jansen2003-06-171-0/+40
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-0510-10/+0
* Version defines. include "version.h" in a few files.Brian Paul2003-05-271-3/+2
* use INDEX8_SPAN_ARGSBrian Paul2003-04-211-9/+3
* Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul2003-04-041-3/+35
* fix double-memory free in XMesaDestroyContextBrian Paul2003-04-021-6/+3
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-017-264/+279
* 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
* disable prototyped GLX_ARB_render_texture extensionBrian Paul2003-03-241-4/+5
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-014-8/+4
* fix-up pixel_format enum stuffBrian Paul2003-02-251-23/+24
* casts to silence g++ warningsBrian Paul2003-02-251-5/+5
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-175-121/+123
* renamed dither-related preprocessor symbols (bug 536406)Brian Paul2003-01-242-51/+46
* fix for framebuffer width and height when window hasn't been realized.Alan Hourihane2003-01-161-3/+9
* initial code for render-to-textureBrian Paul2003-01-144-12/+100
* bring in a few AGP-related bits from 4.0.4Brian Paul2002-11-182-7/+37
* bump version to 5.1Brian Paul2002-11-141-3/+3
* Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul2002-11-141-156/+98
* moved function declaration into the template, define the NAME to specify the ...Brian Paul2002-11-131-445/+239
* check for NULL span argumentBrian Paul2002-11-131-4/+4
* changes to vishandle usage to prevent segfault in some circumstancesBrian Paul2002-11-103-41/+73
* minor multi-sample clean-upsBrian Paul2002-11-051-4/+14
* use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul2002-10-304-99/+77
* more version bumpsBrian Paul2002-10-292-5/+5
* update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul2002-10-291-3/+3
* wrapped a few more C library functionsBrian Paul2002-10-252-35/+35
* include GL/glx.hBrian Paul2002-10-251-3/+4
* Header file clean-up:Brian Paul2002-10-246-31/+16
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-142-5/+6
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-5/+6
* disable XMesaCreatePBuffer() for XFree86Brian Paul2002-10-091-1/+5
* added missing dispatch code for new AGP-related functionsBrian Paul2002-10-083-5/+23
* Pbuffers seem to work!Brian Paul2002-10-053-109/+202
* more work on fbconfig/pbuffer supportBrian Paul2002-10-053-233/+223
* Changed a number of context fields from GLchan to GLfloat (such as ClearColor).Brian Paul2002-10-042-24/+47
* new texture compression infrastructureBrian Paul2002-09-271-4/+7
* fix bug in index_mask() (bug 609837)Brian Paul2002-09-231-1/+2
* stub functions for glXAllocate/FreeMemoryNV()Brian Paul2002-08-224-4/+73
* fix problems in FXgetImage()Brian Paul2002-08-211-15/+14
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-234/+230
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-094-182/+138
* removed extra right-parenBrian Paul2002-06-251-2/+2
* FRONT_AND_BACK cullingKeith Whitwell2002-06-251-1/+4
* put XSync in get_buffer_size(), plus clean-upBrian Paul2002-06-191-6/+7