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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/radeon: clean left-shift undefined behavior
Nicolai Hähnle
2016-05-07
11
-3989
/
+3989
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
6
-8
/
+8
*
compiler/glsl: do not downcast list sentinel
Nicolai Hähnle
2016-05-07
1
-1
/
+4
*
mesa/main: fix another undefined left shift
Nicolai Hähnle
2016-05-07
1
-1
/
+1
*
mesa/main: define _NEW_xxx flags as unsigned shifts
Nicolai Hähnle
2016-05-07
1
-30
/
+30
*
radeonsi: Compute correct LDS size for fragment shaders.
Bas Nieuwenhuizen
2016-05-06
1
-3
/
+6
*
vc4: Add support for loading immediate values in QIR.
Eric Anholt
2016-05-06
4
-0
/
+32
*
vc4: Make vc4_qpu_validate() produce more verbose failures.
Eric Anholt
2016-05-06
1
-35
/
+71
*
vc4: Add a small QIR validate pass.
Eric Anholt
2016-05-06
4
-0
/
+127
*
vc4: Fix the src count on exp2/log2.
Eric Anholt
2016-05-06
1
-2
/
+2
*
vc4: Reuse QPU disasm's cond flags in QIR.
Eric Anholt
2016-05-06
3
-27
/
+46
*
vc4: When emitting an instruction to an existing temp, mark it non-SSA.
Eric Anholt
2016-05-06
1
-0
/
+2
*
vc4: Make sure that we don't overwrite the signal for PROG_END.
Eric Anholt
2016-05-06
1
-0
/
+8
*
nvc0: unreference images when the context is destroyed
Samuel Pitoiset
2016-05-06
1
-0
/
+4
*
nir: Remove spurious return from void function.
Jose Fonseca
2016-05-06
1
-2
/
+0
*
radeonsi: set DECOMPRESS_Z_ON_FLUSH if nr_samples >= 4
Marek Olšák
2016-05-06
1
-1
/
+2
*
r600g: use the hw MSAA resolving if formats are compatible
Marek Olšák
2016-05-06
1
-1
/
+2
*
Revert "i965: Switch to scalar TCS by default."
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
st/omx/enc: fix incorrect reference picture order for B frames
Leo Liu
2016-05-05
1
-7
/
+12
*
i965/fs: Move handling of samples_identical into the switch statement
Jason Ekstrand
2016-05-05
1
-21
/
+19
*
i965/fs: Simplify texture destination fixups
Jason Ekstrand
2016-05-05
1
-21
/
+11
*
i965/fs: stop inclinding glsl/ir.h in brw_fs.h
Jason Ekstrand
2016-05-05
2
-1
/
+1
*
i965/fs: Merge nir_emit_texture and emit_texture
Jason Ekstrand
2016-05-05
3
-238
/
+162
*
nir: remove now-unused nir_foreach_block*_call()
Connor Abbott
2016-05-05
1
-38
/
+0
*
vc4: fixup for new nir_foreach_block()
Connor Abbott
2016-05-05
4
-48
/
+20
*
ir3: fixup for new nir_foreach_block()
Connor Abbott
2016-05-05
1
-30
/
+21
*
nir/lower_double_ops: fixup for new nir_foreach_block()
Jason Ekstrand
2016-05-05
1
-23
/
+9
*
nir/lower_double_pack: fixup for new nir_foreach_block()
Jason Ekstrand
2016-05-05
1
-26
/
+21
*
nir/gather_info: fixup for new foreach_block()
Jason Ekstrand
2016-05-05
1
-5
/
+5
*
nir/lower_two_sided_color: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-3
/
+5
*
nir/lower_tex: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-25
/
+22
*
nir/lower_outputs_to_temporaries: fixup for new foreach_block()
Connor Abbott
2016-05-05
1
-16
/
+12
*
i965: Switch to scalar TCS by default.
Kenneth Graunke
2016-05-05
1
-1
/
+1
*
nir: Optimize out stores of undefs.
Kenneth Graunke
2016-05-05
1
-0
/
+30
*
nir: Replace vecN(undef, undef, ...) with a single undef.
Kenneth Graunke
2016-05-05
1
-0
/
+33
*
nir: Rename opt_undef_alu to opt_undef_csel; update comments.
Kenneth Graunke
2016-05-05
1
-12
/
+13
*
i965: Rework passthrough TCS checks.
Kenneth Graunke
2016-05-05
4
-2
/
+5
*
swr: [rasterizer core] Faster modulo operator in ProcessVerts
Tim Rowley
2016-05-05
1
-1
/
+4
*
swr: [rasterizer] Small warning cleanup
Tim Rowley
2016-05-05
2
-8
/
+4
*
swr: [rasterizer] Add SWR_ASSUME / SWR_ASSUME_ASSERT macros
Tim Rowley
2016-05-05
2
-14
/
+52
*
swr: [rasterizer] Miscellaneous backend changes
Tim Rowley
2016-05-05
3
-22
/
+31
*
swr: [rasterizer] Add support for X24_TYPELESS_G8_UINT format
Tim Rowley
2016-05-05
3
-7
/
+41
*
swr: [rasterizer jitter] Fix printing bugs for tracing.
Tim Rowley
2016-05-05
1
-81
/
+24
*
swr: [rasterizer memory] Add missing store tiles function
Tim Rowley
2016-05-05
1
-1
/
+4
*
swr: [rasterizer jitter] Add asserts for supported formats in fetch shader
Tim Rowley
2016-05-05
1
-0
/
+2
*
swr: [rasterizer core] Fix thread allocation
Tim Rowley
2016-05-05
1
-17
/
+47
*
swr: [rasterizer core] Fix threadviz support in buckets
Tim Rowley
2016-05-05
3
-12
/
+14
*
swr: [rasterizer] Whitespace cleanup and misc changes
Tim Rowley
2016-05-05
5
-5
/
+2
*
radeonsi: mark descriptor loads as using dynamically uniform indices
Nicolai Hähnle
2016-05-05
1
-5
/
+17
*
i965/fs: Don't follow pow with an instruction with two dest regs.
Matt Turner
2016-05-05
1
-0
/
+18
[next]