aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.c
Commit message (Expand)AuthorAgeFilesLines
* blorp: Pass the batch to lookup/upload_shader instead of contextKenneth Graunke2019-01-101-4/+4
* mesa/glformats: Remove redundant helper _mesa_base_format_component_countEduardo Lima Mitev2018-10-231-1/+1
* i965: Replace checks for rb->Name with FlipY (v2)Fritz Koenig2018-10-021-11/+9
* i965: Workaround the gen9 hw astc5x5 sampler bugJason Ekstrand2018-09-071-1/+5
* i965: implement GL_MESA_framebuffer_flip_y [v3]Fritz Koenig2018-07-271-1/+1
* intel/blorp: Take an explicit filter parameter in blorp_blitJason Ekstrand2018-07-181-2/+61
* intel/blorp: fix uninitialized variable warningCaio Marcelo de Oliveira Filho2018-07-181-3/+3
* i965: Set the r8stencil flag in miptree_finish_writeNanley Chery2018-07-131-5/+1
* i965: Add flag_state param to brw_search_cacheJordan Justen2018-07-091-2/+2
* i965: small cleanup in blorp debug printing output (trivial)Tapani Pälli2018-06-271-1/+1
* intel/blorp: Support blits and clears on surfaces with offsetsJason Ekstrand2018-05-251-0/+2
* i965: Introduce a "memory zone" concept on BO allocation.Kenneth Graunke2018-05-221-1/+2
* i965: Make get_ccs_surf succeed in alloc_auxNanley Chery2018-05-181-4/+1
* i965/blorp: Disable BLORP clear color updatesNanley Chery2018-05-171-2/+4
* i965/blorp: Also skip the fast clear if the clear color differsNanley Chery2018-05-171-4/+3
* Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery2018-05-171-1/+4
* i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery2018-05-171-1/+1
* i965/blorp: Remove a pile of blorp_blit restrictionsJason Ekstrand2018-05-091-30/+33
* i965/blorp: Allow blorp blits for 16x MSAAJason Ekstrand2018-05-091-4/+0
* i965: Add and use a getter for the clear colorNanley Chery2018-04-241-8/+5
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-241-9/+7
* i965: Add and use a getter for the miptree aux bufferNanley Chery2018-04-241-6/+2
* i965: Make the miptree clear color setter take a gl_color_unionNanley Chery2018-04-091-4/+1
* i965: Use the brw_context for the clear color and value settersNanley Chery2018-04-091-1/+1
* i965/blorp: Update the fast clear value buffer.Rafael Antognolli2018-04-051-0/+7
* i965: Add aux_buf variable to simplify code.Rafael Antognolli2018-04-051-14/+6
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-271-1/+1
* intel: Disable fast color clear on iclAnuj Phogat2018-03-221-0/+5
* intel/blorp: Fix compiler warning about num_layers.Eric Anholt2018-03-201-1/+1
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-131-0/+15
* i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat2018-02-151-0/+4
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-081-8/+8
* intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand2018-02-081-1/+1
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-041-4/+5
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-241-2/+4
* i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand2018-01-241-2/+2
* i965/miptree: Add an explicit tiling parameter to create_for_boJason Ekstrand2018-01-211-2/+4
* intel/blorp: Take a range of layers in blorp_ccs_resolveJason Ekstrand2017-11-271-1/+1
* i965/blorp: Use a designated initializer for blorp_surfJason Ekstrand2017-11-271-8/+9
* i965: Switch over to fully external-or-not MOCS schemeJason Ekstrand2017-11-131-16/+1
* i965: Use PTE MOCS for all external buffersJason Ekstrand2017-11-131-3/+4
* intel/blorp: Make the MOCS setting part of blorp_addressJason Ekstrand2017-11-131-15/+16
* i965/miptree: Take an isl_format in render_aux_usageJason Ekstrand2017-10-261-4/+4
* i965/blorp: Use more temporary isl_format variablesJason Ekstrand2017-10-261-8/+7
* i965/blorp: Use blorp_to_isl_format for src_isl_format in blit_miptreesJason Ekstrand2017-10-261-1/+2
* i965: Share the flush for brw_blorp_miptree_download into a pboChris Wilson2017-10-121-0/+22
* i965: Add blorp-based texture upload and download pathsJason Ekstrand2017-10-121-0/+342
* i965: Refactor y-flipping coordinate transform.Kenneth Graunke2017-10-121-7/+11
* i965: emit BRW_NEW_AUX_STATE when we change the fast clear valueIago Toral Quiroga2017-09-181-10/+2
* i965: rename BRW_NEW_FAST_CLEAR_COLOR to BRW_NEW_AUX_STATEIago Toral Quiroga2017-09-181-1/+1