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
/
nve4_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
*
nouveau: flip DEBUG -> !NDEBUG
Ilia Mirkin
2019-07-27
1
-3
/
+3
*
nvc0: allow a non-user buffer to be bound at position 0
Ilia Mirkin
2019-07-27
1
-18
/
+27
*
nvc0: add compute invocation counter
Rhys Perry
2019-02-06
1
-0
/
+2
*
nvc0: don't put text segment into bufctx
Ilia Mirkin
2019-01-27
1
-0
/
+3
*
nv50/ir,nvc0: use constant buffers for compute when possible on Kepler+
Rhys Perry
2018-08-27
1
-0
/
+28
*
nvc0: Use GP100_COMPUTE_CLASS on GP10B
Mikko Perttunen
2018-02-17
1
-1
/
+2
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
1
-0
/
+5
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
1
-0
/
+6
*
nvc0: Enable compute support for Pascal
Boyan Ding
2017-04-27
1
-0
/
+3
*
nvc0: Add new launch descriptor format for GP100
Boyan Ding
2017-04-27
1
-34
/
+130
*
nvc0: take extra pushbuf space into account for pushbuf_space calls
Ilia Mirkin
2017-03-04
1
-2
/
+2
*
nvc0: disable linked tsc mode in compute launch descriptor
Ilia Mirkin
2017-02-13
1
-0
/
+1
*
nvc0: fix valid range for shader buffers
Samuel Pitoiset
2016-10-10
1
-0
/
+1
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
1
-0
/
+14
*
nvc0: bind images for 3d/cp shaders on GM107+
Samuel Pitoiset
2016-07-20
1
-9
/
+76
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
1
-3
/
+4
*
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
2016-07-02
1
-2
/
+2
*
nvc0: mark bound buffer range valid
Ilia Mirkin
2016-06-04
1
-0
/
+3
*
nvc0: mark buffer texture range valid for shader images
Samuel Pitoiset
2016-06-03
1
-0
/
+5
*
nvc0: fix some compute texture validation bits on kepler
Ilia Mirkin
2016-05-30
1
-1
/
+4
*
nvc0: remove outdated surfaces validation code for GK104
Samuel Pitoiset
2016-05-28
1
-70
/
+0
*
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
-16
/
+5
*
nvc0: inform users that 3D images are not fully supported
Samuel Pitoiset
2016-04-26
1
-1
/
+1
*
nvc0: bind images on compute shaders for Kepler
Samuel Pitoiset
2016-04-26
1
-1
/
+38
*
nvc0: reserve an area for surfaces info in the driver constbuf
Samuel Pitoiset
2016-04-26
1
-1
/
+1
*
nvc0: avoid tex read fault from compute shaders on GK110
Samuel Pitoiset
2016-04-20
1
-0
/
+3
*
nvc0: allow to use compute support on GM200
Samuel Pitoiset
2016-04-14
1
-0
/
+3
*
nvc0: add indirect compute support on Kepler
Samuel Pitoiset
2016-04-01
1
-34
/
+77
*
nvc0: reduce likelihood of collision for real buffers on Kepler
Samuel Pitoiset
2016-04-01
1
-2
/
+2
*
nvc0: store ubo info to the driver constbuf on Kepler
Samuel Pitoiset
2016-04-01
1
-1
/
+25
*
nvc0: bind user uniforms for compute on Kepler
Samuel Pitoiset
2016-04-01
1
-9
/
+54
*
nvc0: bind shader buffers for compute on Kepler
Samuel Pitoiset
2016-04-01
1
-0
/
+38
*
nvc0: bind driver cb for compute on c7[] for Kepler
Samuel Pitoiset
2016-04-01
1
-14
/
+26
*
nvc0: add a new validation path for compute
Samuel Pitoiset
2016-03-09
1
-22
/
+19
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
1
-3
/
+1
*
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
Samuel Pitoiset
2016-02-26
1
-2
/
+1
*
nvc0: rename NVXX_COMPUTE to NVXX_CP
Samuel Pitoiset
2016-02-22
1
-49
/
+49
*
nvc0: add compute support for GM107
Samuel Pitoiset
2016-02-16
1
-1
/
+4
*
nvc0: fix compute state initialization on GK110+
Samuel Pitoiset
2016-02-16
1
-6
/
+7
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
1
-6
/
+4
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+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
/
+2
*
Move nv30, nv50 and nvc0 to nouveau.
Johannes Obermayr
2013-09-11
1
-0
/
+652