aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix depth-texture Y-tiling detection for sized internal formats.Eric Anholt2009-06-231-1/+4
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-6/+9
* intel: Fix glReadPixels regression since changing context init order.Michel Dänzer2009-06-221-3/+3
* i965: added intelFlush() call in intel_get_tex_image()Brian Paul2009-06-091-0/+6
* intel: use GLboolean, not int, for compressed parameterBrian Paul2009-06-091-8/+9
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-11/+28
* intel: whitespace clean-upsBrian Paul2009-06-091-9/+4
* intel: Don't complain on falling back from PBO fastpaths.Eric Anholt2009-05-151-3/+3
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-15/+7
* intel: fix small compressed texture uploadRoland Scheidegger2009-04-161-4/+5
* intel: Fix segfault when doing SW mipmap generation with a PBO texture upload.Eric Anholt2009-04-151-3/+10
* intel: #include texgetimage.hBrian Paul2009-04-031-0/+1
* intel: Avoid mapping the texture image for CopyTex{,Sub}ImageAdam Jackson2009-03-301-11/+13
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-2/+16
* intel: Fix intelSetTexBuffer miptree leak.Kristian Høgsberg2009-02-211-2/+7
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-4/+6
* intel: asst. casts to silence warningsBrian Paul2009-01-261-2/+4
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-13/+13
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-121-1/+1
* intel: Don't segfault on TFP from a bad drawable.Eric Anholt2008-09-121-0/+6
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* DRI2: Drop sarea, implement swap buffers in the X server.Kristian Høgsberg2008-08-291-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-5/+18
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-18/+5
* Merge branch 'master' into drm-gemIan Romanick2008-07-251-1/+4
|\
| * intel: fix texture border issue. (bug #16697)Xiang, Haihao2008-07-181-1/+4
* | intel: If a tex image doesn't fit in the object's tree, make a temporary tree.Eric Anholt2008-07-251-3/+18
* | intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-2/+0
|/
* 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