aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* [intel] Only enable GL_EXT_texture_sRGB on i965.Kristian Høgsberg2008-03-071-1/+1
* i965: use RGB565 to render a bitmap if Depth is 16Xiang, Haihao2008-03-071-10/+10
* [intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt2008-03-055-15/+209
* [intel] Silence unused variable warning when compiling for i965.Kristian Høgsberg2008-03-031-0/+3
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-293-8/+12
* Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg2008-02-292-16/+11
* intel: Set the lock flag early to avoid deadlock.Kristian Høgsberg2008-02-291-0/+1
* [intel] Bug #14575: Unmap buffers when deleting/dataing as required.Eric Anholt2008-02-281-0/+16
* [intel] fix compressed image heightZou Nan hai2008-02-281-1/+1
* intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg2008-02-273-20/+17
* [i915] fix texture size exceed limit case when running celestiaZou Nan hai2008-02-261-1/+3
* [intel] Handle -EAGAINs correctly in execbuffer.Thomas Hellstrom2008-02-261-2/+17
* Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-252-5/+4
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg2008-02-251-3/+0
* intel: Only enable GL_ARB_occlusion_query on i965.Kristian Høgsberg2008-02-251-1/+3
* [intel] fix random ut2004 crash on some machine, for cubemap textures,Zou Nan hai2008-02-251-3/+7
* intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg2008-02-221-92/+215
* Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg2008-02-224-0/+1365
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-226-287/+30
* [intel] Allow attIndex to be negative to avoid defeating the >= 0 check.Eric Anholt2008-02-152-2/+2
* [915] Don't attempt our accelerated drawpixels if no color buffer is attached.Eric Anholt2008-02-151-2/+3
* [915] Revert broken context creation change from IS_915 commit.Eric Anholt2008-02-151-2/+4
* Fix build on ia64.Adam Jackson2008-02-151-2/+2
* Add IS_915(), simplify IS_9XX() a bit.Adam Jackson2008-02-152-20/+15
* [intel] Bug #13636: Allow recursive buffer mapping in bufmgr_ttm.Eric Anholt2008-02-151-2/+15
* Add E7221 variant to i915.Adam Jackson2008-02-151-0/+2
* Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg2008-02-145-17/+162
* Hook up i915 driver to new DRI2 infrastructure.Kristian Høgsberg2008-02-145-13/+234
* [965] Fix ARB_occlusion_query from intel_screen.c merge.Eric Anholt2008-02-131-3/+9
* [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.Eric Anholt2008-02-131-0/+198
* [intel] Remove cached reloc data buffer now that it's not a BO.Eric Anholt2008-02-121-26/+4
* [intel] Fix type of some more flags variables for uint64_t flags.Eric Anholt2008-02-121-2/+3
* [intel] Note when BO map/unmap fail with TTM.Eric Anholt2008-02-121-6/+26
* [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