| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | rearrange things in xmesa_clear() a bit | Brian | 2007-08-01 | 1 | -3/+6 |
* | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 3 | -1/+33 |
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 3 | -35/+22 |
* | Lots of improvements to the surface-related code. | Brian | 2007-07-30 | 3 | -256/+54 |
* | added map/unmap() stubs | Brian | 2007-07-30 | 1 | -0/+17 |
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | michal | 2007-07-27 | 1 | -1/+6 |
|\ |
|
| * | fix GLX_STEREO handling (bug 11705) | Brian | 2007-07-23 | 1 | -1/+6 |
* | | minor rename | Brian | 2007-07-13 | 1 | -1/+1 |
* | | need to clamp floats to [0,1] in write functions | Brian | 2007-07-11 | 1 | -2/+2 |
* | | Checkpoint: stencil roughly working, some bugs to fix... | Brian | 2007-07-10 | 1 | -1/+64 |
* | | remove debug printf | Brian | 2007-07-10 | 1 | -2/+0 |
* | | Do depth testing with integer values. | Brian | 2007-07-10 | 1 | -4/+8 |
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | michal | 2007-07-06 | 7 | -38/+459 |
|\| |
|
| * | fix GLX_USE_TLS breakage, fix a warning | Brian | 2007-06-12 | 1 | -2/+2 |
| * | 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 | 2 | -17/+10 |
| * | return True for GLX_Y_INVERTED_EXT query | Brian | 2007-05-21 | 1 | -1/+1 |
| * | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian | 2007-05-20 | 1 | -4/+4 |
| * | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 5 | -25/+454 |
* | | code for functional Z buffer surface | Brian | 2007-06-25 | 2 | -5/+76 |
* | | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 3 | -4/+25 |
* | | actually use new glClear code | Brian | 2007-06-20 | 1 | -0/+12 |
* | | plug in write_mono_row_ub | Brian | 2007-06-20 | 1 | -0/+12 |
* | | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 2 | -0/+238 |
* | | Rename directories again?! | Keith Whitwell | 2007-06-14 | 2 | -5/+5 |
* | | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell | 2007-05-24 | 6 | -0/+76 |
|/ |
|
* | fix some renderbuffer/wrapper bugs | Brian | 2007-05-02 | 1 | -6/+6 |
* | 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 | 4 | -15/+32 |
* | xmesa: split FX functions to separate file, part 1. | George Sapountzis | 2007-04-20 | 4 | -240/+300 |
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 3 | -27/+34 |
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 3 | -6/+284 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 3 | -284/+6 |
* | use b->display instead of b->xm_visual->display to fix some problems detected... | Brian | 2007-04-16 | 1 | -7/+7 |
* | xmesa: drop unused XMesaPutImageHelper. | George Sapountzis | 2007-04-13 | 2 | -24/+0 |
* | xmesa: export xmesa functions used by xfree86. | George Sapountzis | 2007-04-13 | 2 | -14/+15 |
* | xmesa: use newly added xm_image.[hc] | George Sapountzis | 2007-04-06 | 4 | -29/+13 |
* | xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc] | George Sapountzis | 2007-04-06 | 2 | -0/+254 |
* | remove debug printf | Brian | 2007-04-04 | 1 | -1/+0 |
* | Fix some bugs/issues related to alpha channel support. See bug 10483. | Brian | 2007-04-01 | 1 | -31/+23 |
* | If using PF_8A8B8G8R, be sure alpha is correctly handled. | Brian | 2007-04-01 | 2 | -23/+40 |
* | re-order tokens, fix comments | Brian | 2007-04-01 | 1 | -4/+4 |
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 5 | -46/+24 |
* | Fix some renderbuffer reference counting issues. Also fixes a mem leak. | Brian | 2007-03-25 | 1 | -12/+0 |
* | Implement alpha buffer copy for SwapBuffers(). | Brian | 2007-03-23 | 2 | -5/+8 |
* | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian | 2007-03-16 | 2 | -22/+31 |
* | 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 |
* | move CLIENT_ID code in xmesa_delete_framebuffer(), see bug 7205 | Brian | 2007-03-14 | 1 | -6/+3 |