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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvfx: support clip planes sensibly and fix them on nv30
Luca Barbieri
2010-08-23
1
-0
/
+3
*
util: implement depth blitting in u_blit
Marek Olšák
2010-08-22
1
-17
/
+43
*
translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UB
Jakob Bornecrantz
2010-08-22
1
-0
/
+26
*
translate_sse: refactor constant management
Luca Barbieri
2010-08-22
1
-81
/
+76
*
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-08-22
4
-38
/
+100
*
util: Use #ifdef instead of #if.
Vinson Lee
2010-08-21
1
-1
/
+1
*
util: Define dump_cpu only for DEBUG builds.
Vinson Lee
2010-08-21
1
-0
/
+2
*
translate_sse: Silence uninitialized variable warnings.
Vinson Lee
2010-08-21
1
-0
/
+14
*
draw: Don't assert if indices point outside vertex buffer.
José Fonseca
2010-08-22
1
-2
/
+7
*
util: Silence uninitialized variable warnings.
Vinson Lee
2010-08-21
1
-0
/
+4
*
util: Move loop variable declaration outside for loop.
Vinson Lee
2010-08-21
1
-1
/
+2
*
gallivm: Emit DIVPS instead of RCPPS.
José Fonseca
2010-08-21
1
-12
/
+24
*
auxiliary: Add missing files to SCons build.
Vinson Lee
2010-08-21
1
-14
/
+16
*
auxiliary: Reorder list of files in Makefile.
Vinson Lee
2010-08-21
1
-14
/
+14
*
gallium/auxiliary: add semantic linkage utility code
Luca Barbieri
2010-08-21
3
-0
/
+211
*
u_debug_describe: use switch instead of if chain
Luca Barbieri
2010-08-21
1
-7
/
+17
*
u_debug_describe: add PIPE_TEXTURE_RECT
Luca Barbieri
2010-08-21
1
-0
/
+2
*
auxiliary: add copyright headers
Luca Barbieri
2010-08-21
10
-5
/
+258
*
util: Match printf format to silence warning.
José Fonseca
2010-08-21
1
-1
/
+1
*
util: Make the reference debuggin code more C++ friendly.
José Fonseca
2010-08-21
4
-13
/
+30
*
util: Remove the x86 exception handlers.
José Fonseca
2010-08-21
1
-55
/
+0
*
os_stream: fix bugs in allocation path
Luca Barbieri
2010-08-21
1
-16
/
+8
*
util: Fix build for C++ compilers.
Michal Krol
2010-08-20
2
-0
/
+16
*
gallium: hook up reference count debugging code
Luca Barbieri
2010-08-20
1
-6
/
+13
*
auxiliary: add reference count debugging code
Luca Barbieri
2010-08-20
4
-0
/
+187
*
os_stream: add printf facility
Luca Barbieri
2010-08-20
8
-3
/
+85
*
u_debug_symbol: add symbol name caching
Luca Barbieri
2010-08-20
2
-1
/
+43
*
u_debug_symbol: add support for getting symbol names from glibc
Luca Barbieri
2010-08-20
1
-0
/
+23
*
u_debug_symbol: support getting a string without output
Luca Barbieri
2010-08-20
2
-14
/
+27
*
auxiliary: add functions to describe gallium objects
Luca Barbieri
2010-08-20
4
-0
/
+55
*
u_staging: improve interface
Luca Barbieri
2010-08-20
2
-11
/
+7
*
auxiliary: support using PIPE_TEXTURE_RECT internally
Luca Barbieri
2010-08-20
2
-34
/
+81
*
u_staging: use PIPE_TEXTURE_RECT
Luca Barbieri
2010-08-20
1
-1
/
+1
*
u_blitter: use TGSI_TEXTURE_RECT
Luca Barbieri
2010-08-20
1
-1
/
+1
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
5
-5
/
+13
*
translate_sse: enable on Win64
Luca Barbieri
2010-08-20
1
-2
/
+1
*
u_blitter: fix a memory leak
Marek Olšák
2010-08-19
1
-0
/
+1
*
translate_sse: try to fix Win64
Luca Barbieri
2010-08-19
1
-1
/
+2
*
translate_sse: fix emit_load_sse2
Luca Barbieri
2010-08-19
1
-0
/
+2
*
gallivm: Use proper index to lookup predicate register array.
michal
2010-08-18
1
-1
/
+1
*
translate_sse: don't overwrite source buffer pointer
Luca Barbieri
2010-08-18
1
-5
/
+5
*
gallivm: Fix and re-enable MMX-disabling code
nobled
2010-08-17
1
-5
/
+1
*
util: Remove check_os_katmai_support.
Vinson Lee
2010-08-16
1
-119
/
+1
*
translate: Move loop variable declaration outside for loop.
Vinson Lee
2010-08-16
1
-1
/
+2
*
translate: Remove unused temporary register.
José Fonseca
2010-08-16
1
-1
/
+0
*
translate: Eliminate void pointer arithmetic.
José Fonseca
2010-08-16
1
-1
/
+1
*
draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)
Luca Barbieri
2010-08-16
3
-17
/
+32
*
translate_sse: major rewrite (v5)
Luca Barbieri
2010-08-16
2
-239
/
+936
*
rtasm: add minimal x86-64 support and new instructions (v5)
Luca Barbieri
2010-08-16
3
-40
/
+551
*
translate: add support for 8/16-bit indices
Luca Barbieri
2010-08-16
5
-19
/
+108
[next]