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
/
drivers
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
nv50,nvc0: bump minimum texture buffer offset alignment
Ilia Mirkin
2016-02-27
2
-2
/
+2
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
6
-44
/
+20
*
nvc0: make sure to validate compute global buffers on Fermi
Samuel Pitoiset
2016-02-26
1
-1
/
+3
*
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
Samuel Pitoiset
2016-02-26
4
-19
/
+17
*
nvc0: rename 3d binding points to NVC0_BIND_3D_XXX
Samuel Pitoiset
2016-02-22
9
-63
/
+64
*
nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
Samuel Pitoiset
2016-02-22
8
-133
/
+133
*
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
Samuel Pitoiset
2016-02-22
4
-4
/
+4
*
nvc0: rename NVXX_COMPUTE to NVXX_CP
Samuel Pitoiset
2016-02-22
5
-117
/
+117
*
nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
Samuel Pitoiset
2016-02-22
8
-64
/
+64
*
nvc0/ir: add missing emission of locked load predicate
Samuel Pitoiset
2016-02-22
1
-0
/
+7
*
nvc0/ir: add ld lock/st unlock emission on GK104
Samuel Pitoiset
2016-02-22
1
-10
/
+25
*
nv50/ir: restore OP_SELP to be a regular instruction
Samuel Pitoiset
2016-02-22
4
-14
/
+14
*
nouveau: update the Makefile.sources list
11.2-branchpoint
Emil Velikov
2016-02-22
1
-2
/
+3
*
nvc0: enable compute shaders on Fermi
Samuel Pitoiset
2016-02-21
1
-1
/
+3
*
nv50/ir: add atomics support on shared memory for Fermi
Samuel Pitoiset
2016-02-21
2
-2
/
+102
*
nv50/ir: make OP_SELP a compare instruction
Samuel Pitoiset
2016-02-21
3
-10
/
+19
*
nv50/ir: add lock/unlock subops for load/store
Samuel Pitoiset
2016-02-21
3
-2
/
+26
*
nv50/ir: use s[] addr space for shared buffers
Samuel Pitoiset
2016-02-21
1
-11
/
+30
*
nvc0: reduce likelihood of collision for real buffers on Fermi
Samuel Pitoiset
2016-02-21
1
-2
/
+2
*
nvc0: invalidate compute state when switching pipe contexts
Samuel Pitoiset
2016-02-21
1
-1
/
+2
*
nvc0: add support for indirect compute on Fermi
Samuel Pitoiset
2016-02-21
6
-20
/
+81
*
nvc0: bind textures/samplers for compute on Fermi
Samuel Pitoiset
2016-02-21
3
-8
/
+57
[next]