| Commit message (Expand) | Author | Age | Files | Lines |
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 3 | -6/+10 |
* | a little code movement so we don't make invalid casts from gl_renderbuffers t... | Brian Paul | 2006-03-28 | 3 | -8/+24 |
* | added #undef GET_DISPATCH | Brian Paul | 2006-03-16 | 1 | -2/+5 |
* | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul | 2006-03-16 | 1 | -1/+6 |
* | added Flush in glXCopyContext() | Brian Paul | 2006-03-01 | 1 | -1/+4 |
* | need to check for _NEW_BUFFERS in xmesa_update_state() | Brian Paul | 2006-02-24 | 1 | -8/+4 |
* | New comments, clean-up of fields related to point/line/triangle validation. | Brian Paul | 2006-01-26 | 1 | -4/+7 |
* | added a couple new assertions to help debug XGL problem | Brian Paul | 2006-01-10 | 1 | -0/+2 |
* | only call xmesa_set_renderbuffer_funcs() when really necessary | Brian Paul | 2006-01-09 | 2 | -44/+50 |
* | check XGetGeometry() return value | Brian Paul | 2006-01-09 | 1 | -1/+13 |
* | Updates for GL_EXT_timer_query: | Brian Paul | 2005-12-07 | 2 | -14/+11 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -1/+1 |
* | Fix two failures encountered when running out of memory during XImage | Brian Paul | 2005-12-02 | 2 | -15/+18 |
* | MESA_GLX_ALPHA_BITS env var to force visual with alpha channel | Brian Paul | 2005-11-04 | 1 | -2/+19 |
* | fix GLX server resize/crash when resizing windows | Brian Paul | 2005-10-21 | 1 | -1/+0 |
* | fix another renderbuffer wrapping bug | Brian Paul | 2005-10-20 | 1 | -4/+3 |
* | check for PIXMAP in clip routine (SF bug 1323215) | Brian Paul | 2005-10-11 | 1 | -1/+1 |
* | Initial work for GL_EXT_packed_depth_stencil extension. | Brian Paul | 2005-09-28 | 1 | -8/+10 |
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 4 | -96/+120 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
* | Added a fast xor_line() function. Uses XDrawLine with GXxor mode. | Brian Paul | 2005-09-23 | 1 | -3/+56 |
* | Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbuffer | Brian Paul | 2005-09-23 | 2 | -4/+3 |
* | improve the test for using software alpha buffer | Brian Paul | 2005-09-23 | 1 | -1/+16 |
* | Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits, | Brian Paul | 2005-09-22 | 1 | -1/+1 |
* | Remove ACCUM_BITS. | Brian Paul | 2005-09-21 | 1 | -8/+15 |
* | remove 31-bit Z buffer work-around | Brian Paul | 2005-09-20 | 1 | -2/+2 |
* | 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 |
* | Committing in . | Jouk Jansen | 2005-09-08 | 1 | -0/+3 |
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 4 | -113/+132 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 4 | -5/+92 |
* | fix segfault in Fake_glXCreatePBuffer(), bug 4235 | Brian Paul | 2005-08-25 | 1 | -1/+4 |
* | added GL_X_RENDERABLE to glXChooseFBConfig (bug 4181) | Brian Paul | 2005-08-22 | 1 | -2/+14 |
* | actually free the renderbuffer in xmesa_delete_renderbuffer(), fixes a memory... | Brian Paul | 2005-08-09 | 1 | -1/+5 |
* | _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t... | Brian Paul | 2005-08-09 | 1 | -4/+0 |
* | Remove the last remnants of GLX_BUILT_IN_XMESA. This allows the removal of | Ian Romanick | 2005-07-26 | 3 | -76/+1 |
* | ---------------------------------------------------------------------- | Jouk Jansen | 2005-07-22 | 1 | -0/+3 |
* | include driverfuncs.h | Brian Paul | 2005-07-19 | 1 | -2/+0 |
* | XMesaResizeBuffers needs separate paths for client and server builds | Adam Jackson | 2005-07-16 | 1 | -0/+7 |
* | strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing the | Adam Jackson | 2005-07-16 | 1 | -6/+0 |
* | Remove NEW_RENDERBUFFER stuff. | Brian Paul | 2005-07-01 | 2 | -15/+7 |
* | need parenthesis in realloc call | Brian Paul | 2005-06-26 | 1 | -1/+1 |
* | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | 2005-06-23 | 2 | -72/+0 |
* | fix some renderbuffer problems for Xserver build (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -2/+2 |
* | check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman) | Brian Paul | 2005-06-08 | 1 | -17/+20 |
* | Remove debug printfs | Keith Whitwell | 2005-05-20 | 1 | -2/+0 |
* | Re-enable X11 optimized triangle funcs. | Keith Whitwell | 2005-05-20 | 1 | -1/+0 |
* | Remove MAX_VISUAL limitations of 100. If running dual head this can | Alan Hourihane | 2005-05-13 | 1 | -7/+5 |
* | Committing in . | Jouk Jansen | 2005-05-10 | 1 | -2/+3 |
* | fix some typos in FX code | Daniel Borca | 2005-05-09 | 1 | -5/+6 |