summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2021-04-06mesa/st: fix st_nir_lower_tex_src_plane argumentsPierre-Eric Pelloux-Prayer1-1/+1
2021-03-26mesa/st: fix lower_tex_src_plane in multiple samplers scenarioPierre-Eric Pelloux-Prayer1-1/+1
2021-03-23gallium,st: add missing viewport swizzlesIlia Mirkin1-0/+4
2021-03-23i965/gen11: Fix must-be-ones bit positions in 3D_MODEJordan Justen1-1/+1
2021-03-18gallium/st: fix shader_has_one_variantErik Faye-Lund1-1/+2
2021-03-18gallium/st: fix shader_has_one_variantErik Faye-Lund1-1/+4
2021-03-18mesa: set states in fast path for restoring light attributesNeha Bhende1-2/+8
2021-03-11st/mesa: Update constants on alpha test change if it's loweredIcecream951-1/+1
2021-03-11mesa/st: clamp scissored clear regions to fb sizeMike Blumenkrantz1-0/+5
2021-03-11nouveau_vieux: use align_calloc for the context to fix m32 crashesMarek Olšák3-6/+6
2021-03-11radeon,r200: use align_calloc for the context to fix m32 crashesMarek Olšák3-5/+8
2021-03-11i915: use align_calloc for the context to fix m32 crashesMarek Olšák3-5/+8
2021-03-11st/mesa: fix PBO download for TEXTURE_1D_ARRAY texturesYevhenii Kharchenko1-3/+8
2021-02-04i965: use aligned malloc for context instead of rallocTapani Pälli4-7/+11
2021-02-01mesa: Remove _mesa_destroy_context()Rob Clark3-22/+2
2021-02-01mesa: flush glBegin/End before changing GL_DEPTH_STENCIL_TEXTURE_MODEMarek Olšák1-0/+2
2021-02-01mesa/st: Allocate the gl_context with 16-byte alignment.Eric Anholt1-3/+5
2021-02-01glthread: fix interpreting vertex size == GL_BGRA for vertex attribsMarek Olšák1-2/+11
2021-01-28i965: Don't parse driconf againIan Romanick3-13/+5
2021-01-27compiler: Use util/bitset.h for system_values_readCaio Marcelo de Oliveira Filho6-59/+49
2021-01-25mesa/main: remove leftover bumpmap codeErik Faye-Lund1-12/+1
2021-01-21st/mesa: fix broken moves for u2i64 and related opsIlia Mirkin1-0/+1
2021-01-20st/mesa: fix pbo upload/download for arrays of textures with only 1 layerAndrii Simiklit1-10/+15
2021-01-20Revert "mesa: allow half float textures based on ARB_half_float_pixel"Kenneth Graunke1-1/+0
2021-01-20tnl: Reset nr_bos to 0 between map/unmap cycles.Kenneth Graunke1-1/+2
2021-01-20tnl: Respect `start` when converting indices to GLuintKenneth Graunke1-6/+10
2021-01-20tnl: Try not to botch index buffer munging when start > 0.Kenneth Graunke1-5/+23
2021-01-20vbo: Only mark merged line strips as lines when actually converting themKenneth Graunke1-1/+4
2021-01-20vbo: Don't set node->min_index = max_index = indices_offset when mergingKenneth Graunke1-1/+0
2021-01-20mesa: fix alpha channel of ETC2_SRGB8 decompression for !bgraMarek Olšák1-1/+1
2021-01-15mesa: always set valid index bounds for non-indexed draws for classic driversMarek Olšák1-4/+31
2021-01-13st/mesa: use the correct src format in ReadPixelsPierre-Eric Pelloux-Prayer1-1/+1
2021-01-13mesa/fbo: don't check_end_texture_render on fb read changePierre-Eric Pelloux-Prayer1-3/+0
2021-01-13st/mesa: consider texture view format for fbo blitsPierre-Eric Pelloux-Prayer1-1/+1
2021-01-12gallium/ntt: Take ownership of the NIR shader we're passed.Eric Anholt2-3/+1
2021-01-12mesa/st: Free the ARB_vp/fp nir-to-tgsi temporary tokens.Eric Anholt1-0/+6
2021-01-12mesa/st: Free the NIR builtins TGSI tokens after passing to the driver.Eric Anholt1-5/+17
2021-01-12st/mesa: Use samplers for buffer textures if requestedIcecream951-2/+2
2021-01-12gallium: Add new cap PIPE_CAP_TEXTURE_BUFFER_SAMPLERIcecream952-0/+3
2021-01-12vbo/dlist: free prim_store->prims when vbo_save is destroyedTapani Pälli1-0/+1
2021-01-11mesa/st: fix regression for basic driversErik Faye-Lund3-1/+4
2021-01-11mesa/teximage: show internal format when printing verbose api logIlia Mirkin1-2/+2
2021-01-09vbo: fix a index buffer map failure with size = 0 in get_minmax_indices_galliumMarek Olšák3-3/+11
2021-01-09mesa: skip draws w/ count == 0 and instance_count == 0 in draw_gallium_fallbackMarek Olšák1-10/+21
2021-01-07mesa: Don't make building tests conditional on building DRI driversAdam Jackson1-1/+1
2021-01-07mesa: Fix array-format-to-format table on big-endianAdam Jackson1-9/+10
2021-01-07tests: Fix memory leaks in DispatchSanityAdam Jackson1-0/+21
2021-01-06st: use intrinsic buildersChristian Gmeiner1-10/+6
2021-01-06mesa/prog_to_nir: use intrinsic buildersChristian Gmeiner1-4/+1
2021-01-05mesa/st: fix redundant initializationPierre-Eric Pelloux-Prayer1-2/+1