index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
nvc0
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-1
/
+2
*
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
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,nvc0: bump minimum texture buffer offset alignment
Ilia Mirkin
2016-02-27
1
-1
/
+1
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
5
-43
/
+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: enable compute shaders on Fermi
Samuel Pitoiset
2016-02-21
1
-1
/
+3
*
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
*
nvc0: bind shader buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
5
-7
/
+56
*
nvc0: bind driver constbuf for compute on Fermi
Samuel Pitoiset
2016-02-21
5
-0
/
+29
*
nvc0: add a new validation state for 3D driver constbuf
Samuel Pitoiset
2016-02-21
2
-0
/
+19
*
nvc0: bind constant buffers for compute on Fermi
Samuel Pitoiset
2016-02-21
5
-13
/
+81
*
nvc0: allocate an area for compute user constbufs
Samuel Pitoiset
2016-02-21
4
-18
/
+20
*
nvc0: invalidate all buffers when switching pipe contexts
Samuel Pitoiset
2016-02-17
1
-0
/
+1
*
nv50,nvc0: enable/disable seamless cubemap texturing as requested
Ilia Mirkin
2016-02-16
5
-2
/
+12
*
nvc0: enable compute support on GK110:GM200 with an envvar
Samuel Pitoiset
2016-02-16
1
-2
/
+7
*
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
*
nvc0: initial support for GM20x GPUs
Ben Skeggs
2016-02-16
1
-0
/
+6
*
nvc0: implement support for maxwell texture headers
Ben Skeggs
2016-02-16
3
-6
/
+203
*
nvc0: import maxwell texture header definitions from rnndb
Ben Skeggs
2016-02-16
1
-0
/
+365
*
nv50-: split tic format specification
Ben Skeggs
2016-02-16
2
-24
/
+31
*
nvc0: switch nvc0_tex.c to updated g80_texture.xml.h
Ben Skeggs
2016-02-16
1
-29
/
+29
*
nvc0: switch nvc0_surface.c to updated g80_texture.xml.h
Ben Skeggs
2016-02-16
1
-7
/
+11
*
nv50-: separate vertex formats from surface format descriptions
Ben Skeggs
2016-02-16
3
-3
/
+9
*
nvc0: remove unnecessary includes
Ben Skeggs
2016-02-16
5
-6
/
+0
*
nvc0: switch nvc0_tex.c to updated g80_defs.xml.h
Ben Skeggs
2016-02-16
1
-40
/
+40
*
nvc0: switch nvc0_surface.c to updated g80_defs.xml.h
Ben Skeggs
2016-02-16
1
-7
/
+7
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+2
*
gallium: make image views non-persistent objects
Ilia Mirkin
2016-02-15
1
-1
/
+1
*
nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()
Edward O'Callaghan
2016-02-14
1
-12
/
+2
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
gallium: add a new interface for pipe_context::launch_grid()
Samuel Pitoiset
2016-02-13
4
-23
/
+24
*
nv50,nvc0: remove unused parameter in nvXX_state_validate()
Samuel Pitoiset
2016-02-11
4
-7
/
+5
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
1
-0
/
+1
*
nvc0: avoid negatives in PUSH_SPACE argument
Ilia Mirkin
2016-02-05
1
-2
/
+1
*
nvc0: add some missing PUSH_SPACE's
Ilia Mirkin
2016-02-05
1
-1
/
+9
*
nvc0: add support for ARB_query_buffer_object
Ilia Mirkin
2016-02-04
11
-20
/
+239
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
[next]