| Commit message (Expand) | Author | Age | Files | Lines |
* | xlib: code to force fixed function -> shader translation (for debug, disabled) | Brian Paul | 2009-03-03 | 1 | -0/+8 |
* | mesa: remove unused AUX buffers | Brian Paul | 2009-03-02 | 1 | -3/+0 |
* | mesa: use an array for current texture objects | Brian Paul | 2009-02-21 | 1 | -3/+3 |
* | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul | 2009-02-09 | 1 | -1/+1 |
* | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | xmesa: deprecate the "XMesa" interface | Brian Paul | 2009-01-10 | 1 | -1/+0 |
* | mesa: prefix more #includes with "main/" | Brian Paul | 2008-09-18 | 1 | -1/+1 |
* | prefix some includes with mesa/ or glapi/ | Brian Paul | 2008-06-05 | 1 | -8/+8 |
* | glcore: tree sharing for DRI and XMesa | George Sapountzis | 2008-04-23 | 1 | -1/+70 |
* | added some missing calls to _mesa_enable_x_y_extensions() | Brian | 2008-04-01 | 1 | -0/+1 |
* | remove #include "GL/glxtokens.h" | Brian | 2007-05-25 | 1 | -1/+0 |
* | Fix xserver build after recent XMesa changes. | Michel Dänzer | 2007-05-22 | 1 | -10/+10 |
* | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 1 | -12/+235 |
* | xmesa: call _glapi_set_dispatch() for all xserver DDXes. | George Sapountzis | 2007-04-20 | 1 | -2/+0 |
* | xmesa: minor cosmetic | George Sapountzis | 2007-04-20 | 1 | -29/+25 |
* | xmesa: split FX functions to separate file, part 2. | George Sapountzis | 2007-04-20 | 1 | -13/+8 |
* | xmesa: split FX functions to separate file, part 1. | George Sapountzis | 2007-04-20 | 1 | -233/+6 |
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 1 | -20/+16 |
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 1 | -2/+256 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 1 | -256/+2 |
* | xmesa: export xmesa functions used by xfree86. | George Sapountzis | 2007-04-13 | 1 | -4/+15 |
* | Fix some bugs/issues related to alpha channel support. See bug 10483. | Brian | 2007-04-01 | 1 | -31/+23 |
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 1 | -27/+12 |
* | Implement alpha buffer copy for SwapBuffers(). | Brian | 2007-03-23 | 1 | -5/+7 |
* | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian | 2007-03-16 | 1 | -6/+8 |
* | added null xmctx check to XMesaResizeBuffers(), bug 7205 | Mathias Hopf | 2007-03-16 | 1 | -0/+2 |
* | clear the b->frontxrb->drawable field in xmesa_free_buffer(), see bug 7205 | Brian | 2007-03-14 | 1 | -0/+6 |
* | formatting fix | Brian | 2007-03-06 | 1 | -4/+2 |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -2/+2 |
* | Rewrite code related to buffer destruction. | Brian | 2007-02-26 | 1 | -74/+26 |
* | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 1 | -3/+3 |
|\ |
|
| * | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 1 | -1/+1 |
| * | switch over to vbo module | Keith Whitwell | 2006-10-29 | 1 | -3/+3 |
* | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis | 2007-01-26 | 1 | -0/+7 |
|/ |
|
* | Remove get_buffer_size() | Brian Paul | 2006-10-17 | 1 | -5/+3 |
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 1 | -354/+228 |
* | assorted clean-ups | Brian Paul | 2006-10-14 | 1 | -56/+38 |
* | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | 2006-08-30 | 1 | -1/+15 |
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 1 | -3/+2 |
* | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul | 2006-03-16 | 1 | -1/+6 |
* | added a couple new assertions to help debug XGL problem | Brian Paul | 2006-01-10 | 1 | -0/+2 |
* | Fix two failures encountered when running out of memory during XImage | Brian Paul | 2005-12-02 | 1 | -13/+15 |
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 1 | -36/+50 |
* | improve the test for using software alpha buffer | Brian Paul | 2005-09-23 | 1 | -1/+16 |
* | added a return upon out-of-memory, remove a needless assignment | Brian Paul | 2005-09-12 | 1 | -2/+2 |
* | restore brace lost in previous check-in | Brian Paul | 2005-09-12 | 1 | -0/+1 |
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 1 | -65/+52 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 1 | -1/+4 |
* | _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t... | Brian Paul | 2005-08-09 | 1 | -4/+0 |
* | include driverfuncs.h | Brian Paul | 2005-07-19 | 1 | -2/+0 |