aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Start re-working SwapBuffers.Brian2007-11-013-43/+48
* Use new state tracker context/destroy funcs with wrap Mesa context.Brian2007-11-013-25/+49
* remove _mesa_init_driver_functions()Brian2007-11-011-6/+23
* fix some breakage from lifting vbo/tnl codeBrian2007-10-311-4/+10
* move a few lines of codeBrian2007-10-311-5/+4
* Lift VBO/tnl stuff up out of driversBrian2007-10-312-15/+14
* remove intelInvalidateStateBrian2007-10-311-13/+0
* re-enable fb size assertions which were previously disabledBrian2007-10-311-2/+0
* Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-1/+1
* Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-293-3/+3
* Update intel_is_format_supported.José Fonseca2007-10-291-12/+10
* Fix i915simple build.José Fonseca2007-10-291-3/+3
* Replace supported_formats with is_format_supported interface.Michal Krol2007-10-283-13/+11
* Remove remnants of softpipe_surface.Brian2007-10-271-37/+6
* surface_alloc() is now a winsys function.Brian2007-10-265-49/+135
* Actually move region_alloc() and region_release() to intel_winsys.José Fonseca2007-10-262-62/+64
* Move region_alloc() and region_release() to pipe_winsys.Brian2007-10-254-22/+130
* Move the get/put_tile() functions to pipe_context.Brian2007-10-251-2/+2
* a bit more work for optimizing clears in tile cache (not enabled yet)Brian2007-10-241-0/+14
* added a pipe->flush() call in xmesa_clear()Brian2007-10-241-0/+11
* don't apply ColorMask to main gcBrian2007-10-221-7/+6
* don't use GL types for get/put_tile() paramsBrian2007-10-221-4/+4
* Remove obsolete read/write_quad() functionsBrian2007-10-201-113/+0
* use combined depth/stencil buffer when possibleBrian2007-10-201-6/+16
* don't alloc region in xmesa_surface_alloc(), fixes a mem leakBrian2007-10-191-3/+1
* clamp/clip in put_tile(), move softpipe_init_surface_funcs() callBrian2007-10-191-4/+21
* Alternate CopyPixels path based on get/put_tile().Brian2007-10-181-0/+2
* implement put_tile()Brian2007-10-141-1/+12
* accum buffer supportBrian2007-10-142-5/+12
* implement intel_user_buffer_create()Brian2007-10-111-0/+16
* Initial support for user-space buffer objects.Brian2007-10-112-9/+49
* implement the user_buffer_create() functionBrian2007-10-101-5/+23
* intel_winsys: Adapt to DRM changes (again).Michel Dänzer2007-10-031-4/+4
* intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer2007-09-181-1/+2
* update begin/end_query() functionsBrian2007-09-171-4/+4
* intel_winsys: Fix intel_buffer_reference.Michel Daenzer2007-09-141-3/+5
* intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer2007-09-142-20/+20
* Implement query object interface.Brian2007-09-111-2/+3
* merge buffer_unreference(), buffer_reference()Brian2007-09-102-31/+29
* clean-ups, commentsBrian2007-09-101-6/+14
* RenameBrian2007-09-101-0/+0
* Move guts of glRasterPos down into T&L module.Brian2007-09-061-0/+1
* fix-up stencil buffersBrian2007-08-231-1/+7
* check for null ptr in xm_buffer_unreference()Brian2007-08-231-9/+11
* fix xm_buffer_dataBrian2007-08-181-2/+7
* replace assertion w/ conditionals in xmesa_clear()Brian2007-08-171-3/+3
* fix buffer clearing problemsBrian2007-08-175-42/+32
* Change/fix surface allocation functions.Brian2007-08-114-50/+45
* repair breakage from recent pipe_winsys re-orgBrian2007-08-113-38/+149
* Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell2007-08-117-14/+6