index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
shaderobjects.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
improved error mesages
Brian Paul
2006-11-15
1
-2
/
+2
*
fix casts to silence warnings
Brian Paul
2006-11-15
1
-5
/
+5
*
Fix _mesa_IsProgram() and _mesa_IsShader()
Brian Paul
2006-11-03
1
-4
/
+16
*
implement _mesa_GetShaderiv()
Brian Paul
2006-11-03
1
-2
/
+30
*
implement _mesa_GetProgramiv()
Brian Paul
2006-11-03
1
-3
/
+40
*
Simplify GET_CURRENT_LINKED_PROGRAM() macro and calling code.
Brian Paul
2006-11-03
1
-34
/
+29
*
Use inlined uniform() helper function in all the glUniform*() function to
Brian Paul
2006-11-03
1
-216
/
+62
*
Added OpenGL 2.1 glUniformMatrix* functions.
Brian Paul
2006-11-03
1
-127
/
+137
*
s/_mesa_IsProgram2/_mesa_IsProgram/
Brian Paul
2006-11-02
1
-1
/
+1
*
OpenGL 2.0 entrypoints
Brian Paul
2006-11-02
1
-0
/
+93
*
run indent on the code
Brian Paul
2006-11-02
1
-865
/
+821
*
Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.
Michal Krol
2006-08-01
1
-0
/
+4
*
Fix typo.
Michal Krol
2006-05-16
1
-2
/
+2
*
Cleanup GLhandle-to-object translation macros.
Michal Krol
2006-05-16
1
-104
/
+88
*
Add support for ARB_vertex_shader attrib binding and query.
Michal Krol
2006-04-18
1
-72
/
+187
*
Silence a few -pedantic warnings.
Brian Paul
2006-04-14
1
-98
/
+114
*
GLSL fixes:
Michal Krol
2006-03-21
1
-11
/
+39
*
More GLSL code:
Michal Krol
2006-03-14
1
-42
/
+57
*
More GLSL code:
Michal Krol
2006-02-27
1
-719
/
+556
*
More GLSL code:
Michal Krol
2006-02-21
1
-44
/
+77
*
Rename current_program to CurrentProgram.
Michal Krol
2006-02-13
1
-28
/
+28
*
Add shaderobjects_3dlabs.c back into build but use #ifdef FEATURE_shading_lan...
Brian Paul
2005-04-07
1
-6
/
+0
*
Use FEATURE_shading_language to control whether the shading language
Brian Paul
2005-04-01
1
-3
/
+3
*
Disable _mesa_3dlabs_create_{program,shader}_object references.
Adam Jackson
2005-03-30
1
-0
/
+4
*
Disable C++ shading language code yet again. Doesn't compile with older
Brian Paul
2005-03-29
1
-0
/
+2
*
re-enable _mesa_init_shaderobjects_3dlabs() call
Brian Paul
2005-03-29
1
-2
/
+0
*
disable _mesa_init_shaderobjects_3dlabs() call until build is fixed
Brian Paul
2005-03-26
1
-0
/
+2
*
cleanup query functions
Michal Krol
2005-03-25
1
-910
/
+966
*
implement ARB_shader_objects, not complete
Michal Krol
2005-01-13
1
-91
/
+957
*
update some type names
Brian Paul
2004-11-26
1
-0
/
+2
*
by karoshi - ARB_shader_objects implementation
Michal Krol
2004-10-27
1
-0
/
+258