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
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
3
-5
/
+16
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
2
-12
/
+22
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
3
-0
/
+3
*
nv50/ir: make sure cfg iterator always hits all blocks
Ilia Mirkin
2016-08-23
1
-4
/
+4
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-19
/
+9
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
2
-12
/
+13
*
nv50/ir: fix bb positions after exit instructions
Ilia Mirkin
2016-08-16
1
-3
/
+10
*
nv50/ir: properly clear upper bits of a bitset fill
Ilia Mirkin
2016-08-16
1
-2
/
+2
*
nv50,nvc0: fix depth range when halfz is enabled
Ilia Mirkin
2016-08-14
2
-4
/
+14
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-0
/
+1
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
4
-11
/
+17
*
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
[next]