summaryrefslogtreecommitdiff
path: root/src/mesa/shader/shader_api.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-13fix shader/info string length queries (bug 11588)Jan Dvorak1-3/+3
2007-05-09Check that texture units/samplers specified with glUniform1i() are legal.Brian1-1/+9
2007-04-21free shProg->Attributes in _mesa_free_shader_program_data()Brian1-0/+5
2007-04-18Start fixing some issues with uniform variables and their types.Brian1-7/+2
2007-04-18Fix some bugs related to querying active uniforms.Brian1-10/+32
2007-04-18fix error strings, add a sanity checkBrian1-2/+14
2007-04-18Remove bad assertions, decrement NumShaders in _mesa_detach_shader().Brian1-2/+1
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian1-4/+4
2007-04-18Replace _mesa_parameter_longest_name() with _mesa_longest_parameter_name().Brian1-2/+2
2007-04-12disable debug printfsBrian1-8/+6
2007-04-12New _mesa_reference_shader/program() function to consolidate refcounting.Brian1-49/+153
2007-04-11fix invalid error detection problem in _mesa_bind_attrib_location(), bug 10602Brian1-7/+11
2007-03-26fix mem leak, add commentsBrian1-3/+15
2007-03-24Free shader-related context state: _mesa_free_shader_state()Brian1-0/+16
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian1-0/+1
2007-03-13more bug fixing, error checkingBrian1-2/+7
2007-03-13fix a number of issues in _mesa_uniform()Brian1-45/+43
2007-03-09fix _mesa_uniform_matrix() transpose bugBrian1-2/+2
2007-03-07check for null program ptrs in _mesa_uniform()Brian1-2/+4
2007-02-26Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state.Brian1-6/+8
2007-02-24Remove unneeded _Fragment/VertexShaderPresent fields, update comments.Brian1-2/+1
2007-02-16s/_slang_link2/_slang_link/Brian1-1/+1
2007-02-03added FLUSH_VERTICES() in _mesa_use_program()Brian1-0/+8
2007-02-02Only glUniform1i() can be used to set sampler uniforms. Generate error other...Brian1-0/+14
2007-01-30fix _mesa_get_uniform_location() so it uses the given program handleBrian1-2/+3
2007-01-23fix g++ warnings/errorsBrian1-3/+3
2007-01-10checkpoint: codegen for global vars w/ initializersBrian1-1/+2
2007-01-10assorted code clean-upsBrian1-2/+1
2007-01-09get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIBBrian1-1/+1
2007-01-09clean up a bunch of program parameter stuffBrian1-3/+3
2007-01-09Implement vertex attribute binding.Brian1-15/+24
2007-01-05Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...Brian1-1/+8
2007-01-04finish some loose ends in _mesa_uniform()Brian1-13/+44
2007-01-04Fix some incorrect GL error values. Reorganize _mesa_compile_shader() code.Brian1-35/+14
2006-12-21comment about uniformsBrian1-0/+4
2006-12-20Uniform matrix support.Brian1-54/+55
2006-12-20code re-orgBrian1-158/+155
2006-12-20Fix shader object reference counting and hash table deallocation.Brian1-7/+62
2006-12-19Clean-up and re-org of the main GLSL object types.Brian1-187/+198
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian1-986/+525
2006-12-18GLSL API functions.Brian1-0/+1390