summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell2007-08-115-36/+38
* add intel_lock.c to buildkeithw2007-08-111-0/+1
* remove intel_ioctl.ckeithw2007-08-117-325/+178
* move batch ioctl to intel_batchbuffer.ckeithw2007-08-113-128/+35
* remove unused irq functionskeithw2007-08-112-46/+0
* move locking to new filekeithw2007-08-112-118/+170
* remove intelGetString()keithw2007-08-111-64/+0
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+7
* add missing printfkeithw2007-08-101-0/+9