summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-40/+10
|\
| * intel: remove buffer swap debug outputJesse Barnes2008-07-241-8/+2
| * intel: fix buffer swaps and enable page flipping on 965Jesse Barnes2008-07-221-39/+15
* | [intel-gem] Call the new throttle ioctl from swap buffersKeith Packard2008-06-061-0/+2
|/
* [i965] multiple rendering target supportZou Nan hai2008-03-131-10/+22
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-1/+3
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-221-1/+1
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-141-1/+2
* [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears.Eric Anholt2008-01-101-2/+0
* [intel] Remove a gratuitous flush at the end of ClearWithTris.Eric Anholt2008-01-101-1/+0
* [intel] Only flush batch when changing draw buffers, not every cliprect update.Eric Anholt2008-01-101-9/+6
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-5/+2
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-0/+9
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-7/+6
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-3/+3
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-67/+89
* [intel] Allow driver hooks to be NULL in intel_buffers.c and just update flags.Eric Anholt2007-12-201-15/+39
* [i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt2007-12-201-15/+15
* [915] Set cliprects in the drawbuffer software fallback case as well.Eric Anholt2007-12-181-0/+3
* [915] Fix clear color when clearing with triangles.Eric Anholt2007-12-181-6/+2
* [i915] Remove redundant set_draw_region code (like the comment says).Eric Anholt2007-12-171-14/+0
* [intel] Improve INTEL_DEBUG=blit description of clearing.Eric Anholt2007-12-171-7/+53
* i915: Fix issues with glDrawBuffer(GL_NONE).Michel Dänzer2007-12-171-27/+23
* [i915] Push locking in intelClearWithTris down inside meta_draw_poly.Eric Anholt2007-11-161-85/+69
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-158/+2
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+1209