summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Fall back on rendering to a texture attachment with a border.Eric Anholt2008-12-061-1/+8
* intel: Fix clears to depth_stencil texture attachments.Eric Anholt2008-09-241-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-8/+8
* intel: Add a width field to regions, and use it for making miptrees in TFP.Eric Anholt2008-09-121-1/+1
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-8/+12
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-12/+8
* intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.Eric Anholt2008-07-261-0/+8
* intel: Add a little span cache to spead up readpixels by cutting syscalls.Eric Anholt2008-07-231-0/+3
* intel-gem: Use pread/pwrite for span access.Eric Anholt2008-07-231-1/+0
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-20/+1
* intel-gem: Fix Y-tiling span setup.Eric Anholt2008-07-021-3/+10
* [intel-GEM] Add tiling support to swrast.Keith Packard2008-05-061-5/+11
* intel: fix abort issue with shadowtex demo when useXiang, Haihao2008-03-141-23/+41
* [intel] Allow attIndex to be negative to avoid defeating the >= 0 check.Eric Anholt2008-02-151-1/+1
* [intel] Simplify intelCreateBuffer() a bit.Kristian Høgsberg2008-01-091-19/+15
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-1/+4
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-1/+2
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+687