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
/
nvc0
/
nvc0_compute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-1
/
+1
*
nvc0: add compute invocation counter
Rhys Perry
2019-02-06
1
-0
/
+32
*
nvc0: don't put text segment into bufctx
Ilia Mirkin
2019-01-27
1
-1
/
+4
*
nvc0: serialize before updating some constant buffer bindings on Maxwell+
Rhys Perry
2018-07-30
1
-7
/
+6
*
nvc0: fix valid range for shader buffers
Samuel Pitoiset
2016-10-10
1
-0
/
+1
*
nvc0: use a define for the driver constant buffer size
Samuel Pitoiset
2016-07-11
1
-4
/
+4
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
1
-6
/
+17
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
1
-0
/
+24
*
nvc0: do not clear surfaces bins in the validate function
Samuel Pitoiset
2016-06-05
1
-0
/
+1
*
nvc0: re-validate images after launching a grid on Fermi
Samuel Pitoiset
2016-06-05
1
-0
/
+3
*
nvc0: mark bound buffer range valid
Ilia Mirkin
2016-06-04
1
-0
/
+3
*
nvc0: do not always invalidate 3D CBs when using compute
Samuel Pitoiset
2016-05-28
1
-8
/
+17
*
nvc0: invalidate textures/samplers between 3D and CP on Fermi
Samuel Pitoiset
2016-05-26
1
-0
/
+13
*
nvc0: bind images on fragment and compute shaders for Fermi
Samuel Pitoiset
2016-05-21
1
-0
/
+43
*
nvc0: account for shader-allocated local memory needs
Ilia Mirkin
2016-05-19
1
-1
/
+1
*
nvc0: stick compute kernel arguments into uniform_bo
Samuel Pitoiset
2016-04-29
1
-7
/
+5
*
nvc0: reserve an area for surfaces info in the driver constbuf
Samuel Pitoiset
2016-04-26
1
-2
/
+2
*
nvc0: avoid using magic numbers for the uniform_bo offsets
Samuel Pitoiset
2016-03-19
1
-6
/
+7
*
nvc0: add a new validation path for compute
Samuel Pitoiset
2016-03-09
1
-26
/
+20
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
1
-31
/
+3
*
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
1
-0
/
+15
*
nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXX
Samuel Pitoiset
2016-02-22
1
-2
/
+2
*
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
Samuel Pitoiset
2016-02-22
1
-1
/
+1
*
nvc0: rename NVXX_COMPUTE to NVXX_CP
Samuel Pitoiset
2016-02-22
1
-48
/
+48
*
nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3d
Samuel Pitoiset
2016-02-22
1
-2
/
+2
*
nvc0: reduce likelihood of collision for real buffers on Fermi
Samuel Pitoiset
2016-02-21
1
-2
/
+2
*
nvc0: add support for indirect compute on Fermi
Samuel Pitoiset
2016-02-21
1
-19
/
+33
*
nvc0: bind textures/samplers for compute on Fermi
Samuel Pitoiset
2016-02-21
1
-2
/
+36
*
nvc0: bind shader buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
1
-0
/
+34
*
nvc0: bind driver constbuf for compute on Fermi
Samuel Pitoiset
2016-02-21
1
-0
/
+18
*
nvc0: bind constant buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
1
-8
/
+64
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-11
/
+8
*
nvc0: do not force re-binding of compute constbufs on Fermi
Samuel Pitoiset
2016-01-12
1
-1
/
+1
*
nvc0: remove useless goto in nvc0_launch_grid()
Samuel Pitoiset
2016-01-12
1
-6
/
+4
*
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
2015-11-05
1
-1
/
+1
*
nvc0: do not bind input params at compute state init on Fermi
Samuel Pitoiset
2015-10-18
1
-8
/
+0
*
nvc0: make use of NVC0_COMPUTE_CLASS for GF110
Samuel Pitoiset
2015-10-10
1
-5
/
+2
*
nouveau: use bool instead of boolean
Samuel Pitoiset
2015-07-21
1
-12
/
+12
*
nvc0: use NV_VRAM_DOMAIN() macro
Alexandre Courbot
2015-06-22
1
-1
/
+1
*
nvc0: fixup gk110 and up not being listed in various switch statements
Ben Skeggs
2013-12-06
1
-1
/
+1
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
1
-0
/
+271