aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* i965/msaa: Enable 4x MSAA on Gen7.Paul Berry2012-05-251-1/+5
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-3/+28
* i965/gen6+: Add code to perform blits on the render path ("blorp").Paul Berry2012-05-151-0/+9
* i965: Fix mipmap offsets for HiZ and separate stencil buffers.Paul Berry2012-05-071-19/+8
* intel: Return success when asked to allocate a 0-width/height renderbuffer.Eric Anholt2012-05-041-0/+3
* intel: Fix rendering from textures after RenderTexture().Eric Anholt2012-02-171-51/+5
* intel: Improve the fallback debug for framebuffer status checks.Eric Anholt2012-02-171-2/+17
* intel: FBOs with texture border are unsupportedIan Romanick2012-02-031-0/+11
* intel: Pass the gl_renderbuffer to render_target_supported() vtable method.Eric Anholt2012-01-271-1/+1
* intel: Make a renderbuffer wrapping a texture have the same _BaseFormat.Eric Anholt2012-01-271-1/+1
* intel: Simplify intel_renderbuffer_update_wrapper() by passing in the image.Eric Anholt2012-01-271-20/+9
* intel: Drop intel_wrap_miptree().Eric Anholt2012-01-271-53/+3
* intel: Fix accum buffer mapping since the swrast rework.Eric Anholt2012-01-271-5/+7
* intel: remove intel_span_supports_format()Brian Paul2012-01-241-8/+0
* intel: derive intel_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-23/+29
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-241-4/+4
* mesa: rename gl_renderbuffer::Data to BufferBrian Paul2012-01-241-3/+3
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-4/+0
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-241-1/+1
* intel: remove most of the span Get/PutRow codeBrian Paul2012-01-241-15/+0
* intel/gen6: Some framebuffers having separate depthstencil should be unsupportedChad Versace2012-01-201-0/+9
* intel: move declaration before codeBrian Paul2012-01-121-1/+1
* intel: fix mapping of malloc'd renderbuffersBrian Paul2012-01-121-0/+15
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-071-1/+4
* intel: Drop the batchbuffer flush on glRenderbufferStorage().Eric Anholt2011-12-291-2/+0
* intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().Eric Anholt2011-12-291-2/+0
* intel: Stop creating the wrapped depth irb.Eric Anholt2011-12-191-85/+7
* i965: Properly demote the depth mt format for fake packed depth/stencil.Eric Anholt2011-12-191-1/+2
* intel: Stop creating the wrapped stencil irb.Eric Anholt2011-12-191-43/+21
* intel: Simplify and touch up the FBO completeness test.Eric Anholt2011-12-141-18/+21
* intel: Remove another renderbuffer allocation path.Eric Anholt2011-12-141-8/+4
* intel: Make the separate stencil RB storage path match texture more.Eric Anholt2011-12-141-76/+52
* intel: Move S8 width/height alignment to miptree creation.Eric Anholt2011-12-141-42/+2
* intel: Drop check for wrapped_depth in RB mapping.Eric Anholt2011-12-141-1/+1
* intel: Fix uninitialized values in debug output for renderbuffer mapping.Eric Anholt2011-12-141-1/+1
* intel: Rely on miptree mapping for all renderbuffer maps.Eric Anholt2011-12-071-198/+21
* intel: Handle MapRenderbuffer of fake packed depth/stencil using miptree maps.Eric Anholt2011-12-071-138/+2
* intel: Track miptrees for fake packed depth/stencil renderbuffers.Eric Anholt2011-12-071-0/+10
* intel: Move separate-stencil s8 mapping logic to intel_miptree_map.Eric Anholt2011-12-071-111/+28
* intel: Improve debug output for begin/finish render texture.Eric Anholt2011-11-221-4/+4
* intel: Remove duplicate test for texture attachment completeness.Eric Anholt2011-11-221-8/+0
* i965: Don't require spans (swrast) support to consider a format FBO complete.Eric Anholt2011-11-221-3/+10
* intel: Add the context to the render_target_supported() vtbl method.Eric Anholt2011-11-221-1/+1
* intel: Use separate stencil whenever possibleChad Versace2011-11-221-1/+1
* intel: Enable HiZ for texture renderbuffersChad Versace2011-11-221-0/+7
* intel: Resolve buffers in intel_map_renderbuffer()Chad Versace2011-11-221-0/+5
* intel: Add resolve functions for renderbuffersChad Versace2011-11-221-0/+63
* intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]Chad Versace2011-11-221-8/+3
* intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...Chad Versace2011-11-221-52/+66
* intel: Refactor intel_render_texture() [v2]Chad Versace2011-11-221-33/+88