glTexCoord3dv was not using third coordinate
[mesa.git] / src / mesa / shader /
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/
2006-10-10 Brian PaulIf program is position invariant, set VERT_BIT_POS...
2006-09-26 Michal KrolAdd GLSL preprocessor.
2006-09-26 Michal KrolFix Windows newlines.
2006-09-26 Michal KrolAdd syntax files for expression and directive preprocessor.
2006-09-21 Brian Paulnew comments, indentation fixes
2006-09-20 Keith WhitwellAdd a new internal program parameter value STATE_TEXREC...
2006-09-20 Keith WhitwellExport _mesa_print_alu_instruction() to allow drivers...
2006-09-06 Brian Paulfor VERTEX_ATTRIB_WEIGHT, use break, not return
2006-09-05 Brian PaulHack for Warcraft (bug 8060): allow 'vertex.weight...
2006-09-05 Brian Paulfix typo in enable_parser_extensions(): s/point_paramet...
2006-09-05 Brian PaulConsolidate common case of _mesa_set_program_error...
2006-08-30 Brian PaulCheck that we don't try to reference more than one...
2006-08-30 Brian Pauls/0/VERT_RESULT_HPOS/
2006-08-30 Michal KrolAdd missing vec4 instructions to the interpreter.
2006-08-30 Roland Scheideggerfix initialization of native resource usage of vertex...
2006-08-29 Brian Paulreplace abort with _mesa_problem()
2006-08-25 Brian PaulFree vertex program TnlData, if any. Fixes a mem leak.
2006-08-25 Brian PaulRearrange glBindProgram() code to do all error checking...
2006-08-25 Brian PaulRename _mesa_append_modelview_code() to _mesa_insert_mv...
2006-08-25 Brian Pauluse _mesa_alloc_instructions()
2006-08-25 Brian Pauladded _mesa_alloc_instructions() utility function
2006-08-24 Brian Paulupdate MAX_INSTRUCTIONS limit
2006-08-24 Brian PaulCg tries to bind NV fragment programs to the GL_FRAGMEN...
2006-08-24 Brian Paulscalar sources such as 'time.x' weren't accepted by...
2006-08-24 Brian PaulFunctions for vertex/fragment program transformations...
2006-08-24 Brian Pauluse _mesa_realloc_instructions()
2006-08-24 Brian PaulAdded _mesa_realloc_instructions() utility function.
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-08-21 Michal KrolMore GLSL preprocessor code:
2006-08-21 Michal KrolGLSL 1.20 constructors and operators.
2006-08-15 Ian RomanickAdd support for GL_EXT_gpu_program_parameters. Any...
2006-08-15 Ian RomanickRemove extraneous trailing semicolon.
2006-08-09 Michal KrolGLSL 1.20 built-in library.
2006-08-09 Michal KrolMore GLSL code - more support for vec4 operations on...
2006-08-02 Michal KrolEnable vec4 extension for x86 back-end.
2006-08-02 Michal KrolAdd vec4 extension.
2006-08-01 Michal KrolClean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
2006-07-30 Michal KrolProgram to convert .syn file to .h headers.
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-06-28 Tilman Sauerbeckpropagate errors from parse_generic_attrib_num in parse...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-30 Brian PaulDefine new NEGATE_* tokens for setting the src register...
2006-05-30 Tilman Sauerbeckdon't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA...
next