fix typo: s/Contexts/Surfaces/
[mesa.git] / src / mesa / drivers / x11 /
2008-03-31 José Fonsecagallium: Eliminate p_winsys::printf
2008-02-25 José FonsecaRemove files of unsupported build systems.
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
2008-01-25 Keith Whitwellgallium: rename pipe_buffer_handle to pipe_buffer...
2007-12-09 José FonsecaAdapt for winsys interface changes.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-10-31 Brianfix some breakage from lifting vbo/tnl code
2007-10-31 BrianLift VBO/tnl stuff up out of drivers
2007-10-30 BrianSet _NEW_BUFFERS in glRead/DrawBuffer().
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-28 Michal KrolReplace supported_formats with is_format_supported...
2007-10-27 BrianRemove remnants of softpipe_surface.
2007-10-26 Briansurface_alloc() is now a winsys function.
2007-10-26 BrianMove region_alloc() and region_release() to pipe_winsys.
2007-10-26 BrianMove the get/put_tile() functions to pipe_context.
2007-10-24 Briana bit more work for optimizing clears in tile cache...
2007-10-24 Brianadded a pipe->flush() call in xmesa_clear()
2007-10-22 Briandon't apply ColorMask to main gc
2007-10-22 Briandon't use GL types for get/put_tile() params
2007-10-20 BrianRemove obsolete read/write_quad() functions
2007-10-20 Brianuse combined depth/stencil buffer when possible
2007-10-19 Briandon't alloc region in xmesa_surface_alloc(), fixes...
2007-10-19 Brianclamp/clip in put_tile(), move softpipe_init_surface_fu...
2007-10-18 BrianAlternate CopyPixels path based on get/put_tile().
2007-10-14 Brianimplement put_tile()
2007-10-14 Brianaccum buffer support
2007-10-10 Brianimplement the user_buffer_create() function
2007-09-17 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-09-17 Brianupdate begin/end_query() functions
2007-09-10 Brianmerge buffer_unreference(), buffer_reference()
2007-09-10 Brianclean-ups, comments
2007-09-10 BrianRename
2007-08-23 Brianfix-up stencil buffers
2007-08-23 Briancheck for null ptr in xm_buffer_unreference()
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-18 Brianfix xm_buffer_data
2007-08-17 Brianreplace assertion w/ conditionals in xmesa_clear()
2007-08-17 Brianfix buffer clearing problems
2007-08-11 BrianChange/fix surface allocation functions.
2007-08-11 Brianrepair breakage from recent pipe_winsys re-org
2007-08-10 Brianreturn (softpipe) in GL_RENDERER string - temporarily
2007-08-10 Brianinvert Y axis
2007-08-09 Brianasst changes to get softpipe rendering again (no zbuf...
2007-08-07 Brianget rid of temp write_mono_row_ub() function
2007-08-06 Briancall st_init_driver_functions()
2007-08-06 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-06 Brianuse new xmesa_create_softpipe()
2007-08-06 Briansoftpipe/winsys interface
2007-08-02 Brianpipe->clear() now takes a surface, rather than color...
2007-08-02 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-02 Brianget rid of accum param
2007-08-01 Brianrearrange things in xmesa_clear() a bit
2007-08-01 BrianCheckpoint: glClear changes - working, bug very rough.
2007-07-31 BrianRedesign pipe_surface in terms of pipe_region.
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 BrianLots of improvements to the surface-related code.
2007-07-30 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-30 Brianadded map/unmap() stubs
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-23 Brianfix GLX_STEREO handling (bug 11705)
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-13 Brianminor rename
2007-07-11 Brianneed to clamp floats to [0,1] in write functions
2007-07-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-10 Brianremove debug printf
2007-07-10 BrianDo depth testing with integer values.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-25 Briancode for functional Z buffer surface
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Brianactually use new glClear code
2007-06-20 Brianplug in write_mono_row_ub
2007-06-20 BrianRe-org of surface/framebuffer state.
2007-06-14 Keith WhitwellRename directories again?!
2007-06-12 Brianfix GLX_USE_TLS breakage, fix a warning
2007-05-25 Brianremove #include "GL/glxtokens.h"
2007-05-24 Keith WhitwellUse the x11 driver as a test harness for the softpipe...
2007-05-22 Michel DänzerFix xserver build after recent XMesa changes.
2007-05-22 Brianreturn True for GLX_Y_INVERTED_EXT query
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-19 BrianImplement GLX_EXT_texture_from_pixmap.
2007-05-02 Brianfix some renderbuffer/wrapper bugs
2007-04-20 George Sapountzisxmesa: call _glapi_set_dispatch() for all xserver DDXes.
2007-04-20 George Sapountzisxmesa: minor cosmetic
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 2.
2007-04-20 George Sapountzisxmesa: split FX functions to separate file, part 1.
2007-04-20 George Sapountzisxmesa: spilt FX code to separate functions.
2007-04-20 George SapountzisRevert "xmesa: drop glide (FX) backend."
2007-04-18 George Sapountzisxmesa: drop glide (FX) backend.
2007-04-16 Brianuse b->display instead of b->xm_visual->display to...
2007-04-13 George Sapountzisxmesa: drop unused XMesaPutImageHelper.
2007-04-13 George Sapountzisxmesa: export xmesa functions used by xfree86.
2007-04-06 George Sapountzisxmesa: use newly added xm_image.[hc]
2007-04-06 George Sapountzisxmesa: add xf86glx_util.[hc] from xserver as xm_image...
2007-04-04 Brianremove debug printf
2007-04-02 BrianFix some bugs/issues related to alpha channel support...
2007-04-02 BrianIf using PF_8A8B8G8R, be sure alpha is correctly handled.
2007-04-02 Brianre-order tokens, fix comments
next