index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
shader
/
slang
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace _mesa_strtod with _mesa_strtof.
Marcin Baczyński
2010-03-15
1
-2
/
+2
*
Grammar and spelling fixes
Jeff Smith
2010-03-12
1
-1
/
+1
*
glsl: Remove unsigned greater than or equal zero comparison.
Vinson Lee
2010-03-04
1
-1
/
+1
*
glsl: Remove unsigned greater than or equal zero comparison.
Vinson Lee
2010-03-04
1
-1
/
+1
*
glsl: Return NULL on _slan_gen_asm error path on non-debug builds.
Vinson Lee
2010-03-04
1
-0
/
+1
*
glsl: Add assert to check input to strcmp.
Vinson Lee
2010-03-04
1
-0
/
+1
*
glsl: Add assert to check input to strcmp.
Vinson Lee
2010-03-02
1
-0
/
+1
*
glsl: Move assert from outside to inside of _slang_gen_swizzle function.
Vinson Lee
2010-02-27
1
-1
/
+1
*
glsl: Assert input to strcmp is not null.
Vinson Lee
2010-02-27
1
-0
/
+1
*
glsl: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+1
*
glsl: implement support for GL_EXT_texture_array
Brian Paul
2010-02-25
9
-83
/
+246
*
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
3
-5
/
+5
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
6
-22
/
+22
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
9
-32
/
+32
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
2
-3
/
+3
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
4
-7
/
+7
*
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
4
-8
/
+7
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
7
-11
/
+11
*
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
3
-3
/
+3
*
Remove _mesa_strstr in favor of plain strstr.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
glsl: Silence unused value warning.
Vinson Lee
2010-02-17
1
-0
/
+2
*
glsl: use new program cloning functions
Brian Paul
2010-02-14
1
-2
/
+2
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
2
-2
/
+2
*
glsl: implement layout qualifiers
Brian Paul
2010-02-13
1
-19
/
+110
*
glsl: added type layout field and new type compare func
Brian Paul
2010-02-13
2
-2
/
+45
*
scons: User friendly message for code generated files
José Fonseca
2010-02-10
1
-2
/
+2
*
Simplify GLSL extension mechanism.
Michal Krol
2010-02-10
1
-2
/
+2
*
glsl: GLSL extensions have the GL_ prefix
Brian Paul
2010-02-10
1
-2
/
+2
*
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
1
-5
/
+12
*
mesa: fix double->float assignment warnings, int/uint comparison warnings
Brian Paul
2010-01-27
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
5
-7
/
+0
|
\
|
*
glsl: Remove unnecessary header from slang_emit.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
glsl: Remove unnecessary header from slang_builtin.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
glsl: Remove unnecessary headers from slang_compile.c.
Vinson Lee
2010-01-16
1
-3
/
+0
|
*
glsl: Remove unnecessary header from slang_link.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
glsl: Remove unnecessary header from slang_log.c.
Vinson Lee
2010-01-16
1
-1
/
+0
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-3
/
+4
|
\
|
|
*
glsl: use varName variable in _slang_gen_assignment()
Brian Paul
2010-01-04
1
-3
/
+4
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
4
-0
/
+13
|
\
|
|
*
glsl: added uniform initializer check
Brian Paul
2009-12-29
3
-0
/
+12
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-27
1
-0
/
+1
|
|
\
|
|
*
glsl: Initialize member a_obj of struct slang_operation.
Vinson Lee
2009-12-23
1
-0
/
+1
*
|
|
mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.
Brian Paul
2009-12-22
1
-5
/
+17
*
|
|
mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instruction
Brian Paul
2009-12-22
1
-3
/
+3
*
|
|
glsl: assorted clean-ups in slang_compile.c
Brian Paul
2009-12-21
1
-36
/
+9
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
2
-11
/
+14
|
\
|
|
|
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Brian Paul
2009-12-21
1
-11
/
+13
|
|
\
|
|
|
*
glsl: clear out shader code before compiling
Brian Paul
2009-12-18
1
-11
/
+13
|
|
*
mesa: remove //-style comments
Brian Paul
2009-12-16
1
-1
/
+1
[next]