summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_image.c
AgeCommit message (Expand)Author
2011-03-04i965: Align index to type size and flush if the type changesChris Wilson
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-21intel: use pwrite for batchChris Wilson
2011-02-21intel: Pack dynamic draws togetherChris Wilson
2011-01-10intel: When making a new teximage miptree, make a full one.Eric Anholt
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt
2011-01-09intel: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt
2011-01-05intel: Drop unused first/lastlevel args to miptree_create_for_region.Eric Anholt
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-03intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt
2010-11-03intel: Avoid taking logbase2 of several things that we max.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-30dri/intel: remove duplicated includeNicolas Kaiser
2010-09-24intel: More reverting of the sw fallback for depth texture border color.Eric Anholt
2010-09-23intel: Remove unnecessary minimum pitch alignment to 32 bytes.Eric Anholt
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-09-22dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-13intel: Don't update window system renderbuffers on TexImage.Eric Anholt
2010-05-11intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidateKristian Høgsberg
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-05-04intel: Update renderbuffers unconditionally in intelSetTexBuffer2()Kristian Høgsberg
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt
2010-03-05intel: Remove support for the DRI1 TFP extension.Eric Anholt
2010-02-24intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-16dri2: Event driven buffer validation.Francisco Jerez
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-06intel: Allow L8 PBO blit uploads.Damien Lespiau
2010-02-06intel: Allow PBO acceleration for GL_RGBA8 MESA_FORMAT_ARGB8888.Eric Anholt
2010-01-30intel: Respect texture tiling when doing a PBO blit teximage upload.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23intel: Remove unnecessary headers.Vinson Lee
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes
2010-01-08intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg
2010-01-04intel: Remove struct intel_framebufferKristian Høgsberg
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2009-11-06intel: Use _mesa_get_current_tex_object() to clean up TFP path.Eric Anholt
2009-11-06intel: Remove duplicated arguments from intel_miptree_match_image().Eric Anholt
2009-10-30intel: Set the texture format in the TFP path.Eric Anholt
2009-10-29intel: remove memcpy_get_tex_image() codeBrian Paul
2009-10-29intel: check for single memcpy() in memcpy_get_tex_image()Brian Paul
2009-10-29intel: remove debug codeBrian Paul
2009-10-29intel: added fast memcpy path for glGetTexImage()Brian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-23Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt