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: 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/ir: replace zeros in movs as well
Ilia Mirkin
2015-12-03
1
-2
/
+1
*
nv50/ir: fold fma/mad when all 3 args are immediates
Ilia Mirkin
2015-12-03
1
-0
/
+30
*
nv50/ir: avoid looking at uninitialized srcMods entries
Ilia Mirkin
2015-12-03
2
-2
/
+2
*
nv50/ir: fix DCE to not generate 96-bit loads
Ilia Mirkin
2015-12-03
1
-1
/
+31
*
nv50/ir: fix moves to/from flags
Ilia Mirkin
2015-12-02
2
-2
/
+7
*
nv50/ir: don't forget to mark flagsDef on cvt in txb lowering
Ilia Mirkin
2015-12-02
1
-1
/
+1
*
nv50/ir: fix instruction permutation logic
Ilia Mirkin
2015-12-02
1
-1
/
+1
*
nv50/ir: the mad source might not have a defining instruction
Ilia Mirkin
2015-12-02
1
-1
/
+1
*
nv50/ir: make sure entire graph is reachable
Ilia Mirkin
2015-12-02
1
-0
/
+1
*
nv50/ir: deal with loops with no breaks
Ilia Mirkin
2015-12-02
1
-0
/
+6
*
nvc0/ir: fold postfactor into immediate
Ilia Mirkin
2015-12-02
1
-0
/
+6
*
nv50/ir: allow immediate 0 to be loaded anywhere
Ilia Mirkin
2015-12-02
1
-0
/
+6
*
nv50/ir/gk110: add memory barriers support for GK110
Samuel Pitoiset
2015-12-02
1
-0
/
+12
*
nv50/ir: do not call textureMask() for surface ops
Samuel Pitoiset
2015-12-02
1
-1
/
+2
*
nv50,nvc0: allow to create resources other than buffers
Samuel Pitoiset
2015-12-01
5
-4
/
+9
*
nv50/ir: always display the opcode number for unknown instructions
Samuel Pitoiset
2015-11-29
2
-2
/
+2
*
nouveau: move interlaced assert down in nouveau_vp3_video_buffer_create
Julien Isorce
2015-11-25
1
-1
/
+1
*
nv50/ir: fix (un)spilling of 3-wide results
Ilia Mirkin
2015-11-22
1
-4
/
+42
*
nv50,nvc0: properly handle buffer storage invalidation on dsa buffer
Ilia Mirkin
2015-11-22
2
-15
/
+17
*
nouveau: use the buffer usage to determine placement when no binding
Ilia Mirkin
2015-11-22
1
-2
/
+6
*
nv50: expose two groups of compute-related MP perf counters
Samuel Pitoiset
2015-11-20
6
-2
/
+63
*
gallium: add the concept of batch queries
Nicolai Hähnle
2015-11-20
2
-0
/
+2
*
gallium: remove pipe_driver_query_group_info field type
Nicolai Hähnle
2015-11-20
1
-4
/
+0
*
nv50: allow using inline vertex data submit when gl_VertexID is used
Samuel Pitoiset
2015-11-19
5
-15
/
+46
*
nv50: add NV84_3D macro
Samuel Pitoiset
2015-11-19
3
-3
/
+4
*
nvc0/ir: actually emit AFETCH on kepler
Ilia Mirkin
2015-11-18
1
-0
/
+3
*
nv50: add missing header into the sources list
Emil Velikov
2015-11-16
1
-0
/
+1
*
nv50,nvc0: disable render condition around clear_* functions
Ilia Mirkin
2015-11-14
4
-0
/
+32
*
nv50: add support for performance metrics on G84+
Samuel Pitoiset
2015-11-14
4
-3
/
+259
*
nv50: add compute-related MP perf counters on G84+
Samuel Pitoiset
2015-11-14
9
-2
/
+548
*
nv50: implement a basic compute support
Samuel Pitoiset
2015-11-14
10
-9
/
+1006
*
nv50: free interpolation parameters in nv50_program_destroy()
Samuel Pitoiset
2015-11-14
1
-1
/
+1
*
nvc0: reduce the number of GPR used when reading MP perf counters
Samuel Pitoiset
2015-11-14
1
-1
/
+2
*
nouveau: don't expose HEVC decoding support
Ilia Mirkin
2015-11-14
1
-0
/
+1
*
nvc0/ir: add support for TGSI_SEMANTIC_HELPER_INVOCATION
Ilia Mirkin
2015-11-12
6
-0
/
+6
*
nv50,nvc0: add ARB_clear_texture support
Ilia Mirkin
2015-11-11
5
-7
/
+101
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
3
-0
/
+3
*
nvc0: enable compute support on Fermi
Samuel Pitoiset
2015-11-08
1
-2
/
+2
*
nv50/ir: fix emission of s[] args in certain situations
Ilia Mirkin
2015-11-07
1
-2
/
+2
*
nv50/ir: only take abs value when computing high result
Ilia Mirkin
2015-11-07
1
-1
/
+1
*
nouveau: avoid queueing too much work onto a single fence
Ilia Mirkin
2015-11-07
2
-26
/
+43
*
nv50/ir: allow emission of immediates in imul/imad ops
Ilia Mirkin
2015-11-07
1
-2
/
+8
*
nv50/ir: properly set the type of the constant folding result
Ilia Mirkin
2015-11-06
1
-4
/
+4
[next]