index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-0
/
+8
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
3
-0
/
+3
*
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
4
-3
/
+500
*
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
*
nv30: include the header of ffs prototype
Chih-Wei Huang
2015-10-15
1
-0
/
+1
*
nv50/ir: use C++11 standard std::unordered_map if possible
Chih-Wei Huang
2015-10-15
1
-3
/
+17
*
nouveau: avoid double-emitting fence
Ilia Mirkin
2015-10-12
1
-1
/
+5
*
nv50,nvc0: don't base decisions on available pushbuf space
Ilia Mirkin
2015-10-11
3
-35
/
+10
*
nouveau: avoid emitting new fences unnecessarily
Ilia Mirkin
2015-10-11
1
-3
/
+9
*
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
8
-796
/
+908
*
nvc0: move HW queries to nvc0_query_hw.c/h files
Samuel Pitoiset
2015-10-09
8
-1215
/
+1310
*
nvc0: move SW queries to nvc0_query_sw.c/h files
Samuel Pitoiset
2015-10-09
5
-84
/
+204
*
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
7
-189
/
+202
*
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
2015-10-07
4
-2
/
+8
*
nv30: always go through translate module on big-endian
Ilia Mirkin
2015-10-04
1
-0
/
+4
*
nv30: pretend to have packed texture/surface formats
Ilia Mirkin
2015-10-04
1
-12
/
+12
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
3
-0
/
+3
*
nouveau: wait to unref the transfer's bo until it's no longer used
Ilia Mirkin
2015-09-28
1
-2
/
+3
*
nouveau: delay deleting buffer with unflushed fence
Ilia Mirkin
2015-09-28
2
-2
/
+10
*
nouveau: be more careful about freeing temporary transfer buffers
Ilia Mirkin
2015-09-28
5
-4
/
+30
*
nv50,nvc0: flush texture cache in presence of coherent bufs
Ilia Mirkin
2015-09-17
2
-0
/
+39
*
nv50,nvc0: detect underlying resource changes and update tic
Ilia Mirkin
2015-09-17
2
-0
/
+43
*
nv50, nvc0: fix max texture buffer size to 128M elements
Ilia Mirkin
2015-09-16
2
-2
/
+2
*
nvc0/ir: start offset at texBindBase for txq, like regular texturing
Ilia Mirkin
2015-09-14
1
-1
/
+4
*
nv50/ir: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
5
-9
/
+41
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
3
-0
/
+3
*
nv50/ir: don't fold immediate into mad if registers are too high
Ilia Mirkin
2015-09-10
1
-0
/
+4
*
nv50/ir: fix emission of 8-byte wide interp instruction
Ilia Mirkin
2015-09-10
1
-5
/
+6
*
nv50/ir: r63 is only 0 if we are using less than 63 registers
Ilia Mirkin
2015-09-10
1
-1
/
+4
*
nv50/ir: make edge splitting fix up phi node sources
Ilia Mirkin
2015-09-10
1
-13
/
+77
*
nvc0: remove BGRA4 format support
Ilia Mirkin
2015-09-09
1
-0
/
+2
[next]