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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: bundle the compat header u_pwr8.h in the tarball
Emil Velikov
2016-01-18
1
-0
/
+1
*
st/va: add motion adaptive deinterlacing v2
Christian König
2016-01-18
4
-7
/
+82
*
gallium/radeon: Rename do_invalidate_resource to invalidate_buffer
Michel Dänzer
2016-01-18
1
-4
/
+6
*
st/dri: Don't call invalidate_resource for NULL depth/stencil buffers
Michel Dänzer
2016-01-18
1
-2
/
+4
*
radeonsi: Avoid warning about LLVM generating R_0286D0_SPI_PS_INPUT_ADDR
Michel Dänzer
2016-01-18
1
-0
/
+3
*
radeonsi: Print "LLVM emitted unknown config register" warning only once
Michel Dänzer
2016-01-18
1
-2
/
+9
*
llvmpipe: use vpkswss when dst is signed
Oded Gabbay
2016-01-18
1
-16
/
+15
*
gm107/ir: don't do indirect frag shader inputs on GM107
Ilia Mirkin
2016-01-17
1
-0
/
+1
*
tgsi: initialize Atomic field in tgsi_default_declaration
Ilia Mirkin
2016-01-17
1
-0
/
+1
*
nvc0: bsp_bo can't be null
Ilia Mirkin
2016-01-17
1
-1
/
+1
*
llvmpipe: fix arguments order given to vec_andc
Oded Gabbay
2016-01-17
2
-1
/
+7
*
freedreno/ir3: fix mad 3rd src delay calc
Rob Clark
2016-01-17
1
-1
/
+1
*
freedreno/ir3: better array register allocation
Rob Clark
2016-01-16
2
-9
/
+51
*
freedreno/ir3: array offset can be negative
Rob Clark
2016-01-16
5
-12
/
+13
*
freedreno/ir3: workaround bug/feature
Rob Clark
2016-01-16
1
-0
/
+9
*
ttn: use writemask for store_var
Rob Clark
2016-01-16
1
-26
/
+2
*
freedreno/ir3: array rework
Rob Clark
2016-01-16
9
-363
/
+365
*
freedreno/ir3: refactor/simplify cp
Rob Clark
2016-01-16
1
-87
/
+82
*
freedreno/ir3: fix incorrect decoding of mov instructions
Rob Clark
2016-01-16
1
-1
/
+1
*
freedreno/ir3: remove unused tgsi tokens ptr
Rob Clark
2016-01-16
1
-1
/
+0
*
freedreno/ir3: bit of ra refactor
Rob Clark
2016-01-16
1
-25
/
+20
*
freedreno/ir3: cosmetic de-indent
Rob Clark
2016-01-16
1
-36
/
+34
*
ttn: add missing writemask on store_output
Rob Clark
2016-01-16
1
-0
/
+1
*
nv50/ir: add saturate support on ex2
Ilia Mirkin
2016-01-16
2
-0
/
+6
*
gallivm: avoid crashing in mod by 0 with llvmpipe
Jeff Muizelaar
2016-01-16
1
-2
/
+16
*
llvmpipe: ditch additional ref counting for vertex/geometry sampler views
Roland Scheidegger
2016-01-15
4
-46
/
+12
*
llvmpipe: fix "leaking" textures
Roland Scheidegger
2016-01-15
2
-2
/
+9
*
nv50/ir: rebase indirect temp arrays to 0, so that we use less lmem space
Ilia Mirkin
2016-01-14
1
-14
/
+44
*
nv50/ir: only use FILE_LOCAL_MEMORY for temp arrays that use indirection
Ilia Mirkin
2016-01-14
1
-15
/
+50
*
nvc0/ir: be careful about propagating very large offsets into const load
Ilia Mirkin
2016-01-14
4
-1
/
+19
*
nvc0: allow fragment shader inputs to use indirect indexing
Ilia Mirkin
2016-01-14
1
-1
/
+1
*
radeonsi: don't miss changes to SPI_TMPRING_SIZE
Marek Olšák
2016-01-14
1
-2
/
+7
*
svga: add DXGenMips command support
Charmaine Lee
2016-01-14
10
-26
/
+144
*
svga: add num-generate-mipmap HUD query
Charmaine Lee
2016-01-14
3
-1
/
+12
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
19
-0
/
+77
*
gallium/radeon: do not reallocate user memory buffers
Nicolai Hähnle
2016-01-14
4
-8
/
+43
*
gallium/radeon: implement PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
5
-9
/
+22
*
gallium/radeon: reset valid_buffer_range on PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE
Nicolai Hähnle
2016-01-14
1
-0
/
+3
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
17
-2
/
+23
*
winsys/radeon: fix warnings about incompatible pointer types
Nicolai Hähnle
2016-01-14
1
-6
/
+6
*
radeonsi: move POSITION and FACE fragment shader inputs to system values
Marek Olšák
2016-01-13
3
-45
/
+25
*
radeonsi: simplify gl_FragCoord behavior
Marek Olšák
2016-01-13
1
-23
/
+22
*
llvmpipe: (trivial) use cast wrapper for __m128d to __m128 casts
Roland Scheidegger
2016-01-13
1
-2
/
+2
*
llvmpipe: avoid most 64 bit math in rasterization
Roland Scheidegger
2016-01-13
2
-65
/
+143
*
llvmpipe: scale up bounding box planes to subpixel precision
Roland Scheidegger
2016-01-13
3
-30
/
+30
*
llvmpipe: add sse code for fixed position calculation
Roland Scheidegger
2016-01-13
1
-8
/
+50
*
draw: fix key comparison with uninitialized value
Roland Scheidegger
2016-01-13
2
-6
/
+6
*
st/omx: Avoid segfault in deconstructor if constructor fails
Tom St Denis
2016-01-12
1
-0
/
+3
*
vl: use preferred format for deinterlacing
Christian König
2016-01-12
1
-1
/
+7
*
vl: improve motion adaptive deinterlacer
Christian König
2016-01-12
2
-22
/
+49
[next]