replace _mesa_logbase2 with util_logbase2
[mesa.git] / src / mesa / state_tracker / st_glsl_to_tgsi_temprename.cpp
2018-10-30 Eric Engestrommesa: fix struct/class mismatch
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi: Expose array live range tracking...
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi: add array life range evaluation...
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi: add class for array access tracking
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi: move evaluation of read mask...
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi: rename access_record to register_...
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi:rename lifetime to register_live_range
2018-08-11 Gert Wollnymesa/st/glsl_to_tgsi: Properly resolve life times simpl...
2018-01-30 Gert Wollnymesa/st/glsl_to_tgsi: Mark first write as unconditional...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add tracking of indirect addressi...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add tracking of ifelse writes...
2018-01-24 Gert Wollnymesa/st/glsl_to_tgsi: Add some operators for glsl_to_tg...
2018-01-17 Brian Paulst/mesa: include util/bitscan.h in st_glsl_to_tgsi_temp...
2017-09-18 Nicolai Hähnlest/glsl_to_tgsi: fix theoretical memory leak
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: remove unused code in temprename
2017-09-13 Nicolai Hähnlest/glsl_to_tgsi: be precise about merging scopes
2017-09-06 Gert Wollnymesa/st/st_glsl_to_tgsi_temprename.cpp: Fix compilation...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add register rename mapping...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: add tests for the new temporary...
2017-09-06 Gert Wollnymesa/st: glsl_to_tgsi: implement new temporary register...