| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GetMSC DriverAPI function. | Kristian Høgsberg | 2008-02-25 | 1 | -1/+0 |
* | Remove now unused setTexOffset from __DriverAPIRec. | Kristian Høgsberg | 2008-02-25 | 1 | -3/+0 |
* | intel: Only enable GL_ARB_occlusion_query on i965. | Kristian Høgsberg | 2008-02-25 | 1 | -1/+3 |
* | [intel] fix random ut2004 crash on some machine, for cubemap textures, | Zou Nan hai | 2008-02-25 | 1 | -3/+7 |
* | intel: Merge intel_context.c from i915 and i965. | Kristian Høgsberg | 2008-02-22 | 1 | -92/+215 |
* | Merge {i915,i965}/intel_context.h as intel/intel_context.h | Kristian Høgsberg | 2008-02-22 | 4 | -0/+1365 |
* | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane | 2008-02-22 | 6 | -287/+30 |
* | [intel] Allow attIndex to be negative to avoid defeating the >= 0 check. | Eric Anholt | 2008-02-15 | 2 | -2/+2 |
* | [915] Don't attempt our accelerated drawpixels if no color buffer is attached. | Eric Anholt | 2008-02-15 | 1 | -2/+3 |
* | [915] Revert broken context creation change from IS_915 commit. | Eric Anholt | 2008-02-15 | 1 | -2/+4 |
* | Fix build on ia64. | Adam Jackson | 2008-02-15 | 1 | -2/+2 |
* | Add IS_915(), simplify IS_9XX() a bit. | Adam Jackson | 2008-02-15 | 2 | -20/+15 |
* | [intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm. | Eric Anholt | 2008-02-15 | 1 | -2/+15 |
* | Add E7221 variant to i915. | Adam Jackson | 2008-02-15 | 1 | -0/+2 |
* | Add TTM buffer object based texture from pixmap implementation. | Kristian Høgsberg | 2008-02-14 | 5 | -17/+162 |
* | Hook up i915 driver to new DRI2 infrastructure. | Kristian Høgsberg | 2008-02-14 | 5 | -13/+234 |
* | [965] Fix ARB_occlusion_query from intel_screen.c merge. | Eric Anholt | 2008-02-13 | 1 | -3/+9 |
* | [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965. | Eric Anholt | 2008-02-13 | 1 | -0/+198 |
* | [intel] Remove cached reloc data buffer now that it's not a BO. | Eric Anholt | 2008-02-12 | 1 | -26/+4 |
* | [intel] Fix type of some more flags variables for uint64_t flags. | Eric Anholt | 2008-02-12 | 1 | -2/+3 |
* | [intel] Note when BO map/unmap fail with TTM. | Eric Anholt | 2008-02-12 | 1 | -6/+26 |
* | [intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups. | Eric Anholt | 2008-02-12 | 1 | -2/+1 |
* | [965] Bug 14314: assertion failure with with !AIGLX and depth=24 visual. | Eric Anholt | 2008-02-05 | 1 | -1/+4 |
* | [965] Fix TTM relocation caching overzealousness. | Eric Anholt | 2008-02-05 | 1 | -0/+47 |
* | Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached. | Eric Anholt | 2008-02-04 | 1 | -2/+8 |
* | Revert "intel: don't apply the relocation optimization if a target" | Eric Anholt | 2008-02-01 | 1 | -14/+4 |
* | [intel] fix for previous fix | Zou Nan hai | 2008-02-01 | 1 | -4/+4 |
* | [intel] use _mesa_copy_rect for upload compressed texture, | Zou Nan hai | 2008-02-01 | 3 | -2/+22 |
* | intel: don't apply the relocation optimization if a target | Xiang, Haihao | 2008-01-31 | 1 | -4/+14 |
* | i965: new integrated graphics chipset support | Xiang, Haihao | 2008-01-29 | 2 | -5/+14 |
* | Bufmgr cleanup from intel-batchbuffer branch of 2d driver. | Eric Anholt | 2008-01-24 | 1 | -10/+11 |
* | Clean up comments/dead code from relocation buffer change. | Eric Anholt | 2008-01-24 | 1 | -5/+0 |
* | i915: move to using copy from user for relocations | Dave Airlie | 2008-01-24 | 1 | -59/+22 |
* | [intel] Clean up references to screen buffer metrics. | Kristian Høgsberg | 2008-01-22 | 5 | -33/+10 |
* | [intel] Use a static array for the validation list instead of a linked list. | Eric Anholt | 2008-01-18 | 1 | -167/+119 |
* | [intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST. | Eric Anholt | 2008-01-17 | 1 | -8/+15 |
* | [i915] Fix driver from cliprects changes, and clean up state emission. | Eric Anholt | 2008-01-17 | 2 | -2/+0 |
* | [965] Increase max relocation count, fixing assertions by blender. | Eric Anholt | 2008-01-15 | 1 | -2/+7 |
* | [i915] Prevent recursive batchbuffer flushing. | Kristian Høgsberg | 2008-01-15 | 1 | -0/+11 |
* | [intel] Delay unmapping of driver-private buffers to reduce map/unmap thrashing. | Eric Anholt | 2008-01-14 | 1 | -2/+41 |
* | [intel] Remove gratuitous (batchbuffer) flush before doing buffer clears. | Eric Anholt | 2008-01-10 | 1 | -2/+0 |
* | [intel] Report buffer size when allocating with INTEL_DEBUG=bufmgr and TTM. | Eric Anholt | 2008-01-10 | 1 | -1/+1 |
* | [intel] Remove a gratuitous flush at the end of ClearWithTris. | Eric Anholt | 2008-01-10 | 1 | -1/+0 |
* | [intel] Only flush batch when changing draw buffers, not every cliprect update. | Eric Anholt | 2008-01-10 | 3 | -11/+16 |
* | [intel] Add more cliprect modes to cover other meanings for batch emits. | Eric Anholt | 2008-01-10 | 5 | -41/+58 |
* | i965: fix segfault caused by commit e131c46b20241737ceba4856dbe01dcca6dd2c03. | Xiang, Haihao | 2008-01-10 | 1 | -6/+6 |
* | [intel] Simplify intelCreateBuffer() a bit. | Kristian Høgsberg | 2008-01-09 | 3 | -71/+26 |
* | [intel] Prepare intelCopyBuffer() for private back buffers. | Kristian Høgsberg | 2008-01-09 | 1 | -2/+4 |
* | Factor out code to do the DRM_I830_GETPARAM ioctl. | Kristian Høgsberg | 2008-01-09 | 1 | -28/+23 |
* | [intel] Re-allocate backing buffer objects on BufferData. | Eric Anholt | 2008-01-09 | 1 | -9/+2 |