intel: use new mipmap generation hooks in driver.
[mesa.git] / src / mesa / drivers / dri / intel /
2008-05-09 Dave Airlieintel: use new mipmap generation hooks in driver.
2008-05-09 Dave Airlieswrast/dri: switch over users of generate_mipmap to...
2008-05-09 Dave AirlieRevert "mesa/intel: map/unmap texture objects around...
2008-05-09 Dave Airliemesa/intel: map/unmap texture objects around mipmap...
2008-05-02 Eric Anholt[intel] Warnings fixes.
2008-05-02 Eric Anholt[intel] Merge intel_ioctl.h. Not sure how this slipped...
2008-04-30 Xiang, Haihaointel: test cpp to ensure mipmap tree matches texture...
2008-04-29 Michel DänzerChange default of driconf "allow_large_textures" to...
2008-04-22 Xiang, Haihaoi965: save the offset of target buffer after last execu...
2008-04-21 Xiang, Haihaointel: fix an assertion failure. fix bug #15575
2008-04-21 Xiang, Haihaoi965: clear the PRESUMED_OFFSET flag from bo_req.hint...
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-04-16 Dave Airlieintel/fake_bufmgr: Attempt to restrict references to...
2008-03-31 Kristian HøgsbergDRI interface changes and DRI2 direct rendering support.
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-26 Michal Wajdeczko[intel] Use mesa texmemory functions to allocate texima...
2008-03-25 Xiang, Haihaointel: fix the issue "VBO: Cannot allocate memory for...
2008-03-20 Eric Anholt[intel] Fix an uninitialized variable access in PRESUME...
2008-03-19 Zou Nan hai [i915] arb point sprite only support in i965
2008-03-19 Eric Anholt[intel] Clarify miptree layout by using byte offsets...
2008-03-17 Xiang, Haihaointel: fix the error in commit 7ed1fd5d8438e55fe2409184...
2008-03-17 Xiang, Haihaointel: It is needed to allocating texture memory to...
2008-03-17 Xiang, Haihaointel: Remove an assertion from intel_miptree_create...
2008-03-14 Xiang, Haihaointel: fix abort issue with shadowtex demo when use
2008-03-13 Zou Nan hai [i965] multiple rendering target support
2008-03-10 Kristian HøgsbergDRI2: Make setTexBuffer take a __DRIdrawable instead...
2008-03-10 Kristian HøgsbergDRI2: Drop DriverAPI.UpdateBuffer.
2008-03-10 Kristian HøgsbergDRI2: Pass the context instead of the screen to __dri2P...
2008-03-07 Kristian Høgsberg[intel] Only enable GL_EXT_texture_sRGB on i965.
2008-03-07 Xiang, Haihaoi965: use RGB565 to render a bitmap if Depth is 16
2008-03-06 Eric Anholt[intel] Add a driconf option to cache freed buffer...
2008-03-04 Kristian Høgsberg[intel] Silence unused variable warning when compiling...
2008-02-29 Kristian HøgsbergUse __DRIextension mechanism providing loader functiona...
2008-02-29 Kristian HøgsbergReduce the versioning madness required to create a...
2008-02-29 Kristian Høgsbergintel: Set the lock flag early to avoid deadlock.
2008-02-29 Eric Anholt[intel] Bug #14575: Unmap buffers when deleting/dataing...
2008-02-28 Zou Nan hai[intel] fix compressed image height
2008-02-27 Kristian Høgsbergintel: Always use intelInitExtensions() for initializin...
2008-02-26 Zou Nan hai [i915] fix texture size exceed limit case when running...
2008-02-26 Thomas Hellstrom[intel] Handle -EAGAINs correctly in execbuffer.
2008-02-26 Kristian HøgsbergChange GetCompressedTexImage in dd_function_table to...
2008-02-26 Kristian HøgsbergRemove GetMSC DriverAPI function.
2008-02-26 Kristian HøgsbergRemove now unused setTexOffset from __DriverAPIRec.
2008-02-25 Kristian Høgsbergintel: Only enable GL_ARB_occlusion_query on i965.
2008-02-25 Zou Nan hai [intel] fix random ut2004 crash on some machine, for...
2008-02-23 Kristian Høgsbergintel: Merge intel_context.c from i915 and i965.
2008-02-22 Kristian HøgsbergMerge {i915,i965}/intel_context.h as intel/intel_context.h
2008-02-22 Alan HourihaneUse drm_i915_sarea instead of drmI830Sarea and remove...
2008-02-15 Eric Anholt[intel] Allow attIndex to be negative to avoid defeatin...
2008-02-15 Eric Anholt[915] Don't attempt our accelerated drawpixels if no...
2008-02-15 Eric Anholt[915] Revert broken context creation change from IS_915...
2008-02-15 Adam JacksonFix build on ia64.
2008-02-15 Adam JacksonAdd IS_915(), simplify IS_9XX() a bit.
2008-02-15 Eric Anholt[intel] Bug #13636: Allow recursive buffer mapping...
2008-02-15 Adam JacksonAdd E7221 variant to i915.
2008-02-15 Kristian HøgsbergAdd TTM buffer object based texture from pixmap impleme...
2008-02-14 Kristian HøgsbergHook up i915 driver to new DRI2 infrastructure.
2008-02-14 Eric Anholt[965] Fix ARB_occlusion_query from intel_screen.c merge.
2008-02-13 Eric Anholt[intel] Fix 965 rendering with non-TTM by merging intel...
2008-02-13 Eric Anholt[intel] Remove cached reloc data buffer now that it...
2008-02-13 Eric Anholt[intel] Fix type of some more flags variables for uint6...
2008-02-13 Eric Anholt[intel] Note when BO map/unmap fail with TTM.
2008-02-13 Eric Anholt[intel] Fix INTEL_DEBUG=bufmgr after relocation interfa...
2008-02-05 Eric Anholt[965] Bug 14314: assertion failure with with !AIGLX...
2008-02-05 Eric Anholt[965] Fix TTM relocation caching overzealousness.
2008-02-05 Eric AnholtReplace usage of DRM_BO_FLAG_MEM_TT in intel_regions...
2008-02-02 Eric AnholtRevert "intel: don't apply the relocation optimization...
2008-02-01 Zou Nan hai [intel] fix for previous fix
2008-02-01 Zou Nan hai [intel] use _mesa_copy_rect for upload compressed...
2008-01-31 Xiang, Haihaointel: don't apply the relocation optimization if a...
2008-01-29 Xiang, Haihaoi965: new integrated graphics chipset support
2008-01-24 Eric AnholtBufmgr cleanup from intel-batchbuffer branch of 2d...
2008-01-24 Eric AnholtClean up comments/dead code from relocation buffer...
2008-01-24 Eric AnholtMerge commit 'airlied/i915-ttm-cfu'
2008-01-24 Dave Airliei915: move to using copy from user for relocations
2008-01-22 Kristian Høgsberg[intel] Clean up references to screen buffer metrics.
2008-01-18 Eric Anholt[intel] Use a static array for the validation list...
2008-01-17 Eric Anholt[intel] Make the no_rast option be standard driconf...
2008-01-17 Eric Anholt[i915] Fix driver from cliprects changes, and clean...
2008-01-15 Eric Anholt[965] Increase max relocation count, fixing assertions...
2008-01-15 Kristian Høgsberg[i915] Prevent recursive batchbuffer flushing.
2008-01-14 Eric Anholt[intel] Delay unmapping of driver-private buffers to...
2008-01-10 Eric Anholt[intel] Remove gratuitous (batchbuffer) flush before...
2008-01-10 Eric Anholt[intel] Report buffer size when allocating with INTEL_D...
2008-01-10 Eric Anholt[intel] Remove a gratuitous flush at the end of ClearWi...
2008-01-10 Eric Anholt[intel] Only flush batch when changing draw buffers...
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-10 Xiang, Haihaoi965: fix segfault caused by commit e131c46b20241737ceb...
2008-01-10 Kristian Høgsberg[intel] Simplify intelCreateBuffer() a bit.
2008-01-10 Kristian Høgsberg[intel] Prepare intelCopyBuffer() for private back...
2008-01-10 Kristian HøgsbergFactor out code to do the DRM_I830_GETPARAM ioctl.
2008-01-09 Eric Anholt[intel] Re-allocate backing buffer objects on BufferData.
2008-01-09 Eric Anholt[intel] Rename lost_hardware vtbl entry to new_batch.
2008-01-09 Eric Anholt[intel] Clean up cliprect handling in intel drivers.
2008-01-09 Eric Anholt[intel] Remove the dead intel->need_flush member.
2008-01-08 Eric Anholt[intel] Add TTM bufmgr debug for type or offset migrati...
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2008-01-04 Xiang, Haihaointel: some initialization for dri_bufmgr_ttm
2008-01-04 Eric Anholt[intel] Add a single-entry relocation buffer cache.
next