summaryrefslogtreecommitdiff
path: root/src/mesa/main/shaderimage.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-23mesa/shaderimage.c: fix inconsistent sign warningAlon Levy1-1/+1
2014-05-02mesa: Implement glBindImageTexturesFredrik Höglund1-0/+138
2014-05-02glapi: Add infrastructure for ARB_multi_bindFredrik Höglund1-0/+5
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller1-18/+18
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller1-12/+12
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-10/+10
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-6/+6
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-2/+2
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-2/+2
2014-01-15mesa: Validate image units when the texture state changes.Francisco Jerez1-0/+11
2014-01-15mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez1-0/+477