| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -2/+48 |
|\ |
|
| * | Code reorganization: update build. | José Fonseca | 2008-02-15 | 1 | -2/+2 |
| * | Replace supported_formats with is_format_supported interface. | Michal Krol | 2007-10-28 | 1 | -2/+2 |
| * | surface_alloc() is now a winsys function. | Brian | 2007-10-26 | 1 | -3/+10 |
| * | Change/fix surface allocation functions. | Brian | 2007-08-11 | 1 | -3/+3 |
| * | asst changes to get softpipe rendering again (no zbuf support for now) | Brian | 2007-08-09 | 1 | -2/+22 |
| * | use new xmesa_create_softpipe() | Brian | 2007-08-06 | 1 | -0/+3 |
| * | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian | 2007-08-02 | 1 | -2/+5 |
| * | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 1 | -1/+5 |
| * | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 1 | -1/+1 |
| * | Lots of improvements to the surface-related code. | Brian | 2007-07-30 | 1 | -13/+1 |
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | michal | 2007-07-06 | 1 | -2/+7 |
| |\ |
|
| * | | code for functional Z buffer surface | Brian | 2007-06-25 | 1 | -2/+2 |
| * | | checkpoint: implement z/depth testing | Brian | 2007-06-20 | 1 | -2/+9 |
| * | | Re-org of surface/framebuffer state. | Brian | 2007-06-19 | 1 | -0/+7 |
| * | | Use the x11 driver as a test harness for the softpipe/state_tracker code. | Keith Whitwell | 2007-05-24 | 1 | -0/+7 |
* | | | remove old comments | Brian Paul | 2008-06-21 | 1 | -2/+0 |
* | | | fix typo | Brian | 2007-11-03 | 1 | -1/+1 |
| |/
|/| |
|
* | | Implement GLX_EXT_texture_from_pixmap. | Brian | 2007-05-19 | 1 | -2/+7 |
|/ |
|
* | xmesa: split FX functions to separate file, part 2. | George Sapountzis | 2007-04-20 | 1 | -1/+0 |
* | xmesa: split FX functions to separate file, part 1. | George Sapountzis | 2007-04-20 | 1 | -7/+1 |
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 1 | -3/+4 |
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 1 | -1/+18 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 1 | -18/+1 |
* | xmesa: export xmesa functions used by xfree86. | George Sapountzis | 2007-04-13 | 1 | -10/+0 |
* | xmesa: use newly added xm_image.[hc] | George Sapountzis | 2007-04-06 | 1 | -5/+3 |
* | re-order tokens, fix comments | Brian | 2007-04-01 | 1 | -4/+4 |
* | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 1 | -2/+3 |
* | Implement alpha buffer copy for SwapBuffers(). | Brian | 2007-03-23 | 1 | -0/+1 |
* | Rewrite code related to buffer destruction. | Brian | 2007-02-26 | 1 | -0/+7 |
* | Don't use x/y/w/h params given to Clear(). | Brian Paul | 2006-10-18 | 1 | -2/+1 |
* | Big re-org of buffer size management. | Brian Paul | 2006-10-14 | 1 | -47/+65 |
* | Use XAddExtension() to register an XCloseDisplay() callback function. | Brian Paul | 2006-08-30 | 1 | -0/+2 |
* | Don't include unused header files. | Kristian Høgsberg | 2006-07-06 | 1 | -1/+0 |
* | assorted clean-ups, fixes | Brian Paul | 2006-04-27 | 1 | -0/+12 |
* | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | 2006-03-30 | 1 | -1/+1 |
* | only call xmesa_set_renderbuffer_funcs() when really necessary | Brian Paul | 2006-01-09 | 1 | -3/+3 |
* | Updates for GL_EXT_timer_query: | Brian Paul | 2005-12-07 | 1 | -1/+3 |
* | Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places instead | Brian Paul | 2005-09-26 | 1 | -3/+13 |
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 1 | -12/+10 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 1 | -1/+6 |
* | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | 2005-06-23 | 1 | -4/+0 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -50/+67 |
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 1 | -1/+8 |
* | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul | 2004-11-27 | 1 | -2/+0 |
* | SWTC trick (disabled for now) | Daniel Borca | 2004-10-12 | 1 | -0/+3 |
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -53/+28 |
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 1 | -10/+5 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -4/+7 |
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 1 | -1/+1 |