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
/
nvc0_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50,nvc0: bump minimum texture buffer offset alignment
Ilia Mirkin
2016-02-27
1
-1
/
+1
*
nvc0: prefix compute macros with _CP_ instead of _COMPUTE_
Samuel Pitoiset
2016-02-22
1
-1
/
+1
*
nvc0: enable compute shaders on Fermi
Samuel Pitoiset
2016-02-21
1
-1
/
+3
*
nvc0: add support for indirect compute on Fermi
Samuel Pitoiset
2016-02-21
1
-0
/
+2
*
nvc0: allocate an area for compute user constbufs
Samuel Pitoiset
2016-02-21
1
-7
/
+7
*
nv50,nvc0: enable/disable seamless cubemap texturing as requested
Ilia Mirkin
2016-02-16
1
-2
/
+1
*
nvc0: enable compute support on GK110:GM200 with an envvar
Samuel Pitoiset
2016-02-16
1
-2
/
+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
1
-0
/
+8
*
nv50-: separate vertex formats from surface format descriptions
Ben Skeggs
2016-02-16
1
-1
/
+2
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
1
-0
/
+1
*
nvc0: add support for ARB_query_buffer_object
Ilia Mirkin
2016-02-04
1
-2
/
+3
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
nvc0: enable atomic counters and ssbo
Ilia Mirkin
2016-01-29
1
-2
/
+4
*
nvc0: add state management for shader buffers
Ilia Mirkin
2016-01-29
1
-1
/
+6
*
nvc0: double per-shader stage driver constants area
Ilia Mirkin
2016-01-29
1
-7
/
+7
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+1
*
gm107/ir: don't do indirect frag shader inputs on GM107
Ilia Mirkin
2016-01-17
1
-0
/
+1
*
nvc0: allow fragment shader inputs to use indirect indexing
Ilia Mirkin
2016-01-14
1
-1
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion
Ilia Mirkin
2016-01-08
1
-1
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
nvc0: add ARB_indirect_parameters support
Ilia Mirkin
2016-01-07
1
-1
/
+3
*
nvc0: add support for real ARB_multi_draw_indirect
Ilia Mirkin
2016-01-07
1
-1
/
+1
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
nvc0/ir: add support for PK2H/UP2H
Ilia Mirkin
2016-01-03
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
nvc0: add ARB_shader_draw_parameters support
Ilia Mirkin
2015-12-30
1
-1
/
+1
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
nvc0: remove use of deprecated sw class identifier
Ben Skeggs
2015-12-22
1
-3
/
+5
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
1
-5
/
+4
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
1
-2
/
+2
*
nouveau: remove use of deprecated nouveau_device::drm_version
Ben Skeggs
2015-12-22
1
-4
/
+5
*
nvc0: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
2015-12-16
1
-0
/
+1
*
nv50,nvc0: add ARB_clear_texture support
Ilia Mirkin
2015-11-11
1
-1
/
+1
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
nvc0: enable compute support on Fermi
Samuel Pitoiset
2015-11-08
1
-2
/
+2
*
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
2015-11-05
1
-1
/
+1
*
nouveau: relax fence emit space assert
Ilia Mirkin
2015-11-04
1
-1
/
+1
*
nvc0: add missing compute parameters required by clover
Samuel Pitoiset
2015-11-03
1
-1
/
+10
*
nvc0: handle NULL pointer in nvc0_get_compute_param()
Samuel Pitoiset
2015-11-03
1
-24
/
+21
*
nvc0: share shaders between contexts and build immediately
Ilia Mirkin
2015-10-29
1
-1
/
+1
*
nvc0: do upload-time fixups for interpolation parameters
Ilia Mirkin
2015-10-29
1
-1
/
+3
[next]