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
*
auxiliary: move Ben Skeggs' primitive splitter to common code
Luca Barbieri
2010-08-11
1
-0
/
+102
*
util: Add util_format_srgb().
José Fonseca
2010-08-10
1
-0
/
+38
*
gallivm: fix non-SSE4.1 case in lp_build_pack2()
Brian Paul
2010-08-10
1
-5
/
+9
*
gallivm: Fix bitwise operations for floats, division for integers
nobled
2010-08-10
2
-5
/
+27
*
gallivm: Even more type checking
nobled
2010-08-10
2
-1
/
+26
*
gallivm: More type checks.
José Fonseca
2010-08-09
1
-0
/
+43
*
gallivm: Don't call LLVMBuildFNeg on llvm-2.6.
José Fonseca
2010-08-09
2
-9
/
+4
*
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-09
7
-92
/
+137
*
util: Move _mm_shuffle_epi8() to u_sse.h.
José Fonseca
2010-08-09
1
-0
/
+29
*
gallivm: Fix more integer operations.
José Fonseca
2010-08-08
1
-2
/
+4
*
gallivm: Use the correct context for integers
nobled
2010-08-08
1
-1
/
+1
*
gallivm: Add type checks for the basic operations.
José Fonseca
2010-08-08
1
-0
/
+12
*
draw: Remove unused variable.
José Fonseca
2010-08-08
1
-4
/
+2
*
draw: Use the correct type for integers
nobled
2010-08-08
1
-4
/
+2
*
gallium: remove stray semicolons
Brian Paul
2010-08-06
3
-3
/
+3
*
draw: Add an assertion to varray's version of trim().
Chia-I Wu
2010-08-07
1
-1
/
+6
*
draw: Fix draw_pt_split_prim for primitives with adjacency.
Chia-I Wu
2010-08-07
1
-3
/
+3
*
draw: Assert that only the first vetex may have flags set.
Chia-I Wu
2010-08-07
1
-13
/
+23
*
draw: Avoid mixed declarations and code.
Chia-I Wu
2010-08-06
3
-4
/
+4
*
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
2010-08-06
1
-19
/
+15
*
draw: Mask out vertex flags in GS and stream output.
Chia-I Wu
2010-08-06
2
-2
/
+2
*
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
2010-08-06
2
-296
/
+36
*
draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
Chia-I Wu
2010-08-06
2
-138
/
+38
*
draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.
Chia-I Wu
2010-08-06
2
-171
/
+39
*
draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
Chia-I Wu
2010-08-06
2
-252
/
+92
*
draw: Add draw_decompose_tmp.h.
Chia-I Wu
2010-08-06
1
-0
/
+425
*
tgsi: Fix typo, so we follow what is in the comments
Jakob Bornecrantz
2010-08-05
1
-1
/
+1
*
tgsi: Add option to stop the sanity checker from printing
Jakob Bornecrantz
2010-08-05
2
-1
/
+15
*
util: Add option to not dump cpu caps
Jakob Bornecrantz
2010-08-05
1
-17
/
+22
*
gallivm: Only get debug option once
Jakob Bornecrantz
2010-08-05
1
-1
/
+3
*
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-08-05
2
-0
/
+46
*
draw: Fix return type of draw_translate_vinfo_size.
Vinson Lee
2010-08-04
1
-1
/
+1
*
draw: Fix the edge flags of flatshade_first polygons.
Chia-I Wu
2010-08-04
1
-4
/
+4
*
draw: check for instance divisors in vcache_check_run()
Brian Paul
2010-08-03
1
-0
/
+22
*
gallium/translate: make generic_run() and generic_run_elts() more alike
Brian Paul
2010-08-03
1
-19
/
+44
*
draw: added a comment
Brian Paul
2010-08-03
1
-0
/
+1
*
draw: use instance divisor in draw_print_arrays()
Brian Paul
2010-08-03
1
-0
/
+5
*
draw: add assertion, rearrange debug code
Brian Paul
2010-08-03
1
-4
/
+10
*
gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCY
Zack Rusin
2010-08-03
1
-0
/
+1
*
gallium/util: add extra primitives to the trimmer
Zack Rusin
2010-08-03
1
-0
/
+13
*
util: Fix unpacking of R8G8Bx_SNORM format.
Michal Krol
2010-08-02
1
-3
/
+12
*
draw: fix warning in sse code.
Dave Airlie
2010-08-02
1
-0
/
+1
*
draw: actually a noop, rather than not implemented
Zack Rusin
2010-07-30
1
-1
/
+4
*
tgsi: remove incorrect assertion
Brian Paul
2010-07-30
1
-1
/
+0
*
llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.
Vinson Lee
2010-07-30
1
-0
/
+1
*
util: Fix the range of util_draw_elements_instanced.
Chia-I Wu
2010-07-30
1
-2
/
+0
*
llvmpipe: delete function bodies after generating machine code
Zack Rusin
2010-07-30
3
-0
/
+12
*
util: more helpers for old draw code
Keith Whitwell
2010-07-30
2
-25
/
+141
*
draw: do bounds checking of array elements (debug only)
Brian Paul
2010-07-29
1
-9
/
+26
*
draw: assorted clean-ups in clipper code
Brian Paul
2010-07-29
1
-20
/
+20
[next]