summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel
AgeCommit message (Expand)Author
2008-06-18i915: Bug #14313: Fix accelerated (PBO) ReadPixels.Eric Anholt
2008-06-18i965: add support for Intel 4 series chipsetsXiang, Haihao
2008-06-11commentsBrian Paul
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2008-05-09Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie
2008-05-09mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie
2008-05-02[intel] Warnings fixes.Eric Anholt
2008-05-02[intel] Merge intel_ioctl.h. Not sure how this slipped by in the .c merge.Eric Anholt
2008-04-30intel: test cpp to ensure mipmap tree matches texture image.Xiang, Haihao
2008-04-29Change default of driconf "allow_large_textures" to announce hardware limits.Michel Dänzer
2008-04-22i965: save the offset of target buffer after last execution, not relocatee bu...Xiang, Haihao
2008-04-21intel: fix an assertion failure. fix bug #15575Xiang, Haihao
2008-04-21i965: clear the PRESUMED_OFFSET flag from bo_req.hint, not bo_req.flags. fix ...Xiang, Haihao
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie
2008-04-16intel/fake_bufmgr: Attempt to restrict references to objects in a batchbuffer...Dave Airlie
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-03-26[intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko
2008-03-25intel: fix the issue "VBO: Cannot allocate memory for a BO" onXiang, Haihao
2008-03-19[intel] Fix an uninitialized variable access in PRESUMED_OFFSET clearing.Eric Anholt
2008-03-19 [i915] arb point sprite only support in i965Zou Nan hai
2008-03-18[intel] Clarify miptree layout by using byte offsets to images.Eric Anholt
2008-03-17intel: fix the error in commit 7ed1fd5d8438e55fe24091844cdfccb0881306bcXiang, Haihao
2008-03-17intel: It is needed to allocating texture memory to accommodateXiang, Haihao
2008-03-17intel: Remove an assertion from intel_miptree_create. TexImageXiang, Haihao
2008-03-14intel: fix abort issue with shadowtex demo when useXiang, Haihao
2008-03-13 [i965] multiple rendering target supportZou Nan hai
2008-03-09DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg
2008-03-09DRI2: Drop DriverAPI.UpdateBuffer.Kristian Høgsberg
2008-03-09DRI2: Pass the context instead of the screen to __dri2ParseEvents().Kristian Høgsberg
2008-03-07[intel] Only enable GL_EXT_texture_sRGB on i965.Kristian Høgsberg
2008-03-07i965: use RGB565 to render a bitmap if Depth is 16Xiang, Haihao
2008-03-05[intel] Add a driconf option to cache freed buffer objects for reuse.Eric Anholt
2008-03-03[intel] Silence unused variable warning when compiling for i965.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-29Reduce the versioning madness required to create a DRI2 screen.Kristian Høgsberg
2008-02-29intel: Set the lock flag early to avoid deadlock.Kristian Høgsberg
2008-02-28[intel] Bug #14575: Unmap buffers when deleting/dataing as required.Eric Anholt
2008-02-28[intel] fix compressed image heightZou Nan hai
2008-02-27intel: Always use intelInitExtensions() for initializing extensions.Kristian Høgsberg
2008-02-26 [i915] fix texture size exceed limit case when running celestiaZou Nan hai
2008-02-26[intel] Handle -EAGAINs correctly in execbuffer.Thomas Hellstrom
2008-02-25Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2008-02-25Remove now unused setTexOffset from __DriverAPIRec.Kristian Høgsberg
2008-02-25intel: Only enable GL_ARB_occlusion_query on i965.Kristian Høgsberg
2008-02-25 [intel] fix random ut2004 crash on some machine, for cubemap textures,Zou Nan hai
2008-02-22intel: Merge intel_context.c from i915 and i965.Kristian Høgsberg
2008-02-22Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg