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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: update num_dw in scissor_enable workaround
Grazvydas Ignotas
2015-09-23
1
-0
/
+1
*
radeonsi: implement TXQS support
Ilia Mirkin
2015-09-21
2
-25
/
+69
*
radeonsi: load fmask ptr relative to the resources array
Ilia Mirkin
2015-09-21
1
-1
/
+1
*
freedreno/ir3: use nir two-sided-color lowering
Rob Clark
2015-09-18
1
-21
/
+3
*
freedreno/ir3: lower txp/clamp in NIR
Rob Clark
2015-09-18
1
-26
/
+30
*
freedreno/ir3: add --gpu arg to cmdline compiler
Rob Clark
2015-09-17
1
-1
/
+10
*
freedreno/a4xx: wire up ucp support
Rob Clark
2015-09-17
1
-0
/
+1
*
freedreno/ir3: add support for ucp
Rob Clark
2015-09-17
4
-13
/
+80
*
freedreno/ir3: convert from tgsi semantic/index to varying-slot
Rob Clark
2015-09-17
7
-193
/
+234
*
freedreno/ir3: switch to shader_enums.h interp constants
Rob Clark
2015-09-17
4
-41
/
+20
*
nv50,nvc0: flush texture cache in presence of coherent bufs
Ilia Mirkin
2015-09-17
2
-0
/
+39
*
nv50,nvc0: detect underlying resource changes and update tic
Ilia Mirkin
2015-09-17
2
-0
/
+43
*
vc4: Try to pair up instructions when only one of them has PM bit
Boyan Ding
2015-09-17
1
-47
/
+76
*
st/xa: Use PIPE_FORMAT_R8_UNORM when available
Thomas Hellstrom
2015-09-17
2
-34
/
+34
*
freedreno/a3xx: use NUM_USER_CLIP_PLANES helper instead of magic number
Ilia Mirkin
2015-09-16
1
-1
/
+2
*
freedreno/a3xx: fix blending of L8 format
Ilia Mirkin
2015-09-16
1
-0
/
+2
*
freedreno/a3xx: add support for dual-source blending
Ilia Mirkin
2015-09-16
7
-6
/
+32
*
vc4: convert from tgsi semantic/index to varying-slot
Eric Anholt
2015-09-16
7
-147
/
+106
*
gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.
Eric Anholt
2015-09-16
6
-47
/
+239
*
nv50, nvc0: fix max texture buffer size to 128M elements
Ilia Mirkin
2015-09-16
2
-2
/
+2
*
freedreno: one screen to rule them all
Rob Clark
2015-09-16
4
-4
/
+125
*
freedreno/ir3: use NIR to lower ffract instead of tgsi_lowering
Rob Clark
2015-09-16
1
-1
/
+1
*
freedreno/a4xx: more texture formats
Rob Clark
2015-09-15
1
-7
/
+8
*
freedreno/a4xx: border-color support
Rob Clark
2015-09-15
4
-2
/
+31
*
freedreno/a4xx: wire up texture clamp lowering
Rob Clark
2015-09-15
2
-20
/
+80
*
freedreno: helper for a3xx/a4xx border-colors
Rob Clark
2015-09-15
4
-67
/
+99
*
freedreno: update generated headers
Rob Clark
2015-09-15
5
-17
/
+37
*
gallium/svga: Enable PIPE_FORMAT_L8_UNORM for vgpu10
Thomas Hellstrom
2015-09-15
1
-1
/
+1
*
nvc0/ir: start offset at texBindBase for txq, like regular texturing
Ilia Mirkin
2015-09-14
1
-1
/
+4
*
vc4: Fix build from recent NIR cleanups.
Eric Anholt
2015-09-14
1
-2
/
+1
*
r600g: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
2
-5
/
+13
*
nv50/ir: add support for TXQS tgsi opcode
Ilia Mirkin
2015-09-13
5
-9
/
+41
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
15
-0
/
+15
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
3
-2
/
+14
*
softpipe: Change faces type to uint
Krzesimir Nowak
2015-09-13
2
-6
/
+6
*
freedreno/ir3: fix compile warn after 1807a08e
Rob Clark
2015-09-13
1
-0
/
+1
*
freedreno/ir3: fix compile break after a4aa25be
Rob Clark
2015-09-13
1
-2
/
+1
*
tgsi/scan: add support to figure out max nesting depth
Rob Clark
2015-09-13
2
-0
/
+21
*
r600: Fix llvm build since const buffer changes
Kai Wasserbäch
2015-09-13
1
-1
/
+1
*
r600: Enable fp64 on chips with native support
Glenn Kennard
2015-09-12
1
-0
/
+3
*
r600g: Support I2D/U2D/D2I/D2U
Glenn Kennard
2015-09-12
1
-8
/
+98
*
r600g: lower number of driver const buffers
Dave Airlie
2015-09-12
3
-70
/
+131
*
r600: define some values for the fetch constant offsets.
Dave Airlie
2015-09-12
4
-27
/
+47
*
softpipe: Constify variables
Krzesimir Nowak
2015-09-11
1
-242
/
+199
*
softpipe: Constify sp_tgsi_sampler
Krzesimir Nowak
2015-09-11
1
-12
/
+23
*
softpipe: Constify sampler and view parameters in mip filters
Krzesimir Nowak
2015-09-11
2
-18
/
+18
*
softpipe: Constify sampler and view parameters in img filters
Krzesimir Nowak
2015-09-11
2
-36
/
+36
*
tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc
Krzesimir Nowak
2015-09-11
2
-2
/
+2
*
softpipe: Constify some sampler and view parameters
Krzesimir Nowak
2015-09-11
2
-27
/
+28
*
softpipe: Move the faces array from view to filter_args
Krzesimir Nowak
2015-09-11
2
-17
/
+23
[next]