summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
AgeCommit message (Expand)Author
2008-02-15Code reorganization: update build.José Fonseca
2007-10-28Replace supported_formats with is_format_supported interface.Michal Krol
2007-10-26surface_alloc() is now a winsys function.Brian
2007-08-11Change/fix surface allocation functions.Brian
2007-08-09asst changes to get softpipe rendering again (no zbuf support for now)Brian
2007-08-06use new xmesa_create_softpipe()Brian
2007-08-02pipe->clear() now takes a surface, rather than color/depth/stencil flags.Brian
2007-08-01Checkpoint: glClear changes - working, bug very rough.Brian
2007-07-31Redesign pipe_surface in terms of pipe_region.Brian
2007-07-30Lots of improvements to the surface-related code.Brian
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal
2007-06-25code for functional Z buffer surfaceBrian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-19Re-org of surface/framebuffer state.Brian
2007-05-24Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell
2007-05-19Implement GLX_EXT_texture_from_pixmap.Brian
2007-04-20xmesa: split FX functions to separate file, part 2.George Sapountzis
2007-04-20xmesa: split FX functions to separate file, part 1.George Sapountzis
2007-04-20xmesa: spilt FX code to separate functions.George Sapountzis
2007-04-20Revert "xmesa: drop glide (FX) backend."George Sapountzis
2007-04-19xmesa: drop glide (FX) backend.George Sapountzis
2007-04-13xmesa: export xmesa functions used by xfree86.George Sapountzis
2007-04-06xmesa: use newly added xm_image.[hc]George Sapountzis
2007-04-01re-order tokens, fix commentsBrian
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis
2007-03-23Implement alpha buffer copy for SwapBuffers().Brian
2007-02-26Rewrite code related to buffer destruction.Brian
2006-10-18Don't use x/y/w/h params given to Clear().Brian Paul
2006-10-14Big re-org of buffer size management.Brian Paul
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul
2006-07-06Don't include unused header files.Kristian Høgsberg
2006-04-27assorted clean-ups, fixesBrian Paul
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-01-09only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul
2005-09-07some clean-up and re-org for renderbuffersBrian Paul
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul
2005-06-23Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
2004-10-12SWTC trick (disabled for now)Daniel Borca
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-10-13glide driver (wip)Daniel Borca
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul
2003-02-25fix-up pixel_format enum stuffBrian Paul