aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel
Commit message (Expand)AuthorAgeFilesLines
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-095-11/+13
* swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-1/+1
* Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie2008-05-091-18/+0
* mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie2008-05-091-0/+18
* [intel] Warnings fixes.Eric Anholt2008-05-022-1/+1
* [intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge.Eric Anholt2008-05-021-0/+46
* intel: test cpp to ensure mipmap tree matches texture image.Xiang, Haihao2008-04-301-0/+5
* Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer2008-04-291-1/+1
* i965: save the offset of target buffer after last execution, not relocatee bu...Xiang, Haihao2008-04-221-1/+1
* intel: fix an assertion failure. fix bug #15575Xiang, Haihao2008-04-211-2/+4
* i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ...Xiang, Haihao2008-04-211-1/+1
* 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