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: fix crash in lp_sampler_static_state()
Brian Paul
2012-08-10
1
-4
/
+3
*
gallivm: remove unused src_elem_type variable
Brian Paul
2012-08-08
1
-2
/
+1
*
gallivm: Add constructor for raw_debug_ostream.
Vinson Lee
2012-08-06
1
-0
/
+4
*
gallivm: Prefer the standard JIT engine whenever possible.
José Fonseca
2012-07-23
1
-4
/
+4
*
gallivm: silence uninitialized variable warnings
Brian Paul
2012-07-17
3
-3
/
+6
*
gallivm: (trivial) remove unnecessary bogus include
Roland Scheidegger
2012-07-17
1
-1
/
+0
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
36
-1210
/
+3837
*
gallivm: Allow to force nearest filtering on a per-axis basis.
José Fonseca
2012-07-17
2
-47
/
+79
*
draw,gallivm: Fix draw_get_shader_param.
José Fonseca
2012-07-13
1
-1
/
+57
*
gallivm: Use %.9g to print floats.
José Fonseca
2012-07-12
1
-3
/
+6
*
gallivm: Cleanup the 4 x float -> 16 ub special path in lp_build_conv.
José Fonseca
2012-07-02
1
-49
/
+26
*
gallivm: Refactor lp_build_broadcast(_scalar) to share code.
José Fonseca
2012-06-28
1
-36
/
+28
*
gallivm: Fix potential buffer overflowing in strncat.
Johannes Obermayr
2012-06-28
1
-3
/
+3
*
gallivm: Added a generic lp_build_print_value which prints a LLVMValueRef.
James Benton
2012-06-27
2
-117
/
+117
*
u2f_emit: Fix type parameter in LLVM call.
Olivier Galibert
2012-06-26
1
-1
/
+1
*
llvmpipe: Add vertex id support.
Olivier Galibert
2012-06-19
2
-5
/
+19
*
llvmpipe: Simplify and fix system variables fetch.
Olivier Galibert
2012-06-19
2
-70
/
+29
*
gallium: Add TGSI_OPCODE_F2U to gallivm backend.
Paul Berry
2012-06-15
1
-0
/
+13
*
gallivm: Fix calculating rho for 3d textures for the single-quad case
Roland Scheidegger
2012-06-08
1
-2
/
+1
*
gallivm: Fixed erroneous optimisation in lp_build_min/max.
James Benton
2012-05-21
1
-7
/
+14
*
gallivm: Compensate for lp_const_offset in lp_build_conv.
James Benton
2012-05-21
1
-4
/
+31
*
gallivm: Fixed overflow in lp_build_clamped_float_to_unsigned_norm.
James Benton
2012-05-21
1
-1
/
+1
*
Fix fetching integer inputs.
José Fonseca
2012-05-18
1
-0
/
+8
*
llvmpipe: Implement TXQ.
Olivier Galibert
2012-05-18
5
-6
/
+181
*
gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implem...
José Fonseca
2012-05-15
1
-0
/
+3
*
gallivm: Fix lp_build_sgn for normalized/fixed-point integers.
José Fonseca
2012-05-15
1
-1
/
+2
*
gallivm: Fix lp_build_const_xxx for negative integers.
José Fonseca
2012-05-15
1
-5
/
+6
*
gallivm: Fix copy'n'paste typo bug translating CEIL opcode.
José Fonseca
2012-05-11
1
-2
/
+2
*
gallivm: implement iabs/issg opcode.
Dave Airlie
2012-05-09
2
-1
/
+26
*
radeon/llvm: add support for TXQ/TXF/DDX/DDY instructions
Vadim Girlin
2012-05-08
1
-2
/
+0
*
gallivm: fix comment typo
Brian Paul
2012-05-04
1
-1
/
+1
*
gallivm: Use debug_printf in lp_build_printf.
José Fonseca
2012-05-02
1
-6
/
+9
*
gallivm: Avoid LLVMAddGlobalMapping() in lp_bld_assert().
José Fonseca
2012-05-02
2
-26
/
+16
*
gallivm: Add a lp_build_const_func_pointer() helper.
José Fonseca
2012-05-02
3
-15
/
+44
*
gallivm: Cleanup/simplify lp_build_const_string_variable.
José Fonseca
2012-05-02
5
-29
/
+29
*
gallivm: Added lp_build_const_mask_aos_swizzled
James Benton
2012-05-02
3
-2
/
+30
*
gallivm: Move loop var declaration to beginning of scope.
José Fonseca
2012-05-02
1
-1
/
+3
*
gallivm: added a debug function which allows llvm to print vectors of 16 unsi...
James Benton
2012-05-02
2
-0
/
+29
*
llvmpipe: Check when a shader does not satisfy 0 < imm < 1.
James Benton
2012-05-02
2
-2
/
+11
*
gallivm: fixed memory leak in lp_build_tgsi_aos
James Benton
2012-05-02
1
-0
/
+1
*
gallivm: added aligned pointer get/set
James Benton
2012-05-02
4
-0
/
+81
*
gallivm: llvm c-style for loops, allows us to create loops with conditions on...
James Benton
2012-05-02
2
-0
/
+94
*
gallivm: Use lp_build_alloca instead of LLVMBuildAlloca on the loop limiter.
José Fonseca
2012-04-25
1
-4
/
+1
*
gallivm: Updated lp_build_log2_approx to use a more accurate polynomial.
James Benton
2012-04-05
2
-32
/
+41
*
gallivm: Updated lp_build_polynomial to compute odd and even terms separately...
James Benton
2012-04-05
1
-7
/
+25
*
gallivm: Pass in a MCInstrInfo to createMCInstPrinter on llvm-3.1.
Vinson Lee
2012-04-03
1
-1
/
+7
*
gallivm: Maximum loop iterations
James Benton
2012-04-03
3
-3
/
+45
*
gallivm: Simplify/reorder minimax helper.
José Fonseca
2012-04-03
1
-10
/
+15
*
gallivm: Fix method overriding in raw_debug_ostream.
Vinson Lee
2012-03-28
1
-3
/
+3
*
gallivm: Use InitializeNativeTargetDisassembler().
ojab
2012-03-27
1
-1
/
+3
[next]