summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2007-10-27Remove remnants of softpipe_surface.Brian
2007-10-26surface_alloc() is now a winsys function.Brian
2007-10-26Actually move region_alloc() and region_release() to intel_winsys.José Fonseca
2007-10-25Move region_alloc() and region_release() to pipe_winsys.Brian
2007-10-25Move the get/put_tile() functions to pipe_context.Brian
2007-10-24a bit more work for optimizing clears in tile cache (not enabled yet)Brian
2007-10-24added a pipe->flush() call in xmesa_clear()Brian
2007-10-22don't apply ColorMask to main gcBrian
2007-10-22don't use GL types for get/put_tile() paramsBrian
2007-10-20Remove obsolete read/write_quad() functionsBrian
2007-10-20use combined depth/stencil buffer when possibleBrian
2007-10-19don't alloc region in xmesa_surface_alloc(), fixes a mem leakBrian
2007-10-19clamp/clip in put_tile(), move softpipe_init_surface_funcs() callBrian
2007-10-18Alternate CopyPixels path based on get/put_tile().Brian
2007-10-14implement put_tile()Brian
2007-10-14accum buffer supportBrian
2007-10-11implement intel_user_buffer_create()Brian
2007-10-11Initial support for user-space buffer objects.Brian
2007-10-10implement the user_buffer_create() functionBrian
2007-10-03intel_winsys: Adapt to DRM changes (again).Michel Dänzer
2007-09-18intel_winsys: Disable scheduled buffer swaps for now.Michel Dänzer
2007-09-17update begin/end_query() functionsBrian
2007-09-14intel_winsys: Fix intel_buffer_reference.Michel Daenzer
2007-09-14intel_winsys: Adapt to recent drm changes (s/pipes/planes/).Michel Daenzer
2007-09-11Implement query object interface.Brian
2007-09-10merge buffer_unreference(), buffer_reference()Brian
2007-09-10clean-ups, commentsBrian
2007-09-10RenameBrian
2007-09-06Move guts of glRasterPos down into T&L module.Brian
2007-08-23fix-up stencil buffersBrian
2007-08-23check for null ptr in xm_buffer_unreference()Brian
2007-08-18fix xm_buffer_dataBrian
2007-08-17replace assertion w/ conditionals in xmesa_clear()Brian
2007-08-17fix buffer clearing problemsBrian
2007-08-11Change/fix surface allocation functions.Brian
2007-08-11repair breakage from recent pipe_winsys re-orgBrian
2007-08-11Rename intel_buffers.[ch] to intel_swapbuffers.[ch]Keith Whitwell
2007-08-11Fix some build failures. Move intelScreenContext to intel_context.cKeith Whitwell
2007-08-11add intel_lock.c to buildkeithw
2007-08-11remove intel_ioctl.ckeithw
2007-08-11move batch ioctl to intel_batchbuffer.ckeithw
2007-08-11remove unused irq functionskeithw
2007-08-11move locking to new filekeithw
2007-08-11remove intelGetString()keithw
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10add missing printfkeithw
2007-08-10move dri_bo() to a header filekeithw
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10Handle glFlush/glFinish through the state tracker.Keith Whitwell
2007-08-10Clean up / sanitize debuggingKeith Whitwell