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: Add build option for tools
Scott D Phillips
2018-02-08
1
-1
/
+2
*
gallium: introduce PIPE_CAP_FENCE_SIGNAL v2
Andres Rodriguez
2018-01-30
3
-0
/
+3
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2018-01-17
3
-3
/
+0
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
3
-3
/
+0
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
3
-3
/
+0
*
meson: move libsensors dependency to libgallium
Dylan Baker
2018-01-11
1
-1
/
+1
*
nvc0: enable bindless on kepler
Ilia Mirkin
2018-01-07
1
-3
/
+3
*
nvc0: add bindless image support for kepler
Ilia Mirkin
2018-01-07
11
-75
/
+272
*
nvc0: add support for bindless textures on kepler+
Ilia Mirkin
2018-01-07
10
-5
/
+183
*
nv50/ir: use the image info in the instruction rather than decl
Ilia Mirkin
2018-01-07
1
-52
/
+24
*
nvc0/ir: safen up lowering logic against overwriting reused values
Ilia Mirkin
2018-01-07
1
-2
/
+4
*
nvc0: update tic in-place when buffer address changes
Ilia Mirkin
2018-01-07
2
-14
/
+21
*
nvc0: ensure that pushbuf keeps ref to old text/tls bos
Ilia Mirkin
2018-01-07
1
-0
/
+13
*
nv50/ir: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
2
-2
/
+4
*
nvc0: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
1
-3
/
+4
*
nv50: Fix unused var warning in release build
Rhys Kidd
2017-12-29
1
-1
/
+2
*
gm107/ir: use lane 0 for manual textureGrad handling
Ilia Mirkin
2017-12-22
1
-21
/
+34
*
nvc0/ir: change textureGrad to always use lane 0 as the tex origin
Ilia Mirkin
2017-12-19
1
-14
/
+46
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
3
-0
/
+3
*
meson: define driver dependencies
Dylan Baker
2017-12-04
1
-0
/
+5
*
nvc0/ir: Properly lower 64-bit shifts when the shift value is >32
Pierre Moreau
2017-12-04
1
-1
/
+1
*
meson: Add lmsensors support
Dylan Baker
2017-12-01
1
-1
/
+1
*
nouveau/compiler: Allow to omit line numbers when printing instructions
Tobias Klausmann
2017-11-26
5
-4
/
+13
*
nv50/ir: move LateAlgebraicOpt to the very end
Ilia Mirkin
2017-11-26
1
-1
/
+1
*
nv50/ir: when merging immediates/consts, load directly
Ilia Mirkin
2017-11-26
1
-1
/
+21
*
nv50/ir: add optimization for modulo by a non-power-of-2 value
Ilia Mirkin
2017-11-26
1
-0
/
+15
*
nv50/ir: optimize signed integer modulo by pow-of-2
Ilia Mirkin
2017-11-25
2
-10
/
+29
*
meson: don't use build_by_default for specific gallium drivers
Dylan Baker
2017-11-13
1
-1
/
+0
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
3
-0
/
+6
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
2
-2
/
+2
*
nv50: make blending work so that zero wins in a multiplication
Ilia Mirkin
2017-11-08
1
-0
/
+5
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
3
-0
/
+3
*
nv50,nvc0: Display shared memory usage in pipe_debug_message
Pierre Moreau
2017-11-04
2
-6
/
+8
*
nv50,nvc0: Copy shared memory per block to the program info structure and back
Pierre Moreau
2017-11-04
2
-0
/
+4
*
nv50/ir: Store shared memory per block in nv50_ir_prog_info
Pierre Moreau
2017-11-04
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
3
-0
/
+3
*
gallium: s/unsigned/enum pipe_prim_type/
Brian Paul
2017-10-27
1
-1
/
+1
*
meson: build nouveau (gallium) driver
Dylan Baker
2017-10-16
1
-0
/
+224
*
nv50,nvc0: fix push hint logic in presence of a start offset
Ilia Mirkin
2017-10-11
2
-7
/
+5
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
3
-0
/
+3
*
nv50/ir: fix 64-bit integer shifts
Ilia Mirkin
2017-10-09
1
-1
/
+3
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
3
-0
/
+3
*
gallium: Remove util_format_s3tc_init()
Matt Turner
2017-10-02
1
-2
/
+0
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
3
-0
/
+4
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
3
-0
/
+3
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
3
-0
/
+4
*
nvc0: fix compile error
Benedikt Schemmer
2017-09-18
1
-1
/
+1
*
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
5
-2
/
+15
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
3
-0
/
+3
[next]