remove unneeded includes
[mesa.git] / src / mesa / shader /
2006-12-14 Brianremove unneeded includes
2006-12-14 Brianremove unneeded includes
2006-12-14 Brianremove unneded includes
2006-12-14 Brianremove some unneeded includes
2006-12-14 Brianinclude prog_print.h
2006-12-14 BrianRemove some moved extern decls.
2006-12-14 BrianMove some code from prog_print.c to prog_instruction.c
2006-12-14 Brianchmod a-x
2006-12-14 BrianUpdated includes.
2006-12-14 BrianUpdated includes.
2006-12-14 BrianUpdated #includes after splitting program.h
2006-12-14 BrianMove many functions into new files.
2006-12-14 BrianSplit the program.[ch] files into several new files.
2006-12-14 BrianUpdates for new linker (merged varying/uniform vars).
2006-12-14 BrianAssorted fix-ups for the new linker.
2006-12-14 BrianThe new linker actually does a few things right now:
2006-12-14 BrianNew functions for cloning programs and parameter lists.
2006-12-13 BrianObsolete.
2006-12-13 BrianRemove unused 3Dlabs code.
2006-12-13 BrianRemove unused 3Dlabs code.
2006-12-13 BrianNot needed.
2006-12-13 BrianCheckpoint of work for new GLSL compiler back-end....
2006-12-13 BrianRewrite/simplify most built-in functions to use updated...
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...
2006-11-29 Roland Scheideggercall Driver.ProgramStringNotify if a ati_fragment_shade...
2006-11-28 Brian Paulindent, comments, etc
2006-11-27 Brian Paulcomments
2006-11-24 Brian Paulcall slang_variable_construct() inside slang_variable_s...
2006-11-24 Brian Paulnew slang_variable_scope_grow() function
2006-11-23 Brian Paulconst correctness, clean-ups
2006-11-23 Brian Paulindent
2006-11-23 Brian Paulfix several program-related bugs (bug 9136)
2006-11-23 Brian Pauls/ource/source/
2006-11-23 Brian Paulmove comments
2006-11-23 Brian Paulindent
2006-11-23 Brian Paulclean-up, comments
2006-11-22 Brian Paulindent
2006-11-22 Brian Paulconst correctness
2006-11-22 Brian Paulnew comments
2006-11-22 Brian Paulclean-up, comments
2006-11-22 Brian Paulreindent
2006-11-22 Brian Paulfix comments
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-11-20 Jouk Jansen Committing in .
2006-11-18 Brian Paulmove fix-up code into new slang_fixup_save() function
2006-11-18 Brian Paulcomments
2006-11-18 Brian Paulreindent
2006-11-17 Brian Paulreindent, doxygen-style comments
2006-11-17 Michal KrolComment and indent the atom functions.
2006-11-17 Brian Pauladd STATE_INTERNAL_DRIVER, etc (Rune Petersen)
2006-11-16 Brian Paulrevert prev check-in
2006-11-16 Brian PaulAdd a lot of const qualifiers for const-correctness.
2006-11-16 Brian Paulreindent
2006-11-16 Brian PaulInitial implementation work for CAL, RET, and BRA instr...
2006-11-16 Brian Pauldisable yesterday's _mesa_add_named_constant() change...
2006-11-16 Brian Paulreindent, clean-up
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-15 Brian PaulAdd new _mesa_lookup_parameter_constant() to search...
2006-11-15 Brian Paulreindent, add some comments
2006-11-15 Brian Paulreindent
2006-11-15 Brian Paulindent, comments
2006-11-15 Brian Pauls/int/GLboolean/
2006-11-15 Brian Paulimproved error mesages
2006-11-15 Brian Paulfix casts to silence warnings
2006-11-15 Brian Paul#define LONGSTRING __extension__ in imports.h and use...
2006-11-15 Brian PaulComments for operations.
2006-11-05 Brian Paulreindent
2006-11-04 Brian PaulFix for glGetVertexAttribfvNV, bug 8883
2006-11-04 Brian Paulfix error msg
2006-11-04 Brian Paulfix for glGetVertexAttribfvARB, bug 8883
2006-11-03 Brian PaulFix _mesa_IsProgram() and _mesa_IsShader()
2006-11-03 Brian Paulimplement _mesa_GetShaderiv()
2006-11-03 Brian Paulimplement _mesa_GetProgramiv()
2006-11-03 Brian PaulSimplify GET_CURRENT_LINKED_PROGRAM() macro and calling...
2006-11-03 Brian PaulUse inlined uniform() helper function in all the glUnif...
2006-11-03 Brian PaulAdded OpenGL 2.1 glUniformMatrix* functions.
2006-11-03 Brian Paulreformat comments in Doxygen style
2006-11-03 Brian Paulreindent
2006-11-02 Brian Pauls/_mesa_IsProgram2/_mesa_IsProgram/
2006-11-02 Brian PaulRename _mesa_IsProgram() to _mesa_IsProgramARB() to...
2006-11-02 Brian PaulOpenGL 2.0 entrypoints
2006-11-02 Brian Paulrun indent on the code
2006-10-31 Brian Paulminor clean-ups, simplifications and new comments
2006-10-30 Brian Paulcode tweaks, remove old comments
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-29 Brian PaulNew _mesa_exec_vertex_state_program() function. Start...
2006-10-29 Brian Paulfix wrong inequality
2006-10-29 Brian PaulChange _mesa_init_instruction() to initialize an array...
2006-10-29 Brian PaulProgram instructions are initialized before parsing...
2006-10-28 Brian Paulspecial case END in _mesa_print_instruction()
2006-10-28 Brian PaulImplement _mesa_append_fog_code() for fragment program...
2006-10-19 Michal KrolFix nonportable pointer+unsigned arithmetic. Use pointe...
2006-10-17 Brian Paulnew assertions - one of which is currently failing...
2006-10-13 Michal KrolIndent and cosmetic changes.
2006-10-11 Brian Pauladded shaderobjects_3dlabs.c
2006-10-11 Brian Paulremove 3dlabs.c
2006-10-11 Brian PaulList of source (.c) files in each directory.
2006-10-10 Brian Paula step toward moving run-time vertex program state...
2006-10-10 Brian PaulMove the fp_machine struct into s_nvfragmprog.c since...
2006-10-10 Brian Pauls/GLuint/GLbitfield/
next