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
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
1
-1
/
+1
*
gallivm: silence a couple compiler warnings
Brian Paul
2015-01-05
2
-1
/
+4
*
draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.
Roland Scheidegger
2014-12-16
2
-0
/
+12
*
gallivm: Update for RTDyldMemoryManager becoming an unique_ptr.
José Fonseca
2014-12-03
1
-0
/
+4
*
gallivm: Removed unused variable.
José Fonseca
2014-11-26
1
-1
/
+1
*
draw,gallivm,llvmpipe: Avoid implicit casts of 32-bit shifts to 64-bits.
José Fonseca
2014-11-26
2
-2
/
+2
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
2
-28
/
+0
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
2
-7
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
2
-32
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-3
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
2
-7
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
2
-7
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
2
-6
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
2
-100
/
+0
*
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
[next]