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
*
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
*
nvc0: rip off the kepler MP-enabling logic from the Fermi codepath
Samuel Pitoiset
2015-10-16
1
-7
/
+1
*
nvc0: split out begin_query() hook used by MP counters
Samuel Pitoiset
2015-10-16
1
-24
/
+84
*
nvc0: remove useless call to query_get_cfg() in nvc0_hw_sm_query_end()
Samuel Pitoiset
2015-10-16
1
-3
/
+1
*
nv50,nvc0: don't base decisions on available pushbuf space
Ilia Mirkin
2015-10-11
1
-15
/
+5
*
nvc0: make use of NVC0_COMPUTE_CLASS for GF110
Samuel Pitoiset
2015-10-10
1
-5
/
+2
*
nvc0: move HW SM queries to nvc0_query_hw_sm.c/h files
Samuel Pitoiset
2015-10-09
7
-796
/
+906
*
nvc0: move HW queries to nvc0_query_hw.c/h files
Samuel Pitoiset
2015-10-09
7
-1215
/
+1308
*
nvc0: move SW queries to nvc0_query_sw.c/h files
Samuel Pitoiset
2015-10-09
4
-84
/
+202
*
nvc0: move nvc0_so_target_save_offset() to its correct location
Samuel Pitoiset
2015-10-09
3
-24
/
+19
*
nvc0: add a header file for nvc0_query
Samuel Pitoiset
2015-10-09
6
-189
/
+201
*
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
2015-10-07
1
-1
/
+2
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
nouveau: be more careful about freeing temporary transfer buffers
Ilia Mirkin
2015-09-28
1
-1
/
+6
*
nv50,nvc0: flush texture cache in presence of coherent bufs
Ilia Mirkin
2015-09-17
1
-0
/
+20
*
nv50,nvc0: detect underlying resource changes and update tic
Ilia Mirkin
2015-09-17
1
-0
/
+22
*
nv50, nvc0: fix max texture buffer size to 128M elements
Ilia Mirkin
2015-09-16
1
-1
/
+1
*
nv50/ir: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
nvc0: keep track of cb bindings per buffer, use for upload settings
Ilia Mirkin
2015-09-09
4
-8
/
+51
*
nvc0: always emit a full shader colormask
Ilia Mirkin
2015-09-08
1
-1
/
+1
*
nvc0: change prefix of MP performance counters to HW_SM
Samuel Pitoiset
2015-08-29
2
-149
/
+149
*
nvc0: sort performance counter queries by name
Samuel Pitoiset
2015-08-29
2
-142
/
+142
*
nvc0: make names of performance counter queries consistent
Samuel Pitoiset
2015-08-29
2
-56
/
+56
*
nvc0: use enumerations for driver queries
Samuel Pitoiset
2015-08-29
1
-120
/
+123
*
nvc0: remove commented out code related to PCOUNTER queries
Samuel Pitoiset
2015-08-29
1
-20
/
+0
*
nouveau: avoid build failures since 0fc21ecf
Ilia Mirkin
2015-08-26
1
-1
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+2
*
nv50,nvc0: disable depth bounds test on blit
Ilia Mirkin
2015-08-23
1
-0
/
+1
[next]