aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* intel: use new _mesa_meta_blit_framebuffer() functionBrian Paul2009-08-101-69/+2
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-0/+1
|\
| * intel: Also update stencil bits in intel_update_wrapper().Michel Dänzer2009-07-031-0/+1
* | intel: Add support for tiled textures.Eric Anholt2009-06-041-1/+2
* | intel: Fall back on any rendering to texture with no miptree.Eric Anholt2009-05-211-4/+4
* | intel: Mark the FBO as incomplete if there's no intel_renderbuffer for it.Eric Anholt2009-05-211-0/+5
|/
* intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt2009-04-161-26/+43
* i965: fix screen depth test in intel_validate_framebuffer)_Brian Paul2009-03-051-1/+2
* intel: no-op the intel_finish_render_texture() functionBrian Paul2009-02-261-13/+10
* intel: check texture formats in intel_validate_framebuffer()Brian Paul2009-02-261-0/+29
* intel: Fix up x8r8g8b8 renderbuffer format so that alpha=1 spans code happens.Eric Anholt2009-02-251-0/+9
* intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.Eric Anholt2009-02-211-1/+2
* intel: remove unused RenderToTexture fieldBrian Paul2009-01-301-2/+0
* intel: remove unused #includesBrian Paul2009-01-291-2/+0
* intel: formatting clean-upsBrian Paul2009-01-291-9/+16
* intel: clean up more pf mess.Eric Anholt2009-01-271-2/+0
* intel: add GL_EXT_framebuffer blit extensionBrian Paul2009-01-221-0/+70
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-221-4/+0
* intel: remove unneeded call to ctx->Driver.DepthRange()Brian Paul2009-01-221-3/+0
* i965: disallow separate depth/stencil renderbuffersBrian Paul2009-01-221-11/+11
* intel: plug in stub intel_validate_framebuffer() functionBrian Paul2009-01-221-0/+14
* intel: inline some renderbuffer functionsBrian Paul2009-01-221-43/+0
* Remove intel pageflipping support in its entirety.Owain G. Ainsworth2009-01-201-38/+1
* i965: asst. fixes, work-arounds for FBOs and render to textureBrian Paul2009-01-141-0/+7
* i965: fix incorrect renderbuffer DataType assignmentBrian Paul2009-01-141-2/+6
* 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