gallium: fix refcount bug introduced in eb20e2984
[mesa.git] / src / mesa / drivers / x11 / xm_surface.c
2008-07-13 José Fonsecautil: Eliminate pipe from the arguments to pipe_get...
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: update build.
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 use GL types for get/put_tile() params
2007-10-20 BrianRemove obsolete read/write_quad() functions
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-14 Brianimplement put_tile()
2007-10-14 Brianaccum buffer support
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 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-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-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 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 Brianplug in write_mono_row_ub
2007-06-20 BrianRe-org of surface/framebuffer state.