aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-0/+8
* intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie2008-04-163-3/+31
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-313-115/+93
* [intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko2008-03-262-3/+5
* intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao2008-03-251-0/+1
* [intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.Eric Anholt2008-03-191-2/+2
* [i915] arb point sprite only support in i965Zou Nan hai2008-03-191-1/+1
* [intel] Clarify miptree layout by using byte offsets to images.Eric Anholt2008-03-182-12/+29
* intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao2008-03-171-1/+1
* intel: It is needed to allocating texture memory to accommodateXiang, Haihao2008-03-172-25/+35
* intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao2008-03-171-2/+4
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-141-23/+41
* [i965] multiple rendering target supportZou Nan hai2008-03-132-12/+25
* DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg2008-03-092-18/+16
* DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg2008-03-091-21/+11
* DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg2008-03-091-1/+1
* [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