summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_fbo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-2/+4
* Revert "i965: Push miptree tiling request into flags"Ben Widawsky2015-07-161-4/+2
* i965: Push miptree tiling request into flagsBen Widawsky2015-07-161-2/+4
* i965: Don't use GCC extension for ?: with only two operands.Kenneth Graunke2015-06-291-3/+5
* i965: Rename intel_emit* to reflect their new location in brw_pipe_controlChris Wilson2015-06-241-1/+1
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-3/+2
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-4/+4
* i965: Lift some restrictions on dma_buf EGLImagesChad Versace2015-04-131-7/+0
* i965: Disable aux buffers for EGLImage-backed miptreesChad Versace2015-04-131-1/+7
* i965: Change intel_miptree_create_for_bo() signatureChad Versace2015-04-131-1/+2
* i965: Refactor brw_is_hiz_depth_format()Chad Versace2015-04-131-2/+2
* i965/hiz: Start to separate miptree out from hiz buffersJordan Justen2015-03-091-2/+2
* i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.Kenneth Graunke2015-03-051-1/+49
* intel: fix EGLImage renderbuffer _BaseFormatFrank Henigman2015-03-031-1/+1
* i965: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-171-7/+7
* DD: Refactor BlitFramebuffer.Laura Ekstrand2015-02-021-9/+11
* i965/mipmap_tree: Add a depth parameter to create_for_boJason Ekstrand2015-01-221-0/+1
* util/hash_set: Rework the API to know about hashingJason Ekstrand2015-01-151-3/+4
* util: Move main/set to util/hash_setJason Ekstrand2015-01-151-1/+1
* i965: Fix intel_miptree_map() signature to be more 64-bit safeChad Versace2014-12-221-2/+2
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-051-0/+1
* i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen2014-08-151-1/+2
* i965/gen6 fbo: make unmatched depth/stencil configs return unsupportedJordan Justen2014-08-151-3/+3
* util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke2014-08-041-1/+1
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-4/+10
* i965/fbo: Only try stencil meta blits on gen >= 8Topi Pohjolainen2014-05-191-2/+4
* i965/fb: Use meta path for stencil blitsTopi Pohjolainen2014-05-151-0/+9