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
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
Hans de Goede
2016-03-21
1
-6
/
+6
*
nouveau: codegen: Add support for clover / OpenCL kernel input parameters
Hans de Goede
2016-03-21
1
-3
/
+15
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-3
/
+4
*
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
*
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
*
nv50,nvc0: Set only NEW_CP_GLOBALS upon binding
Pierre Moreau
2016-03-13
2
-2
/
+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
*
nvc0: add support for TGSI FMA ops
Ilia Mirkin
2016-03-10
2
-1
/
+7
*
nvc0: expose SM35 perf counters to AMD_performance_monitor
Samuel Pitoiset
2016-03-10
1
-2
/
+2
*
nvc0: add driver metrics for SM35 (GK110)
Samuel Pitoiset
2016-03-10
1
-1
/
+20
*
nvc0: add MP performance counters for SM35 (GK110)
Samuel Pitoiset
2016-03-10
3
-17
/
+204
*
nvc0: explode config of Kepler hardware SM events
Samuel Pitoiset
2016-03-10
1
-78
/
+477
*
nvc0: rework the driver metrics infrastructure
Samuel Pitoiset
2016-03-10
3
-157
/
+172
*
nvc0: rework the MP counters infrastructure
Samuel Pitoiset
2016-03-10
4
-268
/
+243
*
nouveau: Fix clang reserved-user-defined-literal error.
Vinson Lee
2016-03-09
1
-1
/
+1
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
3
-0
/
+12
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
3
-3
/
+6
*
nvc0: add a new validation path for compute
Samuel Pitoiset
2016-03-09
2
-48
/
+39
*
nvc0: rework the validation path for 3D
Samuel Pitoiset
2016-03-09
4
-16
/
+36
*
nv50,nvc0: make sure to destroy the mutex used for blits
Samuel Pitoiset
2016-03-08
2
-0
/
+2
*
gm107/ir: add emission for ATOMS
Samuel Pitoiset
2016-03-07
1
-1
/
+44
*
gm107/ir: add emission for BAR
Samuel Pitoiset
2016-03-07
1
-0
/
+52
*
gk110/ir: add missing src predicate emission for BAR.RED
Samuel Pitoiset
2016-03-07
1
-0
/
+8
*
gk110/ir: allow to emit immediates for BAR
Samuel Pitoiset
2016-03-07
1
-2
/
+21
*
gk110/ir: fix wrong emission of BAR.SYNC
Samuel Pitoiset
2016-03-07
1
-1
/
+0
*
nvc0/ir: make sure that thread count immediate for BAR fit
Samuel Pitoiset
2016-03-07
1
-0
/
+1
*
nvc0: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-06
2
-2
/
+3
*
nv50/ir: using sampleid/pos shouldn't force per-sample interpolation
Ilia Mirkin
2016-03-05
2
-6
/
+1
*
gk110/ir: fix wrong emission of NOT modifier for VOTE
Samuel Pitoiset
2016-03-02
1
-1
/
+1
*
nv50/ir: emit VOTE instruction
Samuel Pitoiset
2016-02-28
6
-0
/
+83
*
gk110/ir: add ld lock/st unlock emission
Samuel Pitoiset
2016-02-28
1
-2
/
+28
[next]