summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul2006-03-303-6/+10
* a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul2006-03-283-8/+24
* added #undef GET_DISPATCHBrian Paul2006-03-161-2/+5
* Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul2006-03-161-1/+6
* added Flush in glXCopyContext()Brian Paul2006-03-011-1/+4
* need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul2006-02-241-8/+4
* New comments, clean-up of fields related to point/line/triangle validation.Brian Paul2006-01-261-4/+7
* added a couple new assertions to help debug XGL problemBrian Paul2006-01-101-0/+2
* only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul2006-01-092-44/+50
* check XGetGeometry() return valueBrian Paul2006-01-091-1/+13
* Updates for GL_EXT_timer_query:Brian Paul2005-12-072-14/+11
* C++ fixes, mostly casts (Stephane Conversy)Brian Paul2005-12-061-1/+1
* Fix two failures encountered when running out of memory during XImageBrian Paul2005-12-022-15/+18
* MESA_GLX_ALPHA_BITS env var to force visual with alpha channelBrian Paul2005-11-041-2/+19
* fix GLX server resize/crash when resizing windowsBrian Paul2005-10-211-1/+0
* fix another renderbuffer wrapping bugBrian Paul2005-10-201-4/+3
* check for PIXMAP in clip routine (SF bug 1323215)Brian Paul2005-10-111-1/+1
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-8/+10
* Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul2005-09-264-96/+120
* Committing in .Jouk Jansen2005-09-231-1/+1
* Added a fast xor_line() function. Uses XDrawLine with GXxor mode.Brian Paul2005-09-231-3/+56
* Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul2005-09-232-4/+3
* improve the test for using software alpha bufferBrian Paul2005-09-231-1/+16
* Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits,Brian Paul2005-09-221-1/+1
* Remove ACCUM_BITS.Brian Paul2005-09-211-8/+15
* remove 31-bit Z buffer work-aroundBrian Paul2005-09-201-2/+2
* added a return upon out-of-memory, remove a needless assignmentBrian Paul2005-09-121-2/+2
* restore brace lost in previous check-inBrian Paul2005-09-121-0/+1
* Committing in .Jouk Jansen2005-09-081-0/+3
* some clean-up and re-org for renderbuffersBrian Paul2005-09-074-113/+132
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-024-5/+92
* fix segfault in Fake_glXCreatePBuffer(), bug 4235Brian Paul2005-08-251-1/+4
* added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181)Brian Paul2005-08-221-2/+14
* actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory...Brian Paul2005-08-091-1/+5
* _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t...Brian Paul2005-08-091-4/+0
* Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal ofIan Romanick2005-07-263-76/+1
* ----------------------------------------------------------------------Jouk Jansen2005-07-221-0/+3
* include driverfuncs.hBrian Paul2005-07-191-2/+0
* XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson2005-07-161-0/+7
* strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson2005-07-161-6/+0
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-012-15/+7
* need parenthesis in realloc callBrian Paul2005-06-261-1/+1
* Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul2005-06-232-72/+0
* fix some renderbuffer problems for Xserver build (Dave Reveman)Brian Paul2005-06-081-2/+2
* check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul2005-06-081-17/+20
* Remove debug printfsKeith Whitwell2005-05-201-2/+0
* Re-enable X11 optimized triangle funcs.Keith Whitwell2005-05-201-1/+0
* Remove MAX_VISUAL limitations of 100. If running dual head this canAlan Hourihane2005-05-131-7/+5
* Committing in .Jouk Jansen2005-05-101-2/+3
* fix some typos in FX codeDaniel Borca2005-05-091-5/+6