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
*
nvc0: enable ARB_tessellation_shader on GM107+
Samuel Pitoiset
2016-07-27
1
-3
/
+0
*
gm107/ir: add a legalize SSA pass for PFETCH
Samuel Pitoiset
2016-07-27
4
-2
/
+43
*
nvc0: fix up TCP header on GM107+
Samuel Pitoiset
2016-07-27
1
-0
/
+9
*
nvc0: use nvc0_m2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-13
/
+3
*
nvc0: use nve4_p2mf_push_linear() to reduce code duplication
Samuel Pitoiset
2016-07-26
1
-36
/
+9
*
nvc0: upload sample locations on GM20x
Samuel Pitoiset
2016-07-24
3
-5
/
+31
*
nvc0/ir: fix up an assertion in emitUADD()
Samuel Pitoiset
2016-07-24
1
-4
/
+3
*
nvc0: fix wrong indentation in nvc0_validate_fb()
Samuel Pitoiset
2016-07-23
1
-141
/
+141
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
7
-7
/
+6
*
nv50/ir: allow to swap sources for OP_SUB
Samuel Pitoiset
2016-07-22
1
-1
/
+6
*
nvc0/mme: fix offsets used for indirect draws
Samuel Pitoiset
2016-07-22
2
-8
/
+8
*
nvc0: fix offsets of MP perf counters input parameters
Samuel Pitoiset
2016-07-22
1
-15
/
+15
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
3
-0
/
+3
*
nvc0: disable MS images on GM107+
Samuel Pitoiset
2016-07-20
1
-0
/
+7
*
nv50/ir: print OP_SUREDB subops in debug mode
Samuel Pitoiset
2016-07-20
1
-0
/
+1
*
gm107/ir: add emission for SUREDx
Samuel Pitoiset
2016-07-20
1
-0
/
+50
*
gm107/ir: add emission for SUSTx and SULDx
Samuel Pitoiset
2016-07-20
1
-0
/
+104
*
gm107/ra: fix constraints for surface operations
Samuel Pitoiset
2016-07-20
1
-2
/
+23
*
gm107/ir: lower surface operations
Samuel Pitoiset
2016-07-20
2
-1
/
+77
*
nvc0: bind images for 3d/cp shaders on GM107+
Samuel Pitoiset
2016-07-20
5
-18
/
+207
*
nvc0: increase the tex handles area size in the driver cb
Samuel Pitoiset
2016-07-20
1
-11
/
+11
*
gm107/ir: make use of ADD32I for all immediates
Samuel Pitoiset
2016-07-19
1
-1
/
+1
*
gm107/ir: add missing NEG modifier for IADD32I
Samuel Pitoiset
2016-07-19
1
-0
/
+1
*
nv50,nvc0: srgb rendering is only available for rgba/bgra
Ilia Mirkin
2016-07-18
1
-2
/
+2
*
nvc0: add support for BGRA8 images
Ilia Mirkin
2016-07-18
7
-1
/
+16
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
14
-11
/
+118
*
nv50/ir: add missing string for SV_WORK_DIM
Samuel Pitoiset
2016-07-14
1
-0
/
+1
*
nvc0: initial support for GP100 GPUs
Ben Skeggs
2016-07-12
4
-5
/
+15
*
nvc0: use a define for the driver constant buffer size
Samuel Pitoiset
2016-07-11
7
-17
/
+17
*
nvc0: fix the driver cb size when draw parameters are used
Samuel Pitoiset
2016-07-11
1
-2
/
+2
*
nvc0/ir: fix images indirect access on Fermi
Samuel Pitoiset
2016-07-11
1
-0
/
+7
*
nvc0/ir: remove unused resource info loading helpers
Samuel Pitoiset
2016-07-08
2
-28
/
+0
*
nvc0/ir: refactor the surfaces info loading logic
Samuel Pitoiset
2016-07-08
2
-82
/
+44
*
nvc0/ir: move the shift left op inside loadTexHandle()
Samuel Pitoiset
2016-07-08
1
-8
/
+6
*
nvc0/ir: rename NVE4_SU_INFO_XXX to NVC0_SU_INFO_XXX
Samuel Pitoiset
2016-07-05
1
-49
/
+49
*
nvc0/ir: reset the base offset for indirect images accesses
Samuel Pitoiset
2016-07-05
1
-2
/
+4
*
gm107/ir: fix sign bit emission for FADD32I
Samuel Pitoiset
2016-07-05
1
-3
/
+6
*
nv30: Fix "array subscript is below array bounds" compiler warning
Hans de Goede
2016-07-02
1
-2
/
+1
*
nouveau: Fix a couple of "foo may be used uninitialized' compiler warnings
Hans de Goede
2016-07-02
2
-3
/
+3
*
nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warnings
Hans de Goede
2016-07-02
1
-0
/
+4
*
nouveau: Add support for SV_WORK_DIM
Hans de Goede
2016-07-02
8
-12
/
+29
*
nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argument
Hans de Goede
2016-07-02
3
-4
/
+4
*
nvc0: fix up image support for allowing multiple samples
Ilia Mirkin
2016-07-01
7
-49
/
+108
*
nv30: go back to not using viewport validate function for swtnl
Ilia Mirkin
2016-07-01
2
-1
/
+16
*
nv30: fix viewport clipping settings to be based on viewport, not rt
Ilia Mirkin
2016-07-01
2
-17
/
+11
*
nv50/ir: print EMIT subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
nv50/ir: print RSQ/RCP subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+10
*
nv50/ir: print PIXLD subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
nv50/ir: print SHFL subops in debug mode
Samuel Pitoiset
2016-06-29
1
-0
/
+9
*
gm107/ir: make sure that flagsDef is set when emitting setcond
Samuel Pitoiset
2016-06-28
1
-1
/
+1
[next]