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: mark buffer texture range valid for shader images
Samuel Pitoiset
2016-06-03
3
-0
/
+31
*
nv50/ir: fix error finding free element in bitset in some situations
Ilia Mirkin
2016-05-31
1
-0
/
+6
*
nv50/ir: print relevant file's bitset when showing RA info
Ilia Mirkin
2016-05-31
1
-4
/
+4
*
nvc0/ir: fix spilling predicates to registers
Ilia Mirkin
2016-05-30
1
-0
/
+4
*
nvc0/ir: limit max number of regs based on availability in SM
Ilia Mirkin
2016-05-30
2
-2
/
+4
*
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
2016-05-30
5
-2
/
+10
*
nv50/ir: Add missing handling of U64/S64 in inlines
Pierre Moreau
2016-05-30
1
-1
/
+3
*
nvc0/ir: fix emission of predicate spill to register
Ilia Mirkin
2016-05-30
1
-1
/
+2
*
nvc0: fix some compute texture validation bits on kepler
Ilia Mirkin
2016-05-30
3
-2
/
+7
*
gallium: push offset down to driver
Stanimir Varbanov
2016-05-30
1
-0
/
+6
*
nv50,nvc0: fix the max_vertices=0 case
Ilia Mirkin
2016-05-29
3
-2
/
+4
*
gk110/ir: fix unspilling of predicates from registers
Ilia Mirkin
2016-05-28
1
-0
/
+28
*
nvc0: remove outdated surfaces validation code for GK104
Samuel Pitoiset
2016-05-28
1
-70
/
+0
*
nvc0: do not always invalidate 3D CBs when using compute
Samuel Pitoiset
2016-05-28
1
-8
/
+17
*
nouveau: enable GL 4.3 on kepler/fermi
Dave Airlie
2016-05-28
1
-1
/
+1
*
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
[next]