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: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
Tom Stellard
2014-09-24
1
-0
/
+2
*
gallivm: Disable gallivm to fix build with LLVM 3.6
Tom Stellard
2014-09-24
1
-0
/
+10
*
gallivm: fix idiv
Roland Scheidegger
2014-09-23
1
-7
/
+5
*
gallivm: add information about different sampler/view units if analyzing shader
Roland Scheidegger
2014-09-20
2
-0
/
+10
*
gallivm,tgsi: fix idiv by zero crash
rconde
2014-09-17
1
-3
/
+21
*
gallivm: add texture target information for sample opcodes to tgsi info
Roland Scheidegger
2014-09-17
1
-14
/
+43
*
gallivm: Fix uses of 2^24
Richard Sandiford
2014-09-16
1
-4
/
+4
*
gallivm: Add SNORM clamping to lp_build_{add, sub}
Richard Sandiford
2014-09-16
1
-6
/
+28
*
gallivm: attach DataLayout to module too, not just pass manager.
Rafael Ávila de Espíndola
2014-09-16
1
-0
/
+7
*
gallivm: handle SAMPLE opcode in aos sampling
Roland Scheidegger
2014-09-16
2
-13
/
+50
*
gallivm: (trivial) don't try to use rcp when the division 1/x is integer
Roland Scheidegger
2014-09-09
1
-1
/
+1
*
gallivm: (trivial) fix min / max variable names
Roland Scheidegger
2014-09-09
1
-8
/
+8
*
gallivm: Fix Altivec pack intrinsics for little-endian
Ulrich Weigand
2014-09-06
1
-5
/
+21
*
gallivm: Fix build against LLVM SVN >= r216982
Michel Dänzer
2014-09-03
2
-0
/
+11
*
gallivm: fix somewhat broken NaN behavior for exp2
Roland Scheidegger
2014-08-30
2
-13
/
+25
*
gallivm: handle cube map arrays for texture sampling
Roland Scheidegger
2014-08-30
5
-44
/
+107
*
gallivm: Fix build with LLVM >= 3.6 r215967.
Vinson Lee
2014-08-20
1
-0
/
+4
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-2
/
+0
*
gallivm: Handle MSAA textures in emit_fetch_texels
Darius Goad
2014-08-08
1
-2
/
+7
*
draw: hack around weird primitive id input in gs
Roland Scheidegger
2014-08-08
1
-0
/
+12
*
gallivm: Fix build with latest LLVM
Jan Vesely
2014-08-05
1
-0
/
+8
*
gallivm: fix cube map array (and cube map shadow with bias) handling
Roland Scheidegger
2014-08-05
2
-29
/
+125
*
gallivm: fix up out-of-bounds level when using conformant out-of-bound behavior
Roland Scheidegger
2014-07-31
1
-0
/
+1
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-2
/
+2
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+2
*
gallivm: Fix build after LLVM commit 211259
Aaron Watry
2014-06-20
1
-1
/
+3
*
gallivm: set mcpu when initializing llvm execution engine
Roland Scheidegger
2014-06-19
1
-2
/
+20
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-1
/
+1
*
gallivm: fix SCALED -> NORM conversions
Roland Scheidegger
2014-06-18
1
-16
/
+23
*
gallivm: Disable workaround for PR12833 on LLVM 3.2+.
José Fonseca
2014-05-23
1
-2
/
+2
*
gallivm: Support MCJIT on Windows.
José Fonseca
2014-05-23
1
-0
/
+9
*
llvmpipe: do IR counting for shader cache management after optimization.
Roland Scheidegger
2014-05-19
2
-2
/
+20
*
gallivm: (trivial) fix compilation with llvm 3.1, 3.2
Roland Scheidegger
2014-05-17
1
-0
/
+4
*
gallivm: print out how long it takes to optimize shader IR.
Roland Scheidegger
2014-05-16
3
-1
/
+31
*
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-16
2
-6
/
+5
*
gallivm: remove optimization workaround when not having sse 4.1
Roland Scheidegger
2014-05-16
1
-8
/
+1
*
gallivm: remove workaround for reversing optimization pass order.
Roland Scheidegger
2014-05-16
1
-13
/
+2
*
gallivm: only fetch pointers to constant buffers once
Roland Scheidegger
2014-05-14
2
-37
/
+65
*
gallivm: fix output stream flushing in error case for disassembly.
Roland Scheidegger
2014-05-14
1
-0
/
+5
*
gallivm: Remove lp_func_delete_body.
José Fonseca
2014-05-14
3
-15
/
+0
*
gallivm: Remove gallivm_free_function.
José Fonseca
2014-05-14
2
-23
/
+0
*
gallivm: Separate freeing LLVM intermediate data from freeing final code.
Frank Henigman
2014-05-14
2
-7
/
+22
*
gallivm: One code memory pool with deferred free.
Frank Henigman
2014-05-14
4
-1
/
+283
*
gallivm: Run passes per module, not per function.
José Fonseca
2014-05-14
1
-28
/
+19
*
gallivm: Use LLVM global context.
José Fonseca
2014-05-14
1
-23
/
+17
*
gallivm: Stop using module providers.
José Fonseca
2014-05-14
2
-27
/
+7
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
13
-472
/
+20
*
gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove default
Brian Paul
2014-05-07
1
-2
/
+6
*
gallivm: fix 2 leaks in disassembly code
Roland Scheidegger
2014-05-01
1
-4
/
+5
*
gallivm: Fix wrong operator in lp_exec_default.
José Fonseca
2014-04-24
1
-1
/
+1
[next]