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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-21
1
-2
/
+6
*
draw: Remove dead code.
Vinson Lee
2010-02-21
1
-7
/
+1
*
i965g: Remove dead code.
Vinson Lee
2010-02-21
1
-2
/
+0
*
i965g: Fix assertions that were always true.
Vinson Lee
2010-02-21
1
-4
/
+10
*
glsl/cl: Prevent possible buffer overflow.
Vinson Lee
2010-02-21
1
-1
/
+2
*
i965g: Fix use of out-of-scope variable.
Vinson Lee
2010-02-21
1
-8
/
+7
*
st/egl: Disable SHM in ximage backend.
Chia-I Wu
2010-02-21
1
-3
/
+10
*
radeon: Silence compiler format warning.
Vinson Lee
2010-02-20
1
-1
/
+1
*
glsl/cl: Prevent possible string overflow.
Vinson Lee
2010-02-20
1
-1
/
+2
*
st/egl: Properly convert vrefresh to refresh rate.
Chia-I Wu
2010-02-21
1
-1
/
+4
*
st/egl: Enable extensions before adding configs.
Chia-I Wu
2010-02-21
1
-6
/
+6
*
st/egl: Do not force validate when update_buffer is called.
Chia-I Wu
2010-02-21
1
-6
/
+0
*
st/egl: Clean up DRI2 surface.
Chia-I Wu
2010-02-21
1
-130
/
+182
*
st/egl: Clean up ximage surface.
Chia-I Wu
2010-02-21
1
-61
/
+109
*
st/xlib: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-20
1
-0
/
+1
*
Cygwin build fix: Fix linkage
Jon TURNEY
2010-02-20
1
-1
/
+8
*
gamma: Silence uninitialized variable warnings.
Vinson Lee
2010-02-20
1
-1
/
+1
*
gamma: Add missing headers.
Vinson Lee
2010-02-20
10
-5
/
+12
*
gamma: Remove unnecessary header.
Vinson Lee
2010-02-20
1
-1
/
+0
*
intel: Silence compiler format warnings.
Vinson Lee
2010-02-20
2
-2
/
+2
*
progs/redbook: Silence warn_unused_result warnings.
Vinson Lee
2010-02-20
3
-9
/
+22
*
tgsi: ifdef out unused function micro_sqrt.
Vinson Lee
2010-02-20
1
-0
/
+2
*
mesa: Silence compiler format warning.
Vinson Lee
2010-02-19
1
-1
/
+1
*
mesa: fix snprintf() typo
Brian Paul
2010-02-19
2
-4
/
+4
*
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
12
-29
/
+45
*
mesa: casts to silence new warnings from printf()
Brian Paul
2010-02-19
2
-3
/
+3
*
mesa: remove abs/negate from fetch_vector1ui()
Brian Paul
2010-02-19
1
-14
/
+1
*
intel: Set buffer stamp before getting new buffers
Kristian Høgsberg
2010-02-19
1
-1
/
+5
*
r300g: fix rendering into the L8 and A8 texture formats
Marek Olšák
2010-02-19
1
-2
/
+2
*
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
18
-48
/
+37
*
progs/tests: new zbitmap.c test to exercize Z testing of glBitmap
Brian Paul
2010-02-19
4
-0
/
+130
*
progs/demos: sort filenames
Brian Paul
2010-02-19
1
-3
/
+3
*
tgsi: Make more exec opcodes look pretty.
Michal Krol
2010-02-19
1
-64
/
+20
*
tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.
Michal Krol
2010-02-19
1
-164
/
+206
*
tgsi: Rewrite exec implementations of NRM and NRM4.
Michal Krol
2010-02-19
1
-61
/
+70
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
99
-1032
/
+951
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
132
-691
/
+624
*
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
17
-42
/
+27
*
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
8
-23
/
+20
*
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
22
-106
/
+104
*
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
6
-20
/
+5
*
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
23
-46
/
+26
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
54
-178
/
+159
*
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
7
-24
/
+14
*
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
6
-18
/
+8
*
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
20
-53
/
+39
*
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
2010-02-19
19
-39
/
+29
*
Remove _mesa_strncpy in favor of plain strncpy.
Kenneth Graunke
2010-02-19
5
-13
/
+3
*
Remove _mesa_strcpy in favor of plain strcpy.
Kenneth Graunke
2010-02-19
5
-15
/
+5
*
Remove _mesa_strncat in favor of plain strncat.
Kenneth Graunke
2010-02-19
3
-18
/
+8
[prev]
[next]