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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-03-02
1
-0
/
+2
*
mesa: Add asserts to check inputs to memcpy.
Vinson Lee
2010-02-27
1
-0
/
+3
*
mesa: Add assert to check input to memcpy is not null.
Vinson Lee
2010-02-27
1
-0
/
+1
*
mesa: Remove unnecessary header.
Vinson Lee
2010-02-26
1
-1
/
+0
*
Set API dispatch pointers for OES_EGL_image functions
Kristian Høgsberg
2010-02-26
1
-0
/
+5
*
mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage()
Brian Paul
2010-02-26
1
-1
/
+1
*
mesa: enable GL_EXT_texture_array for sw drivers
Brian Paul
2010-02-25
1
-0
/
+1
*
mesa: added new extension flag for GL_EXT_texture_array
Brian Paul
2010-02-25
2
-0
/
+2
*
mesa: remove redundant call to _mesa_base_fbo_format()
Brian Paul
2010-02-25
1
-1
/
+1
*
mesa: added renderbuffer->_BaseFormat assertion
Brian Paul
2010-02-25
1
-0
/
+1
*
drop stray src/mesa/main/sources
George Sapountzis
2010-02-26
1
-158
/
+0
*
mesa: use simplified _BaseFormat value in render-to-texture code
Brian Paul
2010-02-25
1
-1
/
+4
*
mesa: Move src/mesa/glapi/dispatch.h to mesa.
Chia-I Wu
2010-02-25
23
-23
/
+60
*
glapi: Move src/mesa/main/dispatch.c to glapi and rename.
Chia-I Wu
2010-02-25
2
-99
/
+0
*
mesa: Remove unused Makefile.{ugl,win}.
Chia-I Wu
2010-02-25
2
-572
/
+0
*
mesa: Remove dead error condition.
Vinson Lee
2010-02-25
1
-1
/
+1
*
mesa: Fix SCons build.
Vinson Lee
2010-02-24
1
-2
/
+2
*
mesa: put declaration before code
Brian Paul
2010-02-24
1
-1
/
+1
*
core: Implement GL_OES_EGL_image entry points
Kristian Høgsberg
2010-02-24
6
-0
/
+83
*
glapi: GL_OES_EGL_image autogenerated files
Kristian Høgsberg
2010-02-24
1
-1150
/
+1167
*
mesa: Assert that array index is not negative.
Vinson Lee
2010-02-23
1
-0
/
+1
*
mesa: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-21
1
-2
/
+6
*
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
3
-4
/
+20
*
mesa: casts to silence new warnings from printf()
Brian Paul
2010-02-19
1
-2
/
+2
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
1
-11
/
+0
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
20
-262
/
+185
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
31
-227
/
+197
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
7
-22
/
+8
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
3
-6
/
+3
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
7
-64
/
+62
*
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
4
-17
/
+3
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
7
-23
/
+9
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
15
-76
/
+62
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
2
-11
/
+1
*
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
2
-10
/
+0
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
4
-13
/
+3
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
5
-18
/
+8
*
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-02-19
3
-11
/
+1
*
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
2
-12
/
+2
*
Remove _mesa_strncat in favor of plain strncat.
Kenneth Graunke
2010-02-19
2
-10
/
+0
*
Remove _mesa_strstr in favor of plain strstr.
Kenneth Graunke
2010-02-19
3
-14
/
+4
*
mesa: Lock mutex around _mesa_HashLookup linked list chase.
Brian Paul
2010-02-16
2
-3
/
+6
*
mesa: Test for failed malloc in _mesa_HashInsert.
Brian Paul
2010-02-16
1
-4
/
+6
*
mesa: Don't pass paramter to __builtin_clz which would hve undefined result.
Pauli Nieminen
2010-02-14
1
-5
/
+11
*
mesa: Fix compiler warnings
Karl Schultz
2010-02-13
4
-17
/
+17
*
mesa: enable GL_ARB_fragment_coord_conventions for sw drivers
Brian Paul
2010-02-13
1
-2
/
+2
*
mesa: Export GL_EXT_texture_cube_map.
José Fonseca
2010-02-13
1
-0
/
+1
*
mesa: s/abort/sys.exit/
Vinson Lee
2010-02-13
1
-1
/
+2
*
mesa: Remove unnecessary header.
Vinson Lee
2010-02-12
2
-2
/
+0
*
main: Fix compiler warning. No need to convert/store depthScale as GLfloat j...
Karl Schultz
2010-02-11
1
-2
/
+2
[next]