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
...
*
nv50: don't assume a rast is set when validating for clears
Ilia Mirkin
2017-04-02
2
-3
/
+7
*
nv50/ir: also do PostRaLoadPropagation for FMA
Karol Herbst
2017-03-31
2
-1
/
+2
*
gm107/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-11
/
+26
*
gk110/ir: add LIMM form of mad
Karol Herbst
2017-03-31
2
-18
/
+34
*
nv50/ir: implement mad post ra folding for nvc0+
Karol Herbst
2017-03-31
1
-4
/
+47
*
nv50/ir: restructure and rename postraconstantfolding pass
Karol Herbst
2017-03-31
1
-58
/
+63
*
nvc0/ir: also do ConstantFolding for FMA
Karol Herbst
2017-03-31
1
-0
/
+1
*
nvc0/ir: disable support for LIMMs on MAD/FMA
Karol Herbst
2017-03-31
1
-8
/
+2
*
nvc0: Add support for NV_fill_rectangle for the GM200+
Lyude
2017-03-31
4
-2
/
+13
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
3
-0
/
+3
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
4
-15
/
+1
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
3
-0
/
+3
*
nouveau: enable glsl/tgsi on-disk cache
Boyan Ding
2017-03-22
2
-0
/
+33
*
Android: drop Android 4.4 (KitKat) support
Rob Herring
2017-03-22
1
-4
/
+0
*
nv30: create uploader after pipe->screen is set
Ilia Mirkin
2017-03-19
1
-6
/
+6
*
nv50,nvc0: enable TEX_LZ and TXF_LZ
Ilia Mirkin
2017-03-18
3
-4
/
+17
*
nvc0/ir: treat FMA like MAD for operand propagation
Karol Herbst
2017-03-18
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
3
-0
/
+3
*
nv50/ir: check for origin insn in findOriginForTestWithZero
Pierre Moreau
2017-03-09
1
-0
/
+2
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
3
-3
/
+3
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
3
-3
/
+6
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
3
-3
/
+6
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
2
-2
/
+2
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
2
-2
/
+2
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
2
-2
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
2
-2
/
+2
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
2
-2
/
+2
*
nvc0: take extra pushbuf space into account for pushbuf_space calls
Ilia Mirkin
2017-03-04
1
-2
/
+2
*
nvc0: increase alignment to 256 for texture buffers on fermi
Ilia Mirkin
2017-03-04
1
-1
/
+3
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
3
-3
/
+0
*
nvc0: use PascalB for most Pascal boards
Ben Skeggs
2017-02-21
2
-1
/
+9
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-10
/
+0
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
3
-0
/
+32
*
nvc0: disable linked tsc mode in compute launch descriptor
Ilia Mirkin
2017-02-13
2
-2
/
+6
*
nv50,nvc0: use alternate samplers for stencil
Ilia Mirkin
2017-02-12
1
-3
/
+3
*
nvc0: set the render condition in the compute object
Ilia Mirkin
2017-02-11
1
-2
/
+10
*
gm107/ir: fix address offset bitfield for ATOMS
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: convert an ATOM.EXCH without a destination into a store
Ilia Mirkin
2017-02-11
1
-0
/
+5
*
nvc0: fix 64-bit integer query buffer writes
Ilia Mirkin
2017-02-11
3
-20
/
+37
*
nv50/ir: return a register when retrieving thread id sysval
Ilia Mirkin
2017-02-11
1
-1
/
+1
*
nv50/ir: add missing break after DSSG
Ilia Mirkin
2017-02-11
1
-0
/
+1
*
nvc0/ir: fix ubo max clamp, reset file index
Ilia Mirkin
2017-02-09
1
-1
/
+3
*
nv50/ir: always return 0 when trying to read thread id along unit dim
Ilia Mirkin
2017-02-09
4
-5
/
+17
*
nvc0/ir: fix robustness guarantees for constbuf loads on kepler+ compute
Ilia Mirkin
2017-02-09
1
-25
/
+22
*
nvc0: increase number of ubo binding points
Ilia Mirkin
2017-02-09
1
-3
/
+2
*
nvc0: expose int64
Ilia Mirkin
2017-02-09
1
-1
/
+1
*
nvc0/ir: make it possible to have the flags def in def0
Ilia Mirkin
2017-02-09
5
-12
/
+15
*
nvc0/ir: add support for 64-bit shift lowering on SM20/SM30
Ilia Mirkin
2017-02-09
1
-6
/
+62
*
nvc0/ir: add support for all the new int64 tgsi opcodes
Ilia Mirkin
2017-02-09
6
-5
/
+302
*
nv50/ir: Split 64-bit integer MAD/MUL operations
Pierre Moreau
2017-02-09
1
-0
/
+116
[prev]
[next]