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
*
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
*
gallicm: Newton-Raphson step to improve precision.
José Fonseca
2010-05-04
1
-2
/
+27
*
cso: use framebuffer utility functions
Brian Paul
2010-05-03
1
-41
/
+7
*
gallium: move framebuffer utility functions into a new file
Brian Paul
2010-05-03
6
-84
/
+162
*
util: add util_format_short_name
Marek Olšák
2010-05-03
1
-0
/
+13
*
util: add util_format_is_plain
Marek Olšák
2010-05-03
1
-0
/
+15
*
Reorder LLVM passes, running mem2reg earlier.
Török Edwin
2010-05-03
1
-2
/
+2
*
gallivm: Display message instead of crashing when sampler generator was not s...
José Fonseca
2010-05-03
1
-0
/
+8
*
translate: Make translate_generic truly generic.
José Fonseca
2010-05-03
1
-301
/
+90
*
draw: Remove draw_pt_fetch_prepare call from llvm middle end.
José Fonseca
2010-05-03
1
-12
/
+0
*
tgsi: Parse and dump predicates.
José Fonseca
2010-05-03
2
-1
/
+63
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
7
-40
/
+2
*
gallivm: Replace predicate assertion failure with warning message.
José Fonseca
2010-05-03
1
-8
/
+6
*
draw: Disable rtasm compilation when using LLVM.
José Fonseca
2010-05-03
1
-6
/
+10
*
gallivm: fix nested break and continue statements
Zack Rusin
2010-05-02
1
-16
/
+6
*
gallium/util: print \n after DXTn printf
Luca Barbieri
2010-05-03
1
-2
/
+2
*
llvmpipe: fix out-of-bounds texture sampling
Brian Paul
2010-04-30
1
-0
/
+12
*
llvmpipe: added lp_build_sample_nop() for debugging
Brian Paul
2010-04-30
1
-7
/
+29
*
draw: Fix memory leaks in llvm code.
José Fonseca
2010-04-30
2
-0
/
+26
*
util: Add missing break statement in u_caps.c
Jakob Bornecrantz
2010-04-30
1
-0
/
+1
*
util: Update caps after helpfull input
Jakob Bornecrantz
2010-04-29
2
-19
/
+61
*
util: Add small caps checker helper
Jakob Bornecrantz
2010-04-29
4
-0
/
+271
*
util: Format error format string as the rest of the pipe formats
Jakob Bornecrantz
2010-04-29
1
-1
/
+1
*
draw llvm: stay in bounds even if fetch_count % 4 != 0
Zack Rusin
2010-04-29
1
-2
/
+16
[next]