index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-02-21
r300g: add all missing colorbuffer formats
Marek Olšák
2010-02-21
r300g: make r300_translate_texformat private
Marek Olšák
2010-02-21
r300g: re-enable SRGB formats
Marek Olšák
2010-02-21
mesa: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-21
draw: Remove dead code.
Vinson Lee
2010-02-21
i965g: Remove dead code.
Vinson Lee
2010-02-21
i965g: Fix assertions that were always true.
Vinson Lee
2010-02-21
glsl/cl: Prevent possible buffer overflow.
Vinson Lee
2010-02-21
i965g: Fix use of out-of-scope variable.
Vinson Lee
2010-02-21
st/egl: Disable SHM in ximage backend.
Chia-I Wu
2010-02-20
radeon: Silence compiler format warning.
Vinson Lee
2010-02-20
glsl/cl: Prevent possible string overflow.
Vinson Lee
2010-02-21
st/egl: Properly convert vrefresh to refresh rate.
Chia-I Wu
2010-02-21
st/egl: Enable extensions before adding configs.
Chia-I Wu
2010-02-21
st/egl: Do not force validate when update_buffer is called.
Chia-I Wu
2010-02-21
st/egl: Clean up DRI2 surface.
Chia-I Wu
2010-02-21
st/egl: Clean up ximage surface.
Chia-I Wu
2010-02-20
st/xlib: Add assert to check for null pointer dereference.
Vinson Lee
2010-02-20
Cygwin build fix: Fix linkage
Jon TURNEY
2010-02-20
gamma: Silence uninitialized variable warnings.
Vinson Lee
2010-02-20
gamma: Add missing headers.
Vinson Lee
2010-02-20
gamma: Remove unnecessary header.
Vinson Lee
2010-02-20
intel: Silence compiler format warnings.
Vinson Lee
2010-02-20
progs/redbook: Silence warn_unused_result warnings.
Vinson Lee
2010-02-20
tgsi: ifdef out unused function micro_sqrt.
Vinson Lee
2010-02-19
mesa: Silence compiler format warning.
Vinson Lee
2010-02-19
mesa: fix snprintf() typo
Brian Paul
2010-02-19
mesa: restore _mesa_snprintf() - it's needed for Windows
Brian Paul
2010-02-19
mesa: casts to silence new warnings from printf()
Brian Paul
2010-02-19
mesa: remove abs/negate from fetch_vector1ui()
Brian Paul
2010-02-19
intel: Set buffer stamp before getting new buffers
Kristian Høgsberg
2010-02-19
r300g: fix rendering into the L8 and A8 texture formats
Marek Olšák
2010-02-19
Drop macro wrappers for the aligned memory functions
Kristian Høgsberg
2010-02-19
progs/tests: new zbitmap.c test to exercize Z testing of glBitmap
Brian Paul
2010-02-19
progs/demos: sort filenames
Brian Paul
2010-02-19
tgsi: Make more exec opcodes look pretty.
Michal Krol
2010-02-19
tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.
Michal Krol
2010-02-19
tgsi: Rewrite exec implementations of NRM and NRM4.
Michal Krol
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
mesa: replace _mesa_bzero() with memset()
Brian Paul
2010-02-19
mesa: replace old MEMSET macro with memset
Brian Paul
2010-02-19
mesa: replace old MEMCPY macro with memcpy
Brian Paul
2010-02-19
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_memset in favor of plain memset.
Kenneth Graunke
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
Remove _mesa_atoi in favor of plain atoi.
Kenneth Graunke
2010-02-19
Remove _mesa_strncmp in favor of plain strncmp.
Kenneth Graunke
2010-02-19
Remove _mesa_strcmp in favor of plain strcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_strlen in favor of plain strlen.
Kenneth Graunke
[next]