summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_blorp.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-15i965: Remove Gen10-specific state setup and workaroundsIan Romanick1-5/+1
2020-09-02i965: verify format width in blorp_get_client_boMarcin Ślusarz1-4/+9
2020-05-14i965: Assert that blorp always handles color blitsIan Romanick1-0/+2
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák1-2/+2
2020-03-18intel/blorp: Add support for swizzling fast-clear colorsJason Ekstrand1-0/+1
2020-03-17intel/blorp: Plumb the stage through blorp upload_shaderCaio Marcelo de Oliveira Filho1-1/+1
2020-01-04i965: Allow HiZ for glCopyImageSubData sourcesJason Ekstrand1-0/+9
2020-01-04i965/blorp: Don't resolve HiZ unless we're reinterpretingJason Ekstrand1-1/+1
2020-01-04blorp: Allow reading with HiZJason Ekstrand1-0/+6
2019-10-09i965: Disable fast clears when running with INTEL_DEBUG=nofcCaio Marcelo de Oliveira Filho1-0/+3
2019-08-23i965: Silence brw_blorp uninitialized warningCaio Marcelo de Oliveira Filho1-1/+1
2019-07-16mesa: Drop redundant checks for sRGB before sRGB to linear conversion.Eric Anholt1-3/+3
2019-06-05i965: Allow signed/unsigned integer conversions in miptree up/downloadKenneth Graunke1-24/+0
2019-04-29i965: Re-enable fast color clears for GEN11.Plamena Manolova1-15/+8
2019-04-10intel/common: move gen_debug to intel/devMark Janes1-1/+1
2019-03-28i965/blorp: Remove unused parameter from blorp_surf_for_miptree.Rafael Antognolli1-24/+12
2019-01-10blorp: Pass the batch to lookup/upload_shader instead of contextKenneth Graunke1-4/+4
2018-10-23mesa/glformats: Remove redundant helper _mesa_base_format_component_countEduardo Lima Mitev1-1/+1
2018-10-02i965: Replace checks for rb->Name with FlipY (v2)Fritz Koenig1-11/+9
2018-09-07i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand1-1/+5
2018-07-27i965: implement GL_MESA_framebuffer_flip_y [v3]Fritz Koenig1-1/+1
2018-07-18intel/blorp: Take an explicit filter parameter in blorp_blitJason Ekstrand1-2/+61
2018-07-18intel/blorp: fix uninitialized variable warningCaio Marcelo de Oliveira Filho1-3/+3
2018-07-13i965: Set the r8stencil flag in miptree_finish_writeNanley Chery1-5/+1
2018-07-09i965: Add flag_state param to brw_search_cacheJordan Justen1-2/+2
2018-06-27i965: small cleanup in blorp debug printing output (trivial)Tapani Pälli1-1/+1
2018-05-25intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand1-0/+2
2018-05-22i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke1-1/+2
2018-05-18i965: Make get_ccs_surf succeed in alloc_auxNanley Chery1-4/+1
2018-05-17i965/blorp: Disable BLORP clear color updatesNanley Chery1-2/+4
2018-05-17i965/blorp: Also skip the fast clear if the clear color differsNanley Chery1-4/+3
2018-05-17Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery1-1/+4
2018-05-17i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery1-1/+1
2018-05-09i965/blorp: Remove a pile of blorp_blit restrictionsJason Ekstrand1-30/+33
2018-05-09i965/blorp: Allow blorp blits for 16x MSAAJason Ekstrand1-4/+0
2018-04-24i965: Add and use a getter for the clear colorNanley Chery1-8/+5
2018-04-24i965: Add and use a single miptree aux_buf fieldNanley Chery1-9/+7
2018-04-24i965: Add and use a getter for the miptree aux bufferNanley Chery1-6/+2
2018-04-09i965: Make the miptree clear color setter take a gl_color_unionNanley Chery1-4/+1
2018-04-09i965: Use the brw_context for the clear color and value settersNanley Chery1-1/+1
2018-04-05i965/blorp: Update the fast clear value buffer.Rafael Antognolli1-0/+7
2018-04-05i965: Add aux_buf variable to simplify code.Rafael Antognolli1-14/+6
2018-03-27i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke1-1/+1
2018-03-22intel: Disable fast color clear on iclAnuj Phogat1-0/+5
2018-03-20intel/blorp: Fix compiler warning about num_layers.Eric Anholt1-1/+1
2018-03-13i965: Emit texture cache invalidates around blorp_copyJason Ekstrand1-0/+15
2018-02-15i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat1-0/+4
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand1-8/+8
2018-02-08intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand1-1/+1
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák1-4/+5