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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: add support for const-folding OP_CVT with F64 source/dest
Ilia Mirkin
2015-11-06
3
-0
/
+45
*
nv50/ir: add fp64 opcode emission support for G200 (NVA0)
Ilia Mirkin
2015-11-06
1
-10
/
+84
*
nv50/ir: Add support for 64bit immediates to checkSwapSrc01
Hans de Goede
2015-11-06
1
-5
/
+6
*
nvc0/ir: Teach insnCanLoad about double immediates
Hans de Goede
2015-11-06
1
-6
/
+19
*
nv50/ir: Add support for merge-s to the ConstantFolding pass
Hans de Goede
2015-11-06
1
-0
/
+15
*
nv50/ir: disallow 64-bit immediates on nv50 targets
Ilia Mirkin
2015-11-06
1
-1
/
+1
*
nv50/ir: allow movs with TYPE_F64 destinations to be split
Ilia Mirkin
2015-11-06
1
-0
/
+6
*
gm107/ir: Add support for double immediates
Hans de Goede
2015-11-06
1
-1
/
+4
*
nvc0/ir: Add support for double immediates
Hans de Goede
2015-11-06
1
-0
/
+8
*
nvc0: reintroduce BGRA4 format support
Ilia Mirkin
2015-11-06
2
-3
/
+1
*
nouveau: send back a debug message when waiting for a fence to complete
Ilia Mirkin
2015-11-05
10
-16
/
+30
*
nv50,nvc0: provide debug messages with shader compilation stats
Ilia Mirkin
2015-11-05
11
-9
/
+28
*
nouveau: add support for sending debug messages via KHR_debug
Ilia Mirkin
2015-11-05
5
-0
/
+26
*
nouveau: relax fence emit space assert
Ilia Mirkin
2015-11-04
3
-3
/
+3
*
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
*
nv50: use correct heaps for FP and GP code segments
Samuel Pitoiset
2015-11-01
1
-2
/
+2
*
nouveau: get rid of tabs
Ilia Mirkin
2015-10-31
19
-607
/
+607
*
nv50: do not create an invalid HW query type
Samuel Pitoiset
2015-10-30
2
-12
/
+30
*
nv50: move HW queries to nv50_query_hw.c/h files
Samuel Pitoiset
2015-10-30
8
-349
/
+476
*
nv50: move nva0_so_target_save_offset() to its correct location
Samuel Pitoiset
2015-10-30
3
-21
/
+18
*
nv50: add a header file for nv50_query
Samuel Pitoiset
2015-10-30
6
-40
/
+49
*
nv50: mark contexts shareable, compile at creation time
Ilia Mirkin
2015-10-29
2
-1
/
+4
*
nv50: allow per-sample interpolation to be forced via rast
Ilia Mirkin
2015-10-29
8
-9
/
+52
*
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
4
-14
/
+14
*
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
15
-19
/
+239
*
nv50: add ARB_copy_image support
Ilia Mirkin
2015-10-28
2
-7
/
+11
*
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
3
-0
/
+3
*
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
[next]