summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-22v3d: Implement GL_ARB_texture_barrierJose Maria Casanova Crespo4-1/+87
2024-02-14asahi: Implement ARB_texture_barrier by decompressionAlyssa Rosenzweig3-0/+72
2023-10-15mesa: enable NV_texture_barrier in GLES2+ (again)Lucas Stach2-2/+2
2023-06-23asahi: Revert "Advertise ARB_texture_barrier"Asahi Lina2-2/+1
2023-04-11Revert "mesa: Enable NV_texture_barrier in GLES2+"David Heidelberg2-2/+2
2023-04-08mesa: Enable NV_texture_barrier in GLES2+Adam Jackson2-2/+2
2023-02-20asahi: Advertise ARB_texture_barrierAlyssa Rosenzweig2-1/+2
2022-12-14iris: Drop disable_rb_aux_buffer handling for image viewsKenneth Graunke1-15/+5
2022-11-19asahi: Implement texture_barrier triviallyAlyssa Rosenzweig1-0/+8
2022-09-27zink: use feedback loop layout to correctly handle implicit feedback loopsMike Blumenkrantz8-5/+82
2022-05-23lima: Implement texture_barrierVasily Khoruzhick3-1/+11
2022-04-11zink: rework texture_barrier hookMike Blumenkrantz1-27/+34
2022-03-08gallivm/nir: extract a valid texture index according to exec_mask.Dave Airlie2-8/+20
2021-09-23zink: clean up texture_barrier hook a littleMike Blumenkrantz1-22/+19
2021-06-10panfrost: Add "Cache Flush" job XMLAlyssa Rosenzweig1-0/+17
2021-03-30zink: rework texture_barrier hookMike Blumenkrantz1-3/+44
2021-02-11zink: enable PIPE_CAP_TEXTURE_BARRIERMike Blumenkrantz1-0/+1
2020-07-13panfrost: Implement texture_barrierIcecream951-0/+8
2019-10-18rbug: forward texture_barrier to pipe driverLucas Stach1-0/+12
2019-06-20iris: Add maybe_flush calls to texture_barrier and memory_barrierKenneth Graunke1-0/+3
2018-08-22intel/isl: Avoid tiling some 16K-wide render targetsNanley Chery1-0/+23
2018-08-14virgl: ARB_texture_barrier supportDave Airlie7-4/+25
2018-08-02gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez1-2/+2
2018-08-01virgl: add texture_barrier stubErik Faye-Lund1-0/+7
2018-06-20gallium/aux/util: Fix some warningsGert Wollny3-3/+3
2018-01-24gallium/u_tests: add texture_barrier and FBFETCH testsMarek Olšák1-1/+110
2017-10-26freedreno: GL_ARB_texture_barrierRob Clark2-1/+13
2017-10-10i965: Disable auxiliary buffers when there are self-dependencies.Kenneth Graunke3-25/+37
2017-10-10broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDEREric Anholt7-20/+71
2017-10-10gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt18-0/+29
2017-10-10broadcom/vc4: Implement GL_ARB_texture_barrier.Eric Anholt2-1/+12
2017-01-06radeonsi: don't wait for compute shaders in texture_barrierMarek Olšák1-2/+1
2016-09-12i965/rbc: Consult rb settings for texture surface setupTopi Pohjolainen1-7/+60
2016-08-29gallium/radeon: clear dirty_level_mask when discarding CMASKMarek Olšák1-0/+1
2016-07-07i965: Fix remaining flush vs invalidate race conditions in brw_emit_pipe_cont...Francisco Jerez2-0/+27
2016-07-01i965: intel_texture_barrier reimplementedAlejandro Piñeiro1-1/+20
2015-09-23i965: add ARB_texture_barrier supportIlia Mirkin4-1/+12
2015-04-22mesa: add check for NV_texture_barrier in _mesa_TextureBarrierNV()Brian Paul1-0/+6
2014-08-14mesa: add ARB_texture_barrier supportIlia Mirkin6-1/+21
2013-07-08r600g: adjust flush flags (v3)Alex Deucher6-7/+42
2012-02-17intel: Fix rendering from textures after RenderTexture().Eric Anholt5-61/+47
2011-10-29r600g: Replace needless flush in texture upload.Mathias Fröhlich1-1/+1
2011-09-30gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák6-2/+7
2011-05-29trace: implement texture_barrierMarek Olšák1-0/+16
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák8-0/+120
2011-03-15mesa: add display list support for NV_texture_barrierMarek Olšák1-0/+22
2011-03-15mesa: add NV_texture_barrierMarek Olšák12-0/+130