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/ir: handle a load's reg result not being used for locked variants
Ilia Mirkin
2016-05-26
3
-11
/
+45
*
nvc0/ir: avoid generating illegal instructions for compute constbuf loads
Ilia Mirkin
2016-05-26
1
-1
/
+2
*
nvc0: invalidate textures/samplers between 3D and CP on Fermi
Samuel Pitoiset
2016-05-26
2
-0
/
+27
*
nvc0: allow to monitor MP perf counters with compute shaders
Samuel Pitoiset
2016-05-26
2
-19
/
+55
*
nvc0: add note about where the viewport mask would go
Ilia Mirkin
2016-05-26
1
-0
/
+1
*
nvc0: enable 32 textures on kepler+
Ilia Mirkin
2016-05-26
2
-3
/
+3
*
nvc0: add descriptions for hardware perf counters/metrics
Samuel Pitoiset
2016-05-25
2
-70
/
+353
*
nvc0: expose robust buffer access
Ilia Mirkin
2016-05-23
1
-1
/
+1
*
gallium: Add a pipe cap for whether primitive restart works for patches.
Kenneth Graunke
2016-05-23
3
-0
/
+3
*
nvc0: do not invalidate compute constbufs on Kepler
Samuel Pitoiset
2016-05-23
1
-4
/
+6
*
nv30: don't assert when running out of registers
Ilia Mirkin
2016-05-22
2
-3
/
+1
*
nouveau: allow allocating non-object-backed buffers
Ilia Mirkin
2016-05-22
1
-4
/
+1
*
nvc0/ir: fix indirect access for images
Samuel Pitoiset
2016-05-22
1
-8
/
+14
*
nv30: reset the stencil mask when fast-clearing
Ilia Mirkin
2016-05-22
1
-1
/
+6
*
nv30,nv50: add PIPE_SHADER_CAP_PREFERRED_IR support
Ilia Mirkin
2016-05-22
2
-6
/
+12
*
nvc0: fix setting of tess_mode in various situations
Ilia Mirkin
2016-05-22
1
-4
/
+14
*
nv50/ir: fix prog info init
Ilia Mirkin
2016-05-22
1
-3
/
+1
*
nvc0/ir: return 0 for gl_TessCoord.z for non-triangles modes
Ilia Mirkin
2016-05-22
1
-0
/
+4
*
nvc0: expose GLSL version 420 on GF100
Samuel Pitoiset
2016-05-21
1
-1
/
+1
*
nvc0: enable ARB_shader_image_load_store on GF100
Samuel Pitoiset
2016-05-21
1
-0
/
+3
*
nvc0/ir: add a lowering pass for surfaces on Fermi
Samuel Pitoiset
2016-05-21
2
-0
/
+117
*
nvc0/ir: add emission for SULDB and SUSTx
Samuel Pitoiset
2016-05-21
1
-2
/
+44
*
nvc0/ir: add emission for OP_SULEA
Samuel Pitoiset
2016-05-21
1
-0
/
+58
*
nv50/ir: fix tex constraints for surface coords on Fermi
Samuel Pitoiset
2016-05-21
1
-0
/
+6
*
nv50/ir: use moveSources to condense sources
Ilia Mirkin
2016-05-21
1
-6
/
+1
*
nvc0: bind images on fragment and compute shaders for Fermi
Samuel Pitoiset
2016-05-21
4
-7
/
+196
*
nvc0/ir: don't check the format for surface stores on Kepler
Samuel Pitoiset
2016-05-21
1
-8
/
+7
*
nv50/ir: fix a comment in canDualIssue()
Samuel Pitoiset
2016-05-21
1
-1
/
+1
*
nv50/ir: fix SUSTx constraints on Kepler
Samuel Pitoiset
2016-05-21
1
-3
/
+1
*
nvc0: account for shader-allocated local memory needs
Ilia Mirkin
2016-05-19
2
-2
/
+2
*
nv50/ir: treat addresses as local
Ilia Mirkin
2016-05-19
1
-1
/
+1
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
5
-9
/
+9
*
nvc0/ir: fix shared atomic lowering to preserve shared memory location
Ilia Mirkin
2016-05-17
1
-10
/
+8
*
nvc0/ir: make sure out-of-bounds buffer loads/atomics get a 0 result
Ilia Mirkin
2016-05-17
1
-1
/
+26
*
nv50/ir: avoid asserts when the state tracker feeds us bogus inputs
Ilia Mirkin
2016-05-15
1
-12
/
+48
*
nvc0: don't try to go through the push path for indirect draws
Ilia Mirkin
2016-05-15
1
-1
/
+2
*
nvc0/ir: make sure to align the second arg of TXD to 4, as we do for TEX
Ilia Mirkin
2016-05-15
1
-0
/
+14
*
nv50,nvc0: add support for cull distances
Tobias Klausmann
2016-05-15
10
-11
/
+33
*
gallium: Add a pipe cap for arb_cull_distance
Tobias Klausmann
2016-05-14
3
-0
/
+3
*
nvc0: fix indentation in nvc0_invalidate_resource_storage()
Samuel Pitoiset
2016-05-12
1
-52
/
+52
*
nvc0: save some CPU cycles in nvc0_context_unreference_resources()
Samuel Pitoiset
2016-05-12
1
-8
/
+6
*
nvc0: invalidate texture buffers for compute
Samuel Pitoiset
2016-05-12
1
-3
/
+8
*
nvc0: fix gl_SampleMaskIn computation
Ilia Mirkin
2016-05-11
10
-5
/
+94
*
nv50/ir: generalize interp fixups to be able to fixup anything
Ilia Mirkin
2016-05-11
10
-60
/
+71
*
nvc0: enable compute support by default on GK110+
Samuel Pitoiset
2016-05-10
1
-15
/
+3
*
nv50/ir: silence unsupported TGSI_PROPERTY_CS_FIXED_BLOCK_*
Samuel Pitoiset
2016-05-09
1
-0
/
+5
*
nvc0: unreference images when the context is destroyed
Samuel Pitoiset
2016-05-06
1
-0
/
+4
*
nouveau/video: properly detect the decoder class for availability checks
Ilia Mirkin
2016-05-04
1
-8
/
+17
*
nvc0: compute a percentage for metric-achieved_occupancy
Samuel Pitoiset
2016-05-03
1
-4
/
+4
*
nvc0: display some performance metrics with a percentage
Samuel Pitoiset
2016-05-03
1
-3
/
+3
[next]