aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-2/+2
* intel: Don't leak the tex object miptree when replacing itIan Romanick2011-03-281-1/+3
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-041-1/+2
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* intel: use pwrite for batchChris Wilson2011-02-211-2/+2
* intel: Pack dynamic draws togetherChris Wilson2011-02-211-2/+4
* intel: When making a new teximage miptree, make a full one.Eric Anholt2011-01-101-79/+68
* Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt2011-01-101-35/+90
* intel: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt2011-01-051-90/+35
* intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt2011-01-051-3/+2
* mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul2010-11-181-9/+10
* intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt2010-11-031-15/+0
* intel: Avoid taking logbase2 of several things that we max.Eric Anholt2010-11-031-5/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* dri/intel: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* intel: More reverting of the sw fallback for depth texture border color.Eric Anholt2010-09-241-4/+1
* intel: Remove unnecessary minimum pitch alignment to 32 bytes.Eric Anholt2010-09-231-6/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-14/+6
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-2/+2
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* intel: Don't update window system renderbuffers on TexImage.Eric Anholt2010-05-131-3/+1
* intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidateKristian Høgsberg2010-05-111-1/+3
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-3/+3
* intel: Update renderbuffers unconditionally in intelSetTexBuffer2()Kristian Høgsberg2010-05-041-2/+1
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-2/+2
* intel: Remove support for the DRI1 TFP extension.Eric Anholt2010-03-051-23/+0
* intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg2010-02-241-0/+52
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-1/+4
* dri2: Event driven buffer validation.Francisco Jerez2010-02-161-1/+1
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-4/+4
* intel: Allow L8 PBO blit uploads.Damien Lespiau2010-02-061-0/+5
* intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.Eric Anholt2010-02-061-0/+1
* intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt2010-01-301-1/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes2010-01-111-1/+2
|\ \
| * | intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg2010-01-081-1/+2
| |/
* | intel: Remove struct intel_framebufferKristian Høgsberg2010-01-041-2/+2
* | intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-7/+0
|/
* intel: Use _mesa_get_current_tex_object() to clean up TFP path.Eric Anholt2009-11-061-4/+4
* intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt2009-11-061-6/+3
* intel: Set the texture format in the TFP path.Eric Anholt2009-10-301-3/+6
* intel: remove memcpy_get_tex_image() codeBrian Paul2009-10-291-103/+2
* intel: check for single memcpy() in memcpy_get_tex_image()Brian Paul2009-10-291-5/+10
* intel: remove debug codeBrian Paul2009-10-291-1/+0
* intel: added fast memcpy path for glGetTexImage()Brian Paul2009-10-291-3/+102
* Merge branch 'texformat-rework'Brian Paul2009-10-281-43/+40
|\
| * mesa: choose texture format in core mesa, not driversBrian Paul2009-10-251-6/+0
| * mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-1/+1