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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gallivm/llvmpipe: add const qualifiers
Brian Paul
2010-05-12
3
-11
/
+11
*
gallivm: added lp_typekind_name() util function
Brian Paul
2010-05-12
2
-0
/
+49
*
tgsi: also count instructions in tgsi_scan_shader()
Brian Paul
2010-05-12
2
-4
/
+4
*
softpipe: Adverstise (tgsi_exec's) shader limits.
José Fonseca
2010-05-12
1
-4
/
+5
*
mesa/st+tgsi: Provide a free callback to match with ureg_get_tokens().
José Fonseca
2010-05-11
2
-0
/
+10
*
gallivm/llvmpipe: move an old comment to a better location
Brian Paul
2010-05-10
1
-0
/
+11
*
gallivm: Silent warning.
José Fonseca
2010-05-10
1
-1
/
+1
*
gallivm: Add missing lvalue.
José Fonseca
2010-05-10
1
-1
/
+1
*
gallivm: Temporarily disable custom LLVMDumpValue on MSVC.
José Fonseca
2010-05-10
1
-2
/
+3
*
gallivm: cosf/sinf are macros on MSVC.
José Fonseca
2010-05-10
1
-2
/
+12
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
6
-7
/
+111
*
gallivm: Fix mipfiltering with negative lod bias.
José Fonseca
2010-05-08
1
-2
/
+4
*
gallivm: Actually do floor/ceil/trunc for scalars.
José Fonseca
2010-05-08
3
-166
/
+34
*
gallivm: Import the code to compute the minimax polynomials.
José Fonseca
2010-05-08
1
-0
/
+85
*
gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].
José Fonseca
2010-05-08
1
-14
/
+41
*
gallivm: Don't hardcode number of args twice.
José Fonseca
2010-05-08
1
-1
/
+1
*
gallivm: The the JIT engine to use our sinf()/cosf() on Windows.
José Fonseca
2010-05-08
1
-18
/
+79
*
gallivm: Fix BREAK/CONT translation.
José Fonseca
2010-05-08
1
-44
/
+63
*
gallivm: Fix segfaul when inserting allocas in an empty function.
José Fonseca
2010-05-08
1
-3
/
+10
*
gallivm: Centralize SoA swizzling into a single place.
José Fonseca
2010-05-08
5
-70
/
+128
*
gallivm: Support predicates.
José Fonseca
2010-05-08
2
-8
/
+101
*
gallium/draw: additional comments in the clipping code
Brian Paul
2010-05-07
1
-5
/
+10
*
tgis: fix SOA aliasing for MUL instruction in SSE codegen
Brian Paul
2010-05-07
1
-4
/
+11
*
gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.
Török Edwin
2010-05-06
1
-1
/
+8
*
tgsi: make SSE ADD instruction SOA-safe
Brian Paul
2010-05-06
1
-5
/
+13
*
tgsi: code refactoring
Brian Paul
2010-05-06
1
-16
/
+34
*
tgsi: added tgsi_get_processor_name()
Brian Paul
2010-05-06
2
-0
/
+18
*
tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers
Brian Paul
2010-05-06
1
-1
/
+20
*
gallium/tgsi: remove unused tgsi_exec_labels code
Brian Paul
2010-05-06
2
-22
/
+0
*
util: Recognize FALSE and F in debug_get_bool_option
Jakob Bornecrantz
2010-05-06
1
-0
/
+4
*
gallium: untrack u_indices_gen.c and u_indices_gen.c
José Fonseca
2010-05-06
4
-6123
/
+2
*
Revert "gallium: untrack u_indices_gen.c and u_indices_gen.c"
José Fonseca
2010-05-06
1
-2
/
+0
*
gallium: untrack u_indices_gen.c and u_indices_gen.c
Xavier Chantry
2010-05-06
1
-0
/
+2
*
gallium: untrack u_indices_gen.c and u_indices_gen.c
Xavier Chantry
2010-05-06
1
-0
/
+2
*
gallium: still more provoking vertex fixes
Brian Paul
2010-05-05
2
-11
/
+22
*
gallium: added edge flag print/debug code (disabled)
Brian Paul
2010-05-05
1
-0
/
+20
*
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-05-05
5
-24
/
+24
*
gallium: rework provoking vertex code
Brian Paul
2010-05-05
5
-49
/
+123
*
tgsi: make dumping work on non-debug builds
Marek Olšák
2010-05-05
1
-1
/
+1
*
draw: Remove unnecessary header.
Vinson Lee
2010-05-04
1
-1
/
+0
*
util: Remove unnecessary headers.
Vinson Lee
2010-05-04
3
-3
/
+0
*
draw: Preserve the provoking vertex both when decomposing and clipping.
José Fonseca
2010-05-05
2
-23
/
+31
*
draw: Adjust wideline vertex coords for D3D.
Brian Paul
2010-05-05
1
-27
/
+34
*
gallium/util: added is_format_compressed()
Brian Paul
2010-05-04
1
-0
/
+20
*
u_blitter: fix creating fragment shaders
Wiktor Janas
2010-05-04
1
-7
/
+6
*
gallivm: Proper implementation of TXL opcode.
José Fonseca
2010-05-04
4
-68
/
+96
*
gallivm: Fix several glitches introduced in the prev commit.
José Fonseca
2010-05-04
3
-6
/
+7
*
gallivm: Implement TXD.
José Fonseca
2010-05-04
4
-37
/
+58
*
gallium: move surface utility functions into u_surface.c
Brian Paul
2010-05-03
6
-179
/
+175
*
gallivm: Increase the TGSI translation limits and centralize them in a header.
José Fonseca
2010-05-04
2
-13
/
+69
[prev]
[next]