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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
26
-128
/
+128
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
5
-6
/
+6
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
4
-4
/
+4
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
4
-5
/
+5
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
12
-15
/
+15
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
3
-9
/
+9
*
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
4
-8
/
+8
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
8
-21
/
+20
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
14
-21
/
+21
*
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
3
-3
/
+3
*
Remove _mesa_strncat in favor of plain strncat.
Kenneth Graunke
2010-02-19
1
-8
/
+8
*
Remove _mesa_strstr in favor of plain strstr.
Kenneth Graunke
2010-02-19
2
-9
/
+9
*
glsl: Silence unused value warning.
Vinson Lee
2010-02-17
1
-0
/
+2
*
mesa: Remove pointless comparison of unsigned integer with a negative constant.
Vinson Lee
2010-02-15
1
-9
/
+4
*
glsl: use new program cloning functions
Brian Paul
2010-02-14
1
-2
/
+2
*
mesa: added _mesa_clone_vertex/fragment_program()
Brian Paul
2010-02-14
1
-0
/
+16
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
5
-12
/
+12
*
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
*
mesa: copy frag coord layout fields too
Brian Paul
2010-02-13
1
-0
/
+2
*
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
*
Merge branch 'gallium-nopointsizeminmax'
Roland Scheidegger
2010-02-09
2
-0
/
+66
|
\
|
*
gallium: add point size clamp to implementation limits in vertex shader
Roland Scheidegger
2010-02-04
2
-0
/
+66
*
|
mesa: add back-door support for cylindrical texture wrap mode
Brian Paul
2010-02-09
1
-0
/
+1
*
|
mesa: debug output for ARL
Brian Paul
2010-02-05
1
-0
/
+3
*
|
mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean
Brian Paul
2010-02-04
4
-12
/
+36
*
|
mesa: check/clamp texture/program matrix accesses
Brian Paul
2010-02-03
1
-2
/
+6
*
|
mesa: change _mesa_find_free_register() to find multiple free regs
Brian Paul
2010-02-01
3
-29
/
+62
*
|
mesa: added _mesa_print_vp/p_inputs() functions (debug aids)
Brian Paul
2010-02-01
2
-0
/
+47
*
|
mesa: fix double->float assignment warnings, int/uint comparison warnings
Brian Paul
2010-01-27
6
-14
/
+14
*
|
mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT()
Brian Paul
2010-01-22
1
-15
/
+5
*
|
mesa: use switch in _mesa_DeletePrograms()
Brian Paul
2010-01-22
1
-7
/
+8
*
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
2
-32
/
+73
|
\
\
|
*
|
mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy()
Brian Paul
2010-01-22
1
-3
/
+30
|
*
|
mesa: use new fetch_vector1ui() function for 'unpack' GPU instructions
Brian Paul
2010-01-22
1
-24
/
+42
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
10
-14
/
+0
|
\
|
|
|
*
|
mesa: Remove unnecessary headers from arbprogparse.c.
Vinson Lee
2010-01-16
1
-3
/
+0
|
*
|
mesa: Remove unnecessary header from nvvertparse.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
|
glsl: Remove unnecessary header from prog_execute.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
|
glsl: Remove unnecessary header from prog_statevars.c.
Vinson Lee
2010-01-16
1
-1
/
+0
|
*
|
glsl: Remove unnecessary headers from shader_api.c.
Vinson Lee
2010-01-16
1
-2
/
+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
*
|
|
mesa: Add "shader/" path to #include statements in shader parser/lexer sources
Alan Coopersmith
2010-01-22
4
-26
/
+26
*
|
|
mesa: support for GL_ARB_fragment_coord_conventions
Luca Barbieri
2010-01-21
3
-0
/
+16
|
|
/
|
/
|
[next]