summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2022-06-01st/pbo_compute: use different calc for non-3d compute buffer sizingMike Blumenkrantz1-1/+6
2022-06-01mesa: Drop dead #include "sparc/sparc.h"Matt Turner1-4/+0
2022-05-18Revert "st/mesa: Transcode ASTC to BC7 (BPTC) where possible"Kenneth Graunke3-28/+12
2022-05-10st/draw_feedback: set constant buffer strideMike Blumenkrantz1-0/+1
2022-05-02mesa: add missing error-pathErik Faye-Lund1-1/+1
2022-05-02mesa: unref syncobj after wait_syncJuan A. Suarez Romero1-1/+4
2022-04-24mesa/st: clamp GL_RENDERBUFFER to GL_TEXTURE_2D for sparse queriesMike Blumenkrantz1-0/+3
2022-04-20mesa: flush bitmap caches when changing scissors or window rects stateSviatoslav Peleshko2-0/+11
2022-04-20mesa/st: set normalized coords for RECT samplers if rects are unsupportedMike Blumenkrantz1-1/+1
2022-04-13st/mesa: Transcode ASTC to BC7 (BPTC) where possibleKenneth Graunke3-12/+28
2022-04-13st/mesa: Make transcode_astc also check for non-SRGB format supportKenneth Graunke1-0/+3
2022-04-12glsl/st: use nir pass to lower indirect rather than GLSL IRTimothy Arceri2-2/+24
2022-04-10mesa/st: handle adding pointsize when gl_Position is never writtenMike Blumenkrantz1-0/+7
2022-04-10mesa/st: handle copy_deref cases for adding pointsizeMike Blumenkrantz1-1/+2
2022-04-10mesa/st: fix pointsize adding checkMike Blumenkrantz1-2/+5
2022-04-10mesa: set PointSizeIsOne on context creationMike Blumenkrantz1-0/+1
2022-04-08st/glsl-to-tgsi: Fix handling of csel(bool, vec, vec).Emma Anholt1-4/+12
2022-04-08tgsi/transform: Make tgsi_transform_shader() manage token allocation.Emma Anholt3-22/+3
2022-04-07mesa/st: simplify st_can_add_pointsize_to_program iteratorMike Blumenkrantz1-6/+1
2022-04-07mesa/st: don't precompile the pointsize upload variant anymoreMike Blumenkrantz1-39/+0
2022-04-07mesa/st: only flag pointsize constant uploads if they're neededMike Blumenkrantz1-1/+2
2022-04-07mesa/st: only use constant upload pointsize variants if pointsize != 1.0Mike Blumenkrantz1-2/+2
2022-04-07mesa/st: also add pointsize to fixedfunction vertex shaders as neededMike Blumenkrantz3-2/+7
2022-04-07mesa/st: always inject a 1.0 pointsize for vertex stagesMike Blumenkrantz1-20/+3
2022-04-07mesa/st: declare added pointsize var as hiddenMike Blumenkrantz1-0/+1
2022-04-07mesa: add a bool indicating when pointsize == 1.0Mike Blumenkrantz2-0/+2
2022-04-07st/manager: update framebuffer size if texture has been resizedMike Blumenkrantz1-1/+3
2022-04-01util: Rename PIPE_DEBUG_TYPE to UTIL_DEBUG_TYPEYonggang Luo1-7/+7
2022-04-01util: Rename pipe_debug_type to util_debug_typeYonggang Luo1-1/+1
2022-04-01util: Rename pipe_debug_callback to util_debug_callbackYonggang Luo1-2/+2
2022-03-31vbo/dlist: do not try to pad an empty drawErik Faye-Lund1-6/+8
2022-03-30glsl: Delete dont_lower_swz path of lower_quadop_vector.Emma Anholt1-1/+1
2022-03-30glsl: Delete unused EmitNoPow path.Emma Anholt2-2/+0
2022-03-30mesa/st: don't add pointsize to ES programs if it already existsMike Blumenkrantz1-1/+1
2022-03-30mesa/st: rework pointsize constant uploadsMike Blumenkrantz3-25/+24
2022-03-30mesa/st: always flag last vertex stage constants for upload on pointsize changeMike Blumenkrantz1-3/+3
2022-03-30mesa/st: rework atom flagging when pointsize changesMike Blumenkrantz1-2/+8
2022-03-25mesa/st: add special casing for pointsize constant updating during validateMike Blumenkrantz2-14/+24
2022-03-23gallium: rename image atomic inc-wrap capErik Faye-Lund1-1/+1
2022-03-23gallium: rename image atomic float-add capErik Faye-Lund1-1/+1
2022-03-17mesa/main: replace use of simple_list with util/listDylan Baker1-12/+10
2022-03-17gallium: rename ballot capErik Faye-Lund1-1/+1
2022-03-17gallium: rename clock capErik Faye-Lund1-1/+1
2022-03-17gallium: rename group-vote capErik Faye-Lund1-1/+1
2022-03-17gallium: rename texture query samples capErik Faye-Lund1-1/+1
2022-03-17gallium: rename read-outputs capErik Faye-Lund2-2/+2
2022-03-17gallium: rename array-components capErik Faye-Lund1-1/+1
2022-03-17gallium: rename sysval capsErik Faye-Lund2-4/+4
2022-03-17gallium: rename fine derivative capErik Faye-Lund1-1/+1
2022-03-17gallium: rename pixel-coord capsErik Faye-Lund2-12/+12