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: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
3
-0
/
+18
*
nv30: Add missing PIPE_SHADER_CAP_INTEGERS to get_shader_param()
Hans de Goede
2016-04-12
1
-0
/
+1
*
nvc0: handle the case where there are no framebuffer attachments
Ilia Mirkin
2016-04-09
4
-11
/
+44
*
nv50,nvc0: support sending string markers down into the command stream
Ilia Mirkin
2016-04-09
4
-2
/
+52
*
nv50,nvc0: add invalidate_resource support for buffer resources
Ilia Mirkin
2016-04-09
7
-2
/
+51
*
nv50/ir: do not try to attach JOIN ops to ATOM
Samuel Pitoiset
2016-04-07
1
-1
/
+1
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
3
-0
/
+3
*
nvc0: add hardware ETC2 and ASTC support on GK20A and GM107+
Ilia Mirkin
2016-04-04
3
-2
/
+64
*
gm107/ir: add OP_SELP emission, used in DSQRT lowering
Ilia Mirkin
2016-04-02
1
-0
/
+30
*
nv50/ir: we can't load local memory directly into an output
Ilia Mirkin
2016-04-02
1
-1
/
+2
*
nv50/ir: fix envyas variants when building the code lib
Samuel Pitoiset
2016-04-02
1
-2
/
+2
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
2
-0
/
+2
*
nvc0: enable compute shaders on GK104 and GM107+
Samuel Pitoiset
2016-04-01
1
-1
/
+2
*
nvc0: bump the maximum number of UBOs for compute on Kepler
Samuel Pitoiset
2016-04-01
2
-3
/
+0
*
nvc0/ir: do not lower shared+atomics on GM107+
Samuel Pitoiset
2016-04-01
1
-7
/
+10
*
nvc0/ir: add atomics support on shared memory for Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+108
*
nvc0/ir: fix wrong pred emission for ld lock on GK104
Samuel Pitoiset
2016-04-01
1
-1
/
+4
*
nvc0/ir: add support for compute UBOs on Kepler
Samuel Pitoiset
2016-04-01
2
-1
/
+57
*
nvc0: add indirect compute support on Kepler
Samuel Pitoiset
2016-04-01
1
-34
/
+77
*
nvc0: reduce likelihood of collision for real buffers on Kepler
Samuel Pitoiset
2016-04-01
1
-2
/
+2
*
nvc0: store ubo info to the driver constbuf on Kepler
Samuel Pitoiset
2016-04-01
4
-1
/
+30
*
nvc0: bind user uniforms for compute on Kepler
Samuel Pitoiset
2016-04-01
2
-27
/
+55
*
nvc0: bind shader buffers for compute on Kepler
Samuel Pitoiset
2016-04-01
2
-3
/
+39
*
nvc0: bind driver cb for compute on c7[] for Kepler
Samuel Pitoiset
2016-04-01
4
-45
/
+37
*
nv50,nvc0: add PIPE_BIND_LINEAR support to is_format_supported
Ilia Mirkin
2016-03-31
2
-0
/
+18
*
nv50/ir: Check for valid insn instead of def size
Pierre Moreau
2016-03-31
1
-2
/
+2
*
nvc0/ir: move load/store lowering pass to handleLDST()
Samuel Pitoiset
2016-03-29
2
-54
/
+61
*
nvc0: use a different offset for buffers and surfaces
Samuel Pitoiset
2016-03-29
4
-28
/
+74
*
nvc0: make sure to disable fetches from previously-set VBOs when blitting
Ilia Mirkin
2016-03-28
1
-0
/
+2
*
nvc0: disable primitive restart and index bias during blits
Ilia Mirkin
2016-03-28
1
-0
/
+11
*
nvc0/ir: fix picking of coordinates from tex instruction for textureGrad
Ilia Mirkin
2016-03-28
1
-1
/
+11
*
nv50/ir: saturate depth writes
Ilia Mirkin
2016-03-28
1
-1
/
+4
*
nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER info
Samuel Pitoiset
2016-03-24
1
-0
/
+3
*
nvc0: make sure to delete samplers used by compute shaders
Samuel Pitoiset
2016-03-21
1
-1
/
+1
*
nouveau: codegen: Do not silently fail in handeLOAD / handleSTORE / handleATOM
Hans de Goede
2016-03-21
1
-9
/
+18
*
nouveau: codegen: Disable more old resource handling code
Hans de Goede
2016-03-21
1
-3
/
+12
*
nouveau: codegen: gk110: Make emitSTORE offset handling identical to emitLOAD
Hans de Goede
2016-03-21
1
-3
/
+1
*
nouveau: codegen: Slightly refactor Source::scanInstruction() dst handling
Hans de Goede
2016-03-21
1
-6
/
+6
*
nouveau: codegen: Add support for clover / OpenCL kernel input parameters
Hans de Goede
2016-03-21
1
-3
/
+15
*
tgsi: Add support for global / private / input MEMORY
Hans de Goede
2016-03-21
1
-3
/
+4
*
nv50/ir: fix indirect texturing for non-array textures on nvc0
Ilia Mirkin
2016-03-20
1
-3
/
+7
*
nv50/ir: normalize cube coordinates after derivatives have been computed
Ilia Mirkin
2016-03-20
4
-15
/
+84
*
nvc0/ir: Use double constant in handleSQRT
Pierre Moreau
2016-03-19
1
-1
/
+1
*
nv50/ir: force-enable derivatives on TXD ops
Ilia Mirkin
2016-03-19
2
-1
/
+4
*
nv50: reset TFB bufctx when we no longer hold a reference to the buffers
Ilia Mirkin
2016-03-19
2
-3
/
+3
*
nvc0: avoid using magic numbers for the uniform_bo offsets
Samuel Pitoiset
2016-03-19
8
-44
/
+73
*
nv50/ir: make use of auxCBSlot instead of magic numbers
Samuel Pitoiset
2016-03-19
2
-2
/
+4
*
nv50,nvc0: replace resInfoCBSlot by auxCBSlot
Samuel Pitoiset
2016-03-19
6
-16
/
+10
*
nv50/ir: fix compilation warning in handleSharedATOM()
Samuel Pitoiset
2016-03-19
1
-0
/
+1
*
nv50,nvc0: Fix invalid constant.
Vinson Lee
2016-03-18
1
-1
/
+1
[next]