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
/
gallivm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Only get debug option once
Jakob Bornecrantz
2010-08-05
1
-1
/
+3
*
llvmpipe: delete function bodies after generating machine code
Zack Rusin
2010-07-30
2
-0
/
+10
*
gallivm: added lp_build_assert() function to make assertions in LLVM code
Brian Paul
2010-07-29
2
-0
/
+142
*
Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"
José Fonseca
2010-07-29
1
-3
/
+0
*
gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture
Brian Paul
2010-07-29
1
-0
/
+3
*
llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.
José Fonseca
2010-07-29
1
-0
/
+24
*
gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwise
José Fonseca
2010-07-27
2
-22
/
+50
*
gallivm: replace has_indirect_addressing field with indirect_files field
Brian Paul
2010-07-21
1
-8
/
+17
*
gallivm: refactor code into get_indirect_offsets() function
Brian Paul
2010-07-21
1
-23
/
+34
*
gallivm: added comment
Brian Paul
2010-07-21
1
-0
/
+6
*
gallivm: remove extraneous braces
Brian Paul
2010-07-21
1
-20
/
+18
*
gallivm: no longer do indirect addressing in get_temp_ptr()
Brian Paul
2010-07-21
1
-20
/
+15
*
gallivm: implement correct indirect addressing of temp registers
Brian Paul
2010-07-21
1
-11
/
+29
*
gallivm: re-org, comments for get_temp_ptr()
Brian Paul
2010-07-21
1
-3
/
+13
*
gallivm: rename a var to avoid compiler warnings
Brian Paul
2010-07-21
1
-2
/
+2
*
gallivm: fix indirect addressing of constant buffer
Brian Paul
2010-07-20
1
-25
/
+83
*
gallivm: added lp_build_const_int32() helper
Brian Paul
2010-07-20
1
-0
/
+8
*
gallivm: restore const qualifier
Brian Paul
2010-07-07
1
-1
/
+1
*
gallivm: fix cube map LOD computation
Brian Paul
2010-07-07
1
-38
/
+54
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-07-06
1
-1
/
+0
*
gallivm: use trunc, not round in lp_build_nearest_mip_level()
Brian Paul
2010-07-06
1
-1
/
+1
*
gallivm: finish implementation of lp_build_iceil()
Brian Paul
2010-07-06
1
-19
/
+67
*
gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().
José Fonseca
2010-07-06
1
-0
/
+41
*
gallivm: Fix 8bit comparisons.
José Fonseca
2010-07-06
1
-5
/
+3
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-07-03
2
-2
/
+0
*
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
José Fonseca
2010-07-02
3
-52
/
+96
*
gallivm: Use util_format_description::fetch_rgba_8unorm() when available.
José Fonseca
2010-07-02
1
-7
/
+100
*
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
4
-110
/
+198
*
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
José Fonseca
2010-07-02
3
-32
/
+40
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
8
-61
/
+213
*
gallivm: Check inputs/outputs in lp_build_conv()
José Fonseca
2010-07-02
1
-2
/
+6
*
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-02
3
-0
/
+429
*
gallivm: Fix 4 x unorm8 -> 4 x float conversion.
José Fonseca
2010-07-02
2
-7
/
+30
*
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-01
4
-69
/
+210
*
gallivm: Allow to conversions to/from registers of different sizes.
José Fonseca
2010-07-01
3
-21
/
+125
*
gallivm: Support extended swizzles in lp_build_swizzle1_aos().
José Fonseca
2010-07-01
3
-23
/
+169
*
gallivm: Setup a global optimization pass.
José Fonseca
2010-07-01
2
-0
/
+31
*
llvmpipe: Remove lp_build_swizzle2_aos().
José Fonseca
2010-07-01
2
-61
/
+0
*
gallivm: Omit references to NoFramePointerElimNonLeaf
José Fonseca
2010-06-14
1
-3
/
+0
*
gallivm: Override some of the default target options.
José Fonseca
2010-06-14
2
-0
/
+31
*
gallivm: Use func_to_pointer().
José Fonseca
2010-06-14
1
-16
/
+1
*
gallivm: eliminate tgsi_exec.h include
Keith Whitwell
2010-06-07
1
-1
/
+1
*
gallivm: Register the JIT engine with oprofile on debug/profile builds.
José Fonseca
2010-06-03
2
-1
/
+30
*
gallivm: Factor out the quad derivative code into a single place. Fix ddy.
José Fonseca
2010-06-03
3
-52
/
+202
*
gallium: silence all debug_named_value related warnings
Joakim Sindholt
2010-06-03
1
-5
/
+5
*
gallivm: bump up LP_BUILD_FLOW_MAX_VARIABLES
Brian Paul
2010-06-02
1
-1
/
+1
*
gallivm: Add a lp_build_const_elem().
José Fonseca
2010-06-02
2
-14
/
+29
*
llvmpipe: Store often used LLVM types in the lp_build_context.
José Fonseca
2010-06-02
2
-2
/
+30
*
gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...
José Fonseca
2010-06-02
1
-3
/
+9
*
gallivm: Make lp_build_sample_wrap_int usage more accurate.
José Fonseca
2010-06-02
1
-11
/
+2
[next]