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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/drivers/nouveau: Make use of ARRAY_SIZE macro
Edward O'Callaghan
2015-12-06
6
-9
/
+8
*
nvc0: expose a group of performance metrics for SM30 (Kepler)
Samuel Pitoiset
2015-12-05
2
-2
/
+8
*
nvc0: re-introduce performance metrics for SM30 (Kepler)
Samuel Pitoiset
2015-12-05
2
-5
/
+188
*
nvc0: remove useless counting operations for MP counters
Samuel Pitoiset
2015-12-05
1
-101
/
+5
*
nvc0: remove old performance metrics support on Kepler
Samuel Pitoiset
2015-12-05
2
-37
/
+0
*
nvc0: remove wrong inst_issued HW SM perf counter on Kepler
Samuel Pitoiset
2015-12-05
2
-3
/
+0
*
nvc0: add missing HW SM perf counters for SM30 (Kepler)
Samuel Pitoiset
2015-12-05
3
-0
/
+10
*
nvc0: fix the comment that describe MP counters storage on Kepler
Samuel Pitoiset
2015-12-05
1
-0
/
+5
*
nv50,nvc0: allow to create resources other than buffers
Samuel Pitoiset
2015-12-01
2
-2
/
+4
*
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2015-11-22
1
-8
/
+9
*
gallium: add the concept of batch queries
Nicolai Hähnle
2015-11-20
1
-0
/
+1
*
gallium: remove pipe_driver_query_group_info field type
Nicolai Hähnle
2015-11-20
1
-4
/
+0
*
nv50,nvc0: disable render condition around clear_* functions
Ilia Mirkin
2015-11-14
2
-0
/
+13
*
nvc0: reduce the number of GPR used when reading MP perf counters
Samuel Pitoiset
2015-11-14
1
-1
/
+2
*
nv50,nvc0: add ARB_clear_texture support
Ilia Mirkin
2015-11-11
2
-1
/
+6
*
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
*
nvc0: reintroduce BGRA4 format support
Ilia Mirkin
2015-11-06
1
-1
/
+1
*
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
2015-11-05
2
-3
/
+3
*
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
2015-11-05
5
-5
/
+13
*
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
2015-11-05
1
-0
/
+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
*
nouveau: get rid of tabs
Ilia Mirkin
2015-10-31
2
-75
/
+75
*
nvc0: expose a group of performance metrics on Fermi
Samuel Pitoiset
2015-10-29
3
-3
/
+16
*
nv50/ir: adapt to new method for passing in cull/clip distance masks
Ilia Mirkin
2015-10-29
1
-6
/
+4
*
nvc0: share shaders between contexts and build immediately
Ilia Mirkin
2015-10-29
3
-1
/
+7
*
nvc0: do upload-time fixups for interpolation parameters
Ilia Mirkin
2015-10-29
8
-10
/
+82
*
nvc0: add ARB_copy_image support
Ilia Mirkin
2015-10-28
2
-7
/
+11
*
nvc0: fix crash when nv50_miptree_from_handle fails
Julien Isorce
2015-10-28
1
-1
/
+2
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-0
/
+1
*
nvc0: respect edgeflag attribute width
Ilia Mirkin
2015-10-23
1
-7
/
+33
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+2
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
nvc0: do not bind input params at compute state init on Fermi
Samuel Pitoiset
2015-10-18
1
-8
/
+0
*
nvc0: add support for performance monitoring metrics on Fermi
Samuel Pitoiset
2015-10-17
3
-3
/
+498
*
nvc0: add a note about MP counters on GF100/GF110
Samuel Pitoiset
2015-10-16
1
-0
/
+5
*
nvc0: add MP counters variants for GF100/GF110
Samuel Pitoiset
2015-10-16
2
-77
/
+483
*
nvc0: move SW/HW queries info to their respective files
Samuel Pitoiset
2015-10-16
7
-178
/
+228
*
nvc0: enable compute support by default on Fermi
Samuel Pitoiset
2015-10-16
2
-8
/
+2
*
nvc0: allow only one active query for the MP counters group
Samuel Pitoiset
2015-10-16
1
-11
/
+9
*
nvc0: read MP counters of all GPCs on Fermi
Samuel Pitoiset
2015-10-16
1
-1
/
+1
*
nvc0: store the number of GPCs to nvc0_screen
Samuel Pitoiset
2015-10-16
2
-0
/
+2
*
nvc0: fix unaligned mem access when reading MP counters on Fermi
Samuel Pitoiset
2015-10-16
1
-6
/
+12
*
nvc0: fix monitoring multiple MP counters queries on Fermi
Samuel Pitoiset
2015-10-16
1
-76
/
+87
*
nvc0: fix queries which use multiple MP counters on Fermi
Samuel Pitoiset
2015-10-16
1
-47
/
+81
*
nvc0: allow to use 8 MP counters on Fermi
Samuel Pitoiset
2015-10-16
2
-19
/
+13
*
nvc0: fix sequence field init for MP counters on Fermi
Samuel Pitoiset
2015-10-16
1
-2
/
+4
*
nvc0: correctly enable the MP counters' multiplexer on Fermi
Samuel Pitoiset
2015-10-16
1
-4
/
+1
[next]