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 alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
7
-13
/
+47
*
gallivm: Fix build with LLVM 3.6 (r221751).
José Fonseca
2014-11-12
1
-1
/
+10
*
gallivm: Disable frame-pointer-omission on x86 to ensure right stack alignment.
José Fonseca
2014-11-03
1
-1
/
+3
*
gallivm: When disassemble a function, start by printing out its name.
José Fonseca
2014-11-03
1
-0
/
+1
*
gallivm: Fix build with LLVM 3.3.
José Fonseca
2014-10-23
1
-0
/
+2
*
gallivm: Properly update for removal of JITMemoryManager in LLVM 3.6.
José Fonseca
2014-10-23
2
-38
/
+41
*
gallivm: Fix white-space.
José Fonseca
2014-10-23
1
-7
/
+7
*
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-10-23
4
-70
/
+7
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+2
*
tgsi: change tgsi_shader_info::properties to a one-dimensional array
Marek Olšák
2014-10-04
1
-1
/
+1
*
tgsi: simplify shader properties in tgsi_shader_info
Marek Olšák
2014-10-04
1
-8
/
+7
*
gallivm: Fix build for LLVM 3.2
Mathias Fröhlich
2014-10-01
4
-3
/
+21
*
llvmpipe: Make a llvmpipe OpenGL context thread safe.
Mathias Fröhlich
2014-09-30
4
-18
/
+40
*
llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one.
Mathias Fröhlich
2014-09-30
2
-22
/
+8
*
gallivm: More fallout from disabling with LLVM 3.6
Michel Dänzer
2014-09-26
2
-4
/
+14
*
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
[next]