summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2021-06-23mesa: unreference zombie buffers when creating buffers to lower memory usageMarek Olšák1-2/+19
2021-06-23gallium: add a pipe cap for determining driver support for prim type in restartsMike Blumenkrantz1-2/+1
2021-06-22i965: fix regression in pipe control on g45Dave Airlie1-1/+1
2021-06-18util: Move the 4x4 matrix inverse function to u_mathJason Ekstrand1-116/+1
2021-06-17vbo: delay vbo_exec_vtx_map callPierre-Eric Pelloux-Prayer1-6/+7
2021-06-17mesa: execute glFlush asynchronously if no image has been imported/exportedMarek Olšák1-1/+3
2021-06-17mesa: move _mesa_notifySwapBuffers into the x11 swrast driverMarek Olšák3-27/+22
2021-06-17mesa: add gallium flush_flags param into ctx->Driver.FlushMarek Olšák19-34/+43
2021-06-17st/mesa: move the st_flush_bitmap_cache call into st_flushMarek Olšák1-3/+1
2021-06-17st/mesa: fix an incorrect comment in st_context_flushMarek Olšák1-2/+2
2021-06-17glthread: change when glFlush flushes asynchronouslyMarek Olšák2-0/+9
2021-06-16shader_enums: change VERT_BIT back to the 32-bit shiftMarek Olšák1-1/+1
2021-06-16util/queue: add a global data pointer for the queue objectMike Blumenkrantz1-5/+5
2021-06-16st/mesa: always report the max samples as supportedIlia Mirkin1-1/+9
2021-06-14st/mesa: also disable other int texturesDave Airlie1-0/+1
2021-06-11i965: Use nir_lower_passthrough_edgeflagsJason Ekstrand1-4/+3
2021-06-11intel/isl: Make the offset helpers four dimensionalJason Ekstrand2-4/+13
2021-06-10swrast: Fix a warning from gcc 11Adam Jackson1-1/+1
2021-06-09Revert "st/mesa: execute glFlush asynchronously if no image has been imported...Rob Clark3-10/+1
2021-06-09classic/xlib: Fix the build after !9817Adam Jackson2-33/+5
2021-06-09mesa: also flush after compute dispatch when debug flag enabledIlia Mirkin1-0/+9
2021-06-09mesa: always expose NV_image_formats and OES_shader_image_atomicIlia Mirkin1-2/+2
2021-06-08nir: Move workgroup_size and workgroup_variable_size into common shader_infoCaio Marcelo de Oliveira Filho3-5/+5
2021-06-08intel/isl: convert null surface fill to a struct.Dave Airlie1-1/+1
2021-06-07compiler: Rename local_size to workgroup_sizeCaio Marcelo de Oliveira Filho3-5/+5
2021-06-07st/pbo: use correct type for images and texturesErik Faye-Lund2-9/+33
2021-06-06st/mesa: allow hardware to claim ES 3.1 without hw indirect drawsIlia Mirkin1-0/+9
2021-06-06mesa/get: allow image/buffer/atomic variables to be fetched in es3.1Ilia Mirkin4-29/+40
2021-06-06st/mesa: properly encode OES_geometry_shader requirementIlia Mirkin1-5/+3
2021-06-06mesa: relax ES 3.1 compute shader requirementsIlia Mirkin1-5/+12
2021-06-06st/mesa: avoid enabling image/buffer/compute extensions for weak hardwareIlia Mirkin1-5/+7
2021-06-05i915: Implement __DRI2_FLUSH version 4Ville Syrjälä1-5/+19
2021-06-05i915: Implement __DRI_IMAGE_ATTRIB_OFFSET queryVille Syrjälä1-1/+4
2021-06-04intel: properly constify isl_format_layoutsAdam Jackson1-1/+1
2021-06-04st/mesa: execute glFlush asynchronously if no image has been imported/exportedMarek Olšák3-1/+10
2021-06-03intel/nir,i965: Move HW generation check for UBO pushing to i965Jason Ekstrand7-10/+28
2021-06-03intel/gfx6: move xfb_setup outside the gs compiler into the driver.Dave Airlie1-1/+37
2021-06-03st/nir: always revectorise if scalarising happens.Dave Airlie1-6/+7
2021-06-02android: i965: remove brw_ff_gs_emit.c from Makefile.sourcesMauro Rossi1-1/+0
2021-06-02sparc: Avoid some redefinition warningsMatt Turner2-10/+0
2021-05-28mesa: don't save/restore VAO NumUpdates and IsDynamic to fix update trackingMarek Olšák1-2/+1
2021-05-28mesa: don't call FLUSH_VERTICES in glPopClientAttribMarek Olšák1-1/+0
2021-05-28mesa: optimize unreferencing VBOs in glPopClientAttribMarek Olšák1-1/+11
2021-05-28mesa: optimize glPush/PopClientAttrib for GL_CLIENT_VERTEX_ARRAY_BITMarek Olšák3-9/+29
2021-05-28mesa: don't call _mesa_set_draw_vao in glPushClientAttribMarek Olšák1-3/+3
2021-05-28mesa: move _mesa_copy_vertex_attrib/buffer functions to their only useMarek Olšák3-43/+31
2021-05-28mesa: fix error set for glCompressedTexSubImage callsTapani Pälli1-1/+18
2021-05-27mesa/st: Don't assert !unify_interfaces in the passthrough edge flags caseIan Romanick1-1/+0
2021-05-27st/mesa: fix clearing of 1D array texturesPierre-Eric Pelloux-Prayer1-0/+8
2021-05-26gallium/st: add a back buffer fallback for front renderingYiwei Zhang1-3/+10