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
/
gallivm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Replace predicate assertion failure with warning message.
José Fonseca
2010-05-03
1
-8
/
+6
*
gallivm: fix nested break and continue statements
Zack Rusin
2010-05-02
1
-16
/
+6
*
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
*
gallivm: add some assertions in special-case sampler code
Brian Paul
2010-04-29
1
-0
/
+5
*
gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-16
/
+0
*
gallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32 instrinsics on Windows.
José Fonseca
2010-04-27
1
-0
/
+18
*
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-27
6
-41
/
+97
*
gallivm: BGNFOR/ENDFOR fallthrough to BGNLOOP/ENDLOOP
Alan Hourihane
2010-04-26
1
-10
/
+2
*
llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
José Fonseca
2010-04-26
3
-1
/
+63
*
gallivm: Rename variable info to opcode_info.
Vinson Lee
2010-04-25
1
-3
/
+3
*
gallivm: Remove NULL check of pointer that can't be NULL.
Vinson Lee
2010-04-24
1
-1
/
+1
*
llvmpipe: Implement shader bias.
José Fonseca
2010-04-24
1
-6
/
+15
*
gallivm: Centralize the cpu caps detection.
José Fonseca
2010-04-24
1
-0
/
+10
*
gallivm: LLVMConstBitCast -> LLVMBuildBitCast
José Fonseca
2010-04-24
1
-2
/
+4
*
gallivm: implement indirect addressing over temporaries
Zack Rusin
2010-04-22
2
-38
/
+71
*
gallivm: implement indirect addressing over constants
Zack Rusin
2010-04-22
1
-14
/
+36
*
gallivm: remove Z/stencil special case code in lp_build_sample_offset()
Brian Paul
2010-04-22
1
-46
/
+8
*
gallivm: update comments
Zack Rusin
2010-04-22
1
-3
/
+12
*
gallivm: fix nested cont statements
Zack Rusin
2010-04-22
1
-1
/
+1
*
gallivm: fix nested break statemants
Zack Rusin
2010-04-22
1
-2
/
+3
*
gallivm: make sure we return the correct type when approximating log's
Zack Rusin
2010-04-22
1
-1
/
+3
*
gallivm: Remove unused variable.
Vinson Lee
2010-04-22
1
-3
/
+0
*
gallivm: added some assertions in loop-gen code
Brian Paul
2010-04-21
1
-1
/
+6
*
gallivm: fix copy&paste error: s/cont_stack_size/break_stack_size/
Brian Paul
2010-04-21
1
-1
/
+1
*
gallivm: emit_instruction() is boolean
Brian Paul
2010-04-21
1
-39
/
+44
*
gallivm: implement TGSI KILP
Brian Paul
2010-04-21
1
-2
/
+33
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-04-20
2
-3
/
+0
*
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
2010-04-20
3
-56
/
+89
*
gallivm: Cleanups and bugfixes to aos format translation.
José Fonseca
2010-04-20
2
-128
/
+36
*
gallivm: New function to fetch a pixel into a 4xfloat AoS vector.
José Fonseca
2010-04-20
2
-10
/
+50
*
gallivm: Bring aos format back to life.
José Fonseca
2010-04-20
1
-0
/
+380
*
gallivm: pass 3D texture stride as an array
Brian Paul
2010-04-19
2
-9
/
+18
*
gallivm: Remove redundant initialization of dst_vec_type.
Vinson Lee
2010-04-19
1
-2
/
+0
*
gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory
Brian Paul
2010-04-16
4
-874
/
+0
*
gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directory
Brian Paul
2010-04-16
2
-117
/
+0
*
gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directory
Brian Paul
2010-04-16
2
-737
/
+0
*
gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directory
Brian Paul
2010-04-16
2
-504
/
+0
*
gallivm: init some vars to silence warnings
Brian Paul
2010-04-16
1
-3
/
+3
*
gallivm: remove some old stuff
Brian Paul
2010-04-16
1
-5
/
+0
*
llvmpipe: Respect pipe_sampler_view::format.
José Fonseca
2010-04-12
2
-3
/
+10
*
llvmpipe: pipe_target needs now 3 bits to be represented.
José Fonseca
2010-04-12
1
-1
/
+1
*
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-11
1
-2
/
+2
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
2
-5
/
+5
*
llvmpipe: fix transposed stencil ref / values comparison
Brian Paul
2010-04-09
1
-1
/
+1
*
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-09
1
-5
/
+5
*
gallivm: Get the format translation logic write.
José Fonseca
2010-04-07
1
-5
/
+19
*
Merge branch 'gallium_draw_llvm'
Zack Rusin
2010-04-06
2
-0
/
+36
|
\
|
*
draw llvm: fix loop iteration and vertex header offsets
Zack Rusin
2010-04-06
2
-0
/
+36
*
|
gallivm: Fallback to calling util_format_description::fetch_float for any for...
José Fonseca
2010-04-06
4
-27
/
+192
[next]