summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-06i965: pass wanted format to intel_miptree_create_for_dri_imageTapani Pälli1-1/+1
2017-08-30i965: drop brw->must_use_separate_stencil in favor of devinfo'sLionel Landwerlin1-1/+2
2017-08-30i965: drop brw->gen in favor of devinfo->genLionel Landwerlin1-5/+9
2017-08-07i965/miptree: Rework create flagsJason Ekstrand1-3/+1
2017-08-07i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand1-2/+1
2017-07-22i965/miptree: Clean-up unusedTopi Pohjolainen1-32/+12
2017-07-20i965/fbo: Add support for isl-based miptrees in rb wrapperTopi Pohjolainen1-0/+4
2017-07-20i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen1-2/+2
2017-07-20i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen1-4/+3
2017-07-20i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen1-10/+3
2017-07-18i965: Make irb::mt_layer logical instead of physicalTopi Pohjolainen1-2/+1
2017-07-17i965/miptree: Allocate HiZ up-frontJason Ekstrand1-6/+0
2017-07-12i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand1-1/+1
2017-07-12i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand1-1/+2
2017-07-12i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storageJason Ekstrand1-22/+1
2017-06-28i965/dri: Support R8G8B8A8 and R8G8B8X8 configsChad Versace1-2/+21
2017-06-23i965/miptree: Rework aux enablingJason Ekstrand1-1/+1
2017-06-23i965: Don't bother with HiZ in renderbuffer_move_to_tempJason Ekstrand1-4/+0
2017-06-22i965/dri: Add intel_screen param to intel_create_winsys_renderbufferChad Versace1-3/+5
2017-06-22i965: Rename some vague format members of brw_contextChad Versace1-1/+1
2017-06-19i965: Prepare framebuffer validator for isl based miptreesTopi Pohjolainen1-3/+30
2017-06-19i965/gen4: Add support for single layer in alignment workaroundTopi Pohjolainen1-7/+12
2017-06-07i965: Inline renderbuffer_att_set_needs_depth_resolveJason Ekstrand1-15/+0
2017-06-07i965: Get rid of intel_renderbuffer_resolve_*Jason Ekstrand1-26/+0
2017-06-01i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace1-5/+1
2017-06-01i965: Cleanup in intel_create_winsys_renderbuffer()Chad Versace1-5/+2
2017-05-30i965: Rename intel_create_renderbufferChad Versace1-5/+6
2017-05-26i965: Use blorp for color blits on gen4-5Jason Ekstrand1-49/+17
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-2/+2
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2016-11-23i965/fbo: Prepare layer multiplier for render buffer compressionTopi Pohjolainen1-1/+1
2016-09-20i965: Rename intelScreen to screen.Kenneth Graunke1-2/+2
2016-09-20i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke1-4/+3
2016-08-25i965: Fix miptree layout for EGLImage-based renderbuffersChad Versace1-0/+13
2016-08-19i965: Roll intel_reg.h into brw_defines.hJason Ekstrand1-0/+1
2016-08-08i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.Kenneth Graunke1-0/+8
2016-07-07i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.Francisco Jerez1-8/+0
2016-06-06i965: don't use NumLayers for 3D textures.Dave Airlie1-1/+1
2016-05-14i965: Use blorp for all stencil blitsJason Ekstrand1-6/+1
2016-03-28i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.Kenneth Graunke1-1/+22
2016-03-10i965: Set a proper _BaseFormat for window system renderbuffers in ES.Kenneth Graunke1-1/+1
2015-10-26i965: Add missing close-parenthesis in error messagesIan Romanick1-2/+2
2015-10-26i965: Fix is-renderable check in intel_image_target_renderbuffer_storageIan Romanick1-5/+1
2015-10-06i965: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick1-14/+0
2015-09-28i965: Rename intel_miptree_get_dimensions_for_image()Anuj Phogat1-1/+1
2015-09-10i965: Silence unused parameter warnings in intel_fbo.cIan Romanick1-3/+8
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-5/+2
2015-08-18i965: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1
2015-08-18i965: Resolve GCC sign-compare warning.Rhys Kidd1-1/+1