aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/atifragshader.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-5/+5
* replace malloc macros in imports.h with u_memory.h versionsDylan Baker2020-04-211-0/+1
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* main: unreference ATIFragmentShader program before creating new oneYevhenii Kolesnikov2019-07-261-1/+4
* mesa: include dispatch.h lessMarek Olšák2018-04-121-1/+0
* mesa: always compare optype with symbolic name in ATI_fsMiklós Máté2017-12-251-3/+3
* mesa: move ATI_fs state compile changes after the error checksMiklós Máté2017-12-251-54/+53
* mesa: fix validate for secondary interpolatorMiklós Máté2017-12-251-13/+27
* mesa: fix typo in ATI_fs dstMod error checkingMiklós Máté2017-12-251-1/+1
* mesa: fix crash when an ATI_fs pass begins with an alpha instMiklós Máté2017-12-251-3/+7
* mesa: fix deleting the dummy ATI_fsMiklós Máté2017-11-071-1/+4
* mesa: remove dd_function_table::BindProgramMarek Olšák2017-03-291-3/+0
* mesa: Replace uses of Shared->Mutex with hash-table mutexesMatt Turner2016-05-201-1/+5
* mesa: optionally associate a gl_program to ATI_fragment_shaderMiklós Máté2016-03-271-1/+12
* mesa: improve debug log in atifragshaderMiklós Máté2015-12-171-0/+3
* mesa: Don't leak ATIfs instructions in DeleteFragmentShaderMiklós Máté2015-12-171-1/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-15/+15
* main: replace __FUNCTION__ with __func__Marius Predut2015-04-141-2/+2
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* Eliminate several cases of multiplication in arguments to callocCarl Worth2014-09-031-4/+4
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-20/+0
* mesa: remove FEATURE_ATI_fragment_shader define.Oliver McFadden2012-09-151-4/+0
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-8/+4
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-2/+0
* mesa: minor whitespace fixesBrian Paul2011-03-241-2/+2
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.Vinson Lee2010-12-231-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* mesa: move atifragshader.[ch] to main/Brian Paul2010-06-101-0/+794