aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* i965: drop brw->gen in favor of devinfo->genLionel Landwerlin2017-08-301-5/+9
* i965/miptree: Rework create flagsJason Ekstrand2017-08-071-3/+1
* i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)Jason Ekstrand2017-08-071-2/+1
* i965/miptree: Clean-up unusedTopi Pohjolainen2017-07-221-32/+12
* i965/fbo: Add support for isl-based miptrees in rb wrapperTopi Pohjolainen2017-07-201-0/+4
* i965/miptree: Switch to isl_surf::samplesTopi Pohjolainen2017-07-201-2/+2
* i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen2017-07-201-4/+3
* i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen2017-07-201-10/+3
* i965: Make irb::mt_layer logical instead of physicalTopi Pohjolainen2017-07-181-2/+1
* i965/miptree: Allocate HiZ up-frontJason Ekstrand2017-07-171-6/+0
* i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand2017-07-121-1/+1
* i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand2017-07-121-1/+2
* i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storageJason Ekstrand2017-07-121-22/+1
* i965/dri: Support R8G8B8A8 and R8G8B8X8 configsChad Versace2017-06-281-2/+21
* i965/miptree: Rework aux enablingJason Ekstrand2017-06-231-1/+1
* i965: Don't bother with HiZ in renderbuffer_move_to_tempJason Ekstrand2017-06-231-4/+0
* i965/dri: Add intel_screen param to intel_create_winsys_renderbufferChad Versace2017-06-221-3/+5
* i965: Rename some vague format members of brw_contextChad Versace2017-06-221-1/+1
* i965: Prepare framebuffer validator for isl based miptreesTopi Pohjolainen2017-06-191-3/+30
* i965/gen4: Add support for single layer in alignment workaroundTopi Pohjolainen2017-06-191-7/+12
* i965: Inline renderbuffer_att_set_needs_depth_resolveJason Ekstrand2017-06-071-15/+0
* i965: Get rid of intel_renderbuffer_resolve_*Jason Ekstrand2017-06-071-26/+0
* i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace2017-06-011-5/+1
* i965: Cleanup in intel_create_winsys_renderbuffer()Chad Versace2017-06-011-5/+2
* i965: Rename intel_create_renderbufferChad Versace2017-05-301-5/+6
* i965: Use blorp for color blits on gen4-5Jason Ekstrand2017-05-261-49/+17
* i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke2017-04-101-2/+2
* i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke2017-04-101-2/+2
* i965/fbo: Prepare layer multiplier for render buffer compressionTopi Pohjolainen2016-11-231-1/+1
* i965: Rename intelScreen to screen.Kenneth Graunke2016-09-201-2/+2
* i965: Rename __DRIScreen pointers to "dri_screen".Kenneth Graunke2016-09-201-4/+3
* i965: Fix miptree layout for EGLImage-based renderbuffersChad Versace2016-08-251-0/+13
* i965: Roll intel_reg.h into brw_defines.hJason Ekstrand2016-08-191-0/+1
* i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.Kenneth Graunke2016-08-081-0/+8
* i965: Emit SNB write cache flush W/A from brw_emit_pipe_control_flush.Francisco Jerez2016-07-071-8/+0
* i965: don't use NumLayers for 3D textures.Dave Airlie2016-06-061-1/+1
* i965: Use blorp for all stencil blitsJason Ekstrand2016-05-141-6/+1
* i965: Fix brw_render_cache_set_check_flush's PIPE_CONTROLs.Kenneth Graunke2016-03-281-1/+22
* i965: Set a proper _BaseFormat for window system renderbuffers in ES.Kenneth Graunke2016-03-101-1/+1
* i965: Add missing close-parenthesis in error messagesIan Romanick2015-10-261-2/+2
* i965: Fix is-renderable check in intel_image_target_renderbuffer_storageIan Romanick2015-10-261-5/+1
* i965: Don't override NewFramebuffer just to call _mesa_new_framebufferIan Romanick2015-10-061-14/+0
* i965: Rename intel_miptree_get_dimensions_for_image()Anuj Phogat2015-09-281-1/+1
* i965: Silence unused parameter warnings in intel_fbo.cIan Romanick2015-09-101-3/+8
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-5/+2
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* i965: Resolve GCC sign-compare warning.Rhys Kidd2015-08-181-1/+1
* i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.Matt Turner2015-08-061-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1