aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-091-3/+1
* intel: fix an assertion failure. fix bug #15575Xiang, Haihao2008-04-211-2/+4
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-7/+4
* [intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko2008-03-261-2/+3
* intel: It is needed to allocating texture memory to accommodateXiang, Haihao2008-03-171-23/+23
* DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg2008-03-091-16/+15
* Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-3/+2
* Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg2008-02-141-0/+67
* [intel] fix for previous fixZou Nan hai2008-02-011-4/+4
* [intel] use _mesa_copy_rect for upload compressed texture,Zou Nan hai2008-02-011-1/+11
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-12/+10
* [intel] Remove useless intel_region_idle.Eric Anholt2007-12-141-4/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-3/+3
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-2/+2
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+690