aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Replace checks for hiz_mt with intel_has*hiz()Chad Versace2013-04-101-3/+3
* intel: Add field intel_mipmap_slice::has_hizChad Versace2013-04-101-0/+9
* intel: Allocate hiz in intel_renderbuffer_move_to_temp()Chad Versace2013-04-081-0/+4
* i965: Avoid unnecessary copy when depthstencil workaround invoked by clear.Paul Berry2013-03-191-2/+4
* i965: add support for multisample texturesChris Forbes2013-03-021-3/+21
* intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry2013-02-081-9/+1
* i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke2013-02-061-0/+30
* intel: Support blitting to multiple color draw buffersAnuj Phogat2013-01-151-32/+60
* intel: Clean up confusion between logical and physical surface dimensions.Paul Berry2013-01-091-1/+0
* intel: Add a force_y_tiling parameter to intel_miptree_create().Paul Berry2013-01-091-1/+2
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+0
* i965: Remove stale comment about wrapped_depth.Eric Anholt2012-11-191-14/+0
* i965: Make a helper function for the renderbuffer temporary mt workaround.Eric Anholt2012-10-161-0/+26
* intel: Mark some file-local code as static.Eric Anholt2012-09-271-1/+1
* mesa: remove FEATURE_OES_EGL_image define.Oliver McFadden2012-09-151-5/+0
* intel: Add map_stencil_as_y_tiled to intel_region_get_aligned_offset.Paul Berry2012-09-121-1/+1
* intel: Add map_stencil_as_y_tiled to intel_region_get_tile_masks.Paul Berry2012-09-121-1/+1
* mesa: fix-up and use _mesa_delete_renderbuffer()Brian Paul2012-08-311-1/+1
* mesa: add texture target field to ChooseTextureFormat() driver hookBrian Paul2012-08-241-1/+2
* i965: Mark needed downsamples for msaa winsys buffersChad Versace2012-08-071-0/+10
* intel: Refactor creation of hiz and mcs miptreesChad Versace2012-08-071-16/+0
* intel: Set num samples for winsys renderbuffersChad Versace2012-08-071-3/+8
* intel: Refactor quantize_num_samplesChad Versace2012-08-071-3/+4
* i965/msaa: Allow GL_SAMPLES to be set to 1 prior to Gen6.Paul Berry2012-08-011-1/+9
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+1
* i965/msaa: Switch on 8x MSAA for Gen7.Paul Berry2012-07-241-2/+4
* intel: Remove dead intel_framebuffer_has_hiz().Eric Anholt2012-07-171-9/+0
* intel: Add a function for creating a private window system buffer.Eric Anholt2012-07-171-2/+17
* i965/msaa: Allocate MCS buffer when CMS MSAA is in use.Paul Berry2012-07-111-0/+8
* 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