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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: fix indirect texturing for non-array textures on nvc0
Ilia Mirkin
2016-03-20
1
-3
/
+7
*
nv50/ir: normalize cube coordinates after derivatives have been computed
Ilia Mirkin
2016-03-20
4
-15
/
+84
*
gallium/radeon: remove remnants of R600 TGSI->LLVM
Marek Olšák
2016-03-20
2
-20
/
+0
*
r600g: flatten if (1) statement after removal of TGSI->LLVM
Marek Olšák
2016-03-20
1
-81
/
+79
*
r600g: remove TGSI->LLVM translation
Marek Olšák
2016-03-20
9
-1107
/
+89
*
gallium/radeon: remove old CS tracing
Marek Olšák
2016-03-20
13
-84
/
+19
*
radeonsi: process TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
2
-3
/
+33
*
nvc0/ir: Use double constant in handleSQRT
Pierre Moreau
2016-03-19
1
-1
/
+1
*
nv50/ir: force-enable derivatives on TXD ops
Ilia Mirkin
2016-03-19
2
-1
/
+4
*
nv50: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-19
2
-3
/
+3
*
nvc0: avoid using magic numbers for the uniform_bo offsets
Samuel Pitoiset
2016-03-19
8
-44
/
+73
*
nv50/ir: make use of auxCBSlot instead of magic numbers
Samuel Pitoiset
2016-03-19
2
-2
/
+4
*
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Samuel Pitoiset
2016-03-19
6
-16
/
+10
*
nv50/ir: fix compilation warning in handleSharedATOM()
Samuel Pitoiset
2016-03-19
1
-0
/
+1
*
nv50,nvc0: Fix invalid constant.
Vinson Lee
2016-03-18
1
-1
/
+1
*
nv50: Mark compute states as dirty on context switch
Pierre Moreau
2016-03-19
1
-0
/
+1
*
nv50/ir: print SUBFM subops
Samuel Pitoiset
2016-03-19
1
-0
/
+9
*
nv50: add a new validation path for compute
Samuel Pitoiset
2016-03-19
1
-12
/
+13
*
nv50: rework nv50_compute_validate_program()
Samuel Pitoiset
2016-03-19
3
-31
/
+17
*
nv50: rework the validation path for 3D
Samuel Pitoiset
2016-03-19
4
-16
/
+36
*
nv50: rename 3d binding points to NV50_BIND_3D_XXX
Samuel Pitoiset
2016-03-19
8
-46
/
+46
*
nv50: rename 3d dirty flags to NV50_NEW_3D_XXX
Samuel Pitoiset
2016-03-19
8
-112
/
+112
*
nv50: rename NV50_COMPUTE to NV50_CP
Samuel Pitoiset
2016-03-19
3
-52
/
+52
*
nv50: rename nv50_context::dirty to nv50_context::dirty_3d
Samuel Pitoiset
2016-03-19
8
-57
/
+57
*
gallium/swr: Cleaned up some context-resource management
George Kyriazis
2016-03-17
5
-26
/
+27
*
radeonsi: fix Hyper-Z hangs on P2 configs
Marek Olšák
2016-03-17
1
-2
/
+8
*
r300g: add missing layer argument to rws->buffer_get_handle() call
Brian Paul
2016-03-17
1
-1
/
+1
*
radeon/winsys: add layer support for BO export
Christian König
2016-03-17
2
-0
/
+2
*
radeon/winsys: add offset support for BO import/export
Christian König
2016-03-17
3
-12
/
+21
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
5
-8
/
+8
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
3
-13
/
+13
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-1
/
+3
*
vc4: Move discard handling to the condition flag.
Eric Anholt
2016-03-16
5
-34
/
+29
*
vc4: Don't make a temporary for setting flags.
Eric Anholt
2016-03-16
1
-1
/
+2
*
vc4: Add a safety check for setting flags.
Eric Anholt
2016-03-16
1
-0
/
+3
*
vc4: Reuse list_for_each_entry_safe_rev().
Eric Anholt
2016-03-16
1
-6
/
+2
*
vc4: Coalesce instructions using VPM reads into the VPM read.
Varad Gautam
2016-03-15
3
-7
/
+71
*
vc4: rename file to group vpm optimizations together
Varad Gautam
2016-03-15
2
-2
/
+2
*
vc4: Fix failures with nir_extract_* since the addition of the opcodes.
Eric Anholt
2016-03-15
1
-0
/
+2
*
llvmpipe: fix lp_rast_plane alignment on 32bit
Roland Scheidegger
2016-03-15
2
-0
/
+8
*
softpipe: fix misleading TGSI_QUAD_SIZE usage
Roland Scheidegger
2016-03-15
1
-24
/
+29
*
softpipe: fix anisotropic filtering crash
Roland Scheidegger
2016-03-15
1
-2
/
+7
*
radeonsi: set DEPTH_BEFORE_SHADER based on FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
1
-0
/
+3
*
gallium/swr: Resource management
Bruce Cherniak
2016-03-14
10
-143
/
+265
*
nv50,nvc0: Set only NEW_CP_GLOBALS upon binding
Pierre Moreau
2016-03-13
2
-2
/
+2
*
freedreno/ir3: lower extract_byte/word
Rob Clark
2016-03-13
1
-0
/
+2
*
nv50,nvc0: handle SQRT lowering inside the driver
Ilia Mirkin
2016-03-13
6
-23
/
+27
*
nv50/ir: avoid folding mul + add if the mul has a dnz
Ilia Mirkin
2016-03-13
1
-3
/
+2
*
nvc0: fix blit triangle size to fully cover FB's > 8192x8192
Ilia Mirkin
2016-03-13
1
-4
/
+4
*
freedreno: OUT_RELOC vs OUT_RELOCW fixes
Rob Clark
2016-03-13
3
-7
/
+7
[next]