summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_msaa.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-20mesa/st: move msaa functionality into multisample.cDave Airlie1-63/+0
2021-12-20mesa/st: move get sample position code to static in mesaDave Airlie1-20/+0
2021-12-08mesa/st: move msaa functions to direct callDave Airlie1-9/+2
2020-12-03st/mesa: put pipe_screen * into st_context and use itMarek Olšák1-1/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2018-06-14st/mesa: add support for ARB_sample_locationsRhys Perry1-0/+27
2017-02-25st/mesa: don't update unrelated states in non-draw calls such as ClearMarek Olšák1-1/+1
2016-04-07mesa/st: Use _mesa_geometric_ functions appropriatelyEdward O'Callaghan1-1/+3
2016-02-13st/mesa: add a second pipeline for computeSamuel Pitoiset1-1/+1
2014-07-09st/mesa: minor fix-up in st_GetSamplePosition()Brian Paul1-2/+4
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-17st/mesa: clean up formatting in st_cb_msaa.cBrian Paul1-12/+18
2013-04-11st/mesa: add support for get sample positionDave Airlie1-0/+54