aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-22/+4
* [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt2008-01-171-8/+15
* [intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg2008-01-091-45/+6
* Factor out code to do the DRM_I830_GETPARAM ioctl.Kristian Høgsberg2008-01-091-28/+23
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-24/+24
* [i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt2007-12-201-1/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-142/+0
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-2/+7
* [i915] Pass static region names in so debugging says more than "static region".Eric Anholt2007-11-161-6/+7
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-48/+1
* [intel] Initialize a depth buffer if the visual has depth 24 but no stencil.Eric Anholt2007-11-091-15/+28
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+945