aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
...
* [intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups.Eric Anholt2008-02-121-2/+1
* [965] Bug 14314: assertion failure with with !AIGLX and depth=24 visual.Eric Anholt2008-02-051-1/+4
* [965] Fix TTM relocation caching overzealousness.Eric Anholt2008-02-051-0/+47
* Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached.Eric Anholt2008-02-041-2/+8
* Revert "intel: don't apply the relocation optimization if a target"Eric Anholt2008-02-011-14/+4
* [intel] fix for previous fixZou Nan hai2008-02-011-4/+4
* [intel] use _mesa_copy_rect for upload compressed texture,Zou Nan hai2008-02-013-2/+22
* intel: don't apply the relocation optimization if a targetXiang, Haihao2008-01-311-4/+14
* i965: new integrated graphics chipset supportXiang, Haihao2008-01-292-5/+14
* Bufmgr cleanup from intel-batchbuffer branch of 2d driver.Eric Anholt2008-01-241-10/+11
* Clean up comments/dead code from relocation buffer change.Eric Anholt2008-01-241-5/+0
* i915: move to using copy from user for relocationsDave Airlie2008-01-241-59/+22
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-225-33/+10
* [intel] Use a static array for the validation list instead of a linked list.Eric Anholt2008-01-181-167/+119
* [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.Eric Anholt2008-01-171-8/+15
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-172-2/+0
* [965] Increase max relocation count, fixing assertions by blender.Eric Anholt2008-01-151-2/+7
* [i915] Prevent recursive batchbuffer flushing.Kristian Høgsberg2008-01-151-0/+11
* [intel] Delay unmapping of driver-private buffers to reduce map/unmap thrashing.Eric Anholt2008-01-141-2/+41
* [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears.Eric Anholt2008-01-101-2/+0
* [intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM.Eric Anholt2008-01-101-1/+1
* [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-103-11/+16
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-105-41/+58
* i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03.Xiang, Haihao2008-01-101-6/+6
* [intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg2008-01-093-71/+26
* [intel] Prepare intelCopyBuffer() for private back buffers.Kristian Høgsberg2008-01-091-2/+4
* Factor out code to do the DRM_I830_GETPARAM ioctl.Kristian Høgsberg2008-01-091-28/+23
* [intel] Re-allocate backing buffer objects on BufferData.Eric Anholt2008-01-091-9/+2
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-1/+2
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-093-24/+50
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-1/+0
* [intel] Add TTM bufmgr debug for type or offset migration of buffers.Eric Anholt2008-01-081-9/+57
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-063-13/+15
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-062-18/+15
* intel: some initialization for dri_bufmgr_ttmXiang, Haihao2008-01-041-0/+2
* [intel] Add a single-entry relocation buffer cache.Eric Anholt2008-01-031-26/+53
* [intel] Convert relocations to not be cleared out on buffer submit.Eric Anholt2008-01-031-33/+92
* Revert "[intel] Use the memory type mask containing the caching flags."Eric Anholt2008-01-021-1/+1
* [intel] Use the memory type mask containing the caching flags.Eric Anholt2008-01-021-1/+1
* Set correct flags mask when validating buffers.Keith Packard2008-01-021-22/+22
* Bug #13839: Fix 3D texture offset miscalculation with pixels versus bytes.Roland Scheidegger2007-12-282-3/+4
* i915: reset swrast state after calling swrast DrawPixels.Xiang, Haihao2007-12-271-0/+1
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-215-0/+1308
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-207-93/+205
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-207-26/+70
* [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-202-16/+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