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
*
meson: replace libmesa_util with idep_mesautil
Eric Engestrom
2019-08-03
1
-2
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
4
-6
/
+6
*
nv50/ir: don't consider the main compute function as taking arguments
Ilia Mirkin
2019-07-27
1
-1
/
+1
*
nv50/ir: handle insn not being there for definition of CVT arg
Ilia Mirkin
2019-07-27
1
-2
/
+3
*
nouveau: flip DEBUG -> !NDEBUG
Ilia Mirkin
2019-07-27
10
-49
/
+15
*
nvc0: allow a non-user buffer to be bound at position 0
Ilia Mirkin
2019-07-27
1
-18
/
+27
*
nv50,nvc0: update sampler/view bind functions to accept NULL array
Ilia Mirkin
2019-07-27
2
-14
/
+18
*
nvc0/ir: Fix assert accessing null pointer
Mark Menzynski
2019-07-23
1
-1
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
28
-72
/
+72
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
3
-3
/
+9
*
nv50/ir/nir: implement load/store_global
Karol Herbst
2019-07-10
1
-0
/
+36
*
nv50/ir/nir: handle kernel inputs
Karol Herbst
2019-07-10
1
-3
/
+18
*
nv50/ir/nir: don't assert on !main
Karol Herbst
2019-07-10
1
-2
/
+0
*
nv50/ir/nir: parse system values first and stop for compute shaders
Karol Herbst
2019-07-10
1
-29
/
+32
*
nvc0: remove nvc0_program.tp.input_patch_size
Karol Herbst
2019-07-09
3
-6
/
+0
*
nouveau: handle new CAPS
Karol Herbst
2019-07-02
2
-0
/
+26
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
3
-0
/
+3
*
nir: remove fnot/fxor/fand/for opcodes
Jonathan Marek
2019-06-26
1
-8
/
+0
*
nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.
Daniel Schürmann
2019-06-24
1
-1
/
+0
*
nouveau: fix frees in unsupported IR error paths.
Dave Airlie
2019-06-19
4
-0
/
+6
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
3
-7
/
+5
*
nir: Combine lower_fmod16/32 back into a single lower_fmod.
Kenneth Graunke
2019-06-05
1
-1
/
+1
*
nouveau: Use nir_lower_doubles instead of lower_fmod64 on nvc0.
Kenneth Graunke
2019-06-05
1
-2
/
+1
*
gallium: Drop lower_fmod64 from drivers that don't support doubles.
Kenneth Graunke
2019-06-05
1
-1
/
+0
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
3
-4
/
+4
*
nv50/ir/nir: make use of SYSTEM_VALUE_MAX when iterating read sysvals
Karol Herbst
2019-05-13
1
-1
/
+1
*
nv50/ir/nir: prefer to shift 1ull instead of 1ll
Karol Herbst
2019-05-13
1
-2
/
+2
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
3
-5
/
+6
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
2
-2
/
+0
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-1
/
+0
*
nouveau: support NULL-resources
Erik Faye-Lund
2019-04-29
2
-3
/
+10
*
gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
Marek Olšák
2019-04-24
3
-9
/
+0
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
3
-0
/
+9
*
Delete autotools
Dylan Baker
2019-04-15
2
-73
/
+0
*
gallium: add support for formatted image loads
Rhys Perry
2019-04-15
3
-0
/
+3
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-5
/
+5
*
nvc0/nir: enable bindless texture
Karol Herbst
2019-04-12
1
-1
/
+1
*
nv50/ir/nir: add support for bindless images
Karol Herbst
2019-04-12
1
-4
/
+152
*
nv50/ir/nir: handle bindless texture
Karol Herbst
2019-04-12
1
-2
/
+18
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-2
/
+2
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
1
-1
/
+2
*
nv50/ir/nir: support gather offsets
Karol Herbst
2019-03-21
2
-3
/
+16
*
nvc0: Skip new update barrier bits
Kenneth Graunke
2019-03-20
1
-0
/
+3
*
android: nouveau: add support for nir
Mauro Rossi
2019-03-18
1
-1
/
+6
*
nv50ir/nir: move immediates before use
Karol Herbst
2019-03-17
1
-18
/
+41
*
nv50/ir/nir: handle user clip planes for each emitted vertex
Karol Herbst
2019-03-17
1
-1
/
+7
[next]