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: Fix wrong operator in lp_exec_default.
José Fonseca
2014-04-24
1
-1
/
+1
*
gallivm: fix compilation with llvm 3.5 r206241+
Roland Scheidegger
2014-04-16
1
-11
/
+20
*
draw/llvm: improve debugging output a bit
Zack Rusin
2014-03-26
1
-1
/
+2
*
gallivm: fix no-op n:n lp_build_resize()
Roland Scheidegger
2014-03-26
1
-6
/
+6
*
llvmpipe: add support for b5g6r5_srgb
Roland Scheidegger
2014-03-21
3
-5
/
+25
*
gallivm: optimize repeat linear npot code in the aos int path
Jeff Muizelaar
2014-03-14
1
-12
/
+62
*
gallivm: use correct rounding for nearest wrap mode (in the aos int path)
Roland Scheidegger
2014-03-14
1
-29
/
+9
*
gallivm: use correct rounding for linear wrap mode (in the aos int path)
Jeff Muizelaar
2014-03-14
1
-6
/
+8
*
gallivm: add smallfloat to float conversion not relying on cpu denorm handling
Roland Scheidegger
2014-02-20
1
-20
/
+65
*
gallivm: make sure analysis works with large number of immediates
Zack Rusin
2014-02-05
1
-8
/
+9
*
gallivm: handle huge number of immediates
Zack Rusin
2014-02-05
4
-44
/
+86
*
gallivm: allow large numbers of temporaries
Zack Rusin
2014-02-05
4
-5
/
+20
*
gallivm: fix F2U opcode
Roland Scheidegger
2014-02-05
1
-20
/
+22
*
gallivm: fix opcode and function nesting
Zack Rusin
2014-02-03
2
-157
/
+317
*
gallivm: add a few const qualifiers
Brian Paul
2014-02-02
2
-4
/
+4
*
gallivm: Workaround http://llvm.org/PR18600
José Fonseca
2014-01-28
1
-2
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
4
-6
/
+6
*
llvmpipe: do constant buffer bounds checking in shaders
Zack Rusin
2014-01-16
2
-15
/
+98
*
gallivm: fix pointer type for stmxcsr/ldmxcsr
Roland Scheidegger
2013-12-14
1
-2
/
+7
*
llvmpipe: fix blending with half-float formats
Zack Rusin
2013-12-10
2
-0
/
+82
*
gallium: new shader cap bit for the amount of sampler views
Roland Scheidegger
2013-11-28
1
-0
/
+2
*
gallivm: Ignore unknown file type in non-debug builds.
Vinson Lee
2013-11-20
1
-0
/
+1
*
gallivm: Fix mask calculation for emit_kill_if.
Si Chen
2013-11-19
1
-5
/
+8
*
gallivm: Compile flag to debug TGSI execution through printfs.
José Fonseca
2013-11-14
3
-47
/
+192
*
gallivm,llvmpipe: fix float->srgb conversion to handle NaNs
Roland Scheidegger
2013-11-14
4
-26
/
+43
*
gallivm: deduplicate some indirect register address code
Roland Scheidegger
2013-11-08
1
-157
/
+96
*
gallivm: fix indirect addressing of inputs
Roland Scheidegger
2013-11-06
1
-17
/
+28
*
gallivm: optimize lp_build_minify for sse
Roland Scheidegger
2013-11-05
3
-13
/
+54
*
gallivm: Remove llvm::DisablePrettyStackTrace for LLVM >= 3.4.
Vinson Lee
2013-11-04
1
-0
/
+2
*
gallivm: implement fully accurate corner filtering for seamless cube maps
Roland Scheidegger
2013-10-25
1
-13
/
+151
*
gallivm: implement seamless cube filtering
Roland Scheidegger
2013-10-21
3
-40
/
+368
*
gallivm: kill old per-quad face selection code
Roland Scheidegger
2013-10-10
1
-475
/
+286
*
gallivm: handle explicit derivatives for cubemaps
Roland Scheidegger
2013-10-10
3
-56
/
+235
*
gallivm: ignore rho approximation for cube maps
Roland Scheidegger
2013-10-10
1
-30
/
+20
*
llvmpipe: implement 64 bit mul opcodes in llvmpipe
Zack Rusin
2013-10-09
1
-0
/
+60
*
gallivm: support printing of 64 bit integers
Zack Rusin
2013-10-09
1
-1
/
+6
*
gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Roland Scheidegger
2013-09-19
1
-3
/
+7
*
gallivm: some bits of seamless cube filtering implementation
Roland Scheidegger
2013-09-18
3
-14
/
+29
*
llvmpipe: Remove the special path for TGSI_OPCODE_EXP.
José Fonseca
2013-09-12
3
-72
/
+30
*
gallivm: support indirect registers on both dimensions
Zack Rusin
2013-09-06
2
-2
/
+5
*
gallivm: handle unbound textures in texture sampling / texture queries
Roland Scheidegger
2013-08-30
1
-0
/
+26
*
gallivm: (trivial) don't pass sampler_unit variable down to filtering funcs
Roland Scheidegger
2013-08-30
1
-36
/
+21
*
gallivm: don't use AoS path if min/mag filter are different with multiple lods
Roland Scheidegger
2013-08-30
1
-1
/
+6
*
gallivm: support per-pixel min/mag filter in SoA path
Roland Scheidegger
2013-08-30
1
-43
/
+243
*
gallivm: don't calculate square root of rho if we use accurate rho method
Roland Scheidegger
2013-08-30
1
-39
/
+74
*
gallivm: refactor num_lods handling
Roland Scheidegger
2013-08-30
4
-131
/
+169
*
gallivm: fix min/mag switchover point for nearest/none mip filter
Roland Scheidegger
2013-08-23
5
-66
/
+81
*
gallivm: do per-element lod for lod bias and explicit derivs too
Roland Scheidegger
2013-08-22
2
-31
/
+74
*
gallivm: (trivial) fix int/uint border color clamping
Roland Scheidegger
2013-08-22
1
-2
/
+2
*
gallivm: (trivial) fix linear aos sampling of 3d compressed formats
Roland Scheidegger
2013-08-22
1
-2
/
+2
[next]