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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: reduce degree limit on ops that can't encode large reg dests
Ilia Mirkin
2015-12-08
1
-3
/
+34
*
nv50/ir: only unspill once ahead of a group of instructions
Ilia Mirkin
2015-12-08
1
-5
/
+20
*
nv50/ir: check if the target supports the new offset before inlining
Ilia Mirkin
2015-12-08
4
-3
/
+25
*
vc4: Enable MSAA.
Eric Anholt
2015-12-08
1
-2
/
+3
*
vc4: Add support for mapping of MSAA resources.
Eric Anholt
2015-12-08
2
-8
/
+105
*
vc4: Add support for texel fetches from MSAA resources.
Eric Anholt
2015-12-08
5
-15
/
+295
*
vc4: Add support for multisample framebuffer operations.
Eric Anholt
2015-12-08
7
-24
/
+191
*
vc4: Add a workaround for HW-2905, and additional failure I saw with MSAA.
Eric Anholt
2015-12-08
1
-2
/
+16
*
vc4: Add support for drawing in MSAA.
Eric Anholt
2015-12-08
6
-50
/
+148
*
vc4: Add kernel RCL support for MSAA rendering.
Eric Anholt
2015-12-08
5
-39
/
+239
*
vc4: Rename color_ms_write to color_write.
Eric Anholt
2015-12-08
3
-22
/
+21
*
vc4: Allow RCL blits to the edge of the surface.
Eric Anholt
2015-12-08
1
-2
/
+8
*
vc4: Add disabled debug printf for describing blits.
Eric Anholt
2015-12-08
1
-0
/
+10
*
vc4: Fix check for tile RCL blits with mismatched y.
Eric Anholt
2015-12-08
1
-1
/
+1
*
vc4: Fix compiler warning from size_t change.
Eric Anholt
2015-12-08
1
-1
/
+1
*
radeonsi: last_gfx_fence is a winsys fence
Nicolai Hähnle
2015-12-07
1
-1
/
+1
*
nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integers
Ilia Mirkin
2015-12-07
3
-12
/
+11
*
gk110/ir: fix imad sat/hi flag emission for immediate args
Ilia Mirkin
2015-12-07
1
-8
/
+3
*
gk104/ir: sampler doesn't matter for txf
Ilia Mirkin
2015-12-07
1
-1
/
+1
*
radeonsi: disable DCC on Stoney
Marek Olšák
2015-12-07
1
-0
/
+4
*
gk110/ir: fix imul hi emission with limm arg
Ilia Mirkin
2015-12-07
1
-2
/
+2
*
svga: use the debug callback to report issues to the state tracker
Brian Paul
2015-12-07
6
-0
/
+62
*
r600: apply SIMD workaround to cayman also.
Dave Airlie
2015-12-07
1
-1
/
+8
*
r600: fix regression introduced with ring emit changes.
Dave Airlie
2015-12-07
1
-1
/
+2
*
r600: remove stale tessellation comment
Dave Airlie
2015-12-07
1
-1
/
+0
*
r600: enable tessellation for evergreen/cayman (v2)
Dave Airlie
2015-12-07
1
-1
/
+9
*
r600g: reduce number of ps thread on caicos
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600g: adjust ls/hs thread counts for sumo
Dave Airlie
2015-12-07
1
-4
/
+4
*
r600/asm: enable nstack check for tess ctrl/eval shaders.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600/asm: handle lds read operations.
Dave Airlie
2015-12-07
1
-1
/
+21
*
r600/asm: add LDS ops and barrier to the once per group restriction.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: move VGT_VTX_CNT_EN into shader stages atom.
Dave Airlie
2015-12-07
1
-2
/
+2
*
r600: enable tcs/tes dumping for R600_DUMP_SHADERS.
Dave Airlie
2015-12-07
1
-1
/
+1
*
r600: handle SIMD allocation issue with HS/LS
Dave Airlie
2015-12-07
1
-0
/
+5
*
r600/shader: increase number of inputs/outputs to 64.
Dave Airlie
2015-12-07
1
-2
/
+2
*
r600: handle barrier opcode.
Edward O'Callaghan
2015-12-07
1
-2
/
+17
*
r600/shader: handle tess related system-values.
Dave Airlie
2015-12-07
1
-2
/
+148
*
r600/shader: allow multi-dimension arrays for tcs/tes inputs/outputs.
Dave Airlie
2015-12-07
1
-2
/
+10
*
r600/shader: handle TES exports and streamout
Dave Airlie
2015-12-07
1
-7
/
+16
*
r600/shader: emit tessellation factors to GDS at end of TCS.
Dave Airlie
2015-12-07
1
-1
/
+166
*
r600/shader: handle TCS output writing.
Dave Airlie
2015-12-07
1
-2
/
+98
*
r600/shader: handle VS shader writing to the LDS outputs. (v1.1)
Dave Airlie
2015-12-07
1
-1
/
+75
*
r600/shader: handle fetching tcs/tes inputs and tcs outputs
Dave Airlie
2015-12-07
1
-1
/
+279
*
r600/shader: add get_lds_offset0 helper
Dave Airlie
2015-12-07
1
-0
/
+22
*
r600/shader: add function to get tess constants info
Dave Airlie
2015-12-07
1
-1
/
+90
*
r600/shader: add utility functions to do single slot arithmatic
Dave Airlie
2015-12-07
1
-0
/
+95
*
r600/eg: workaround bug with tess shader and dynamic GPRs.
Dave Airlie
2015-12-07
5
-61
/
+190
*
r600/shader: move get_temp and last_instruction helpers up
Dave Airlie
2015-12-07
1
-19
/
+17
*
r600: bind geometry shader ring to the correct place
Dave Airlie
2015-12-07
1
-2
/
+9
*
r600: create fixed function tess control shader fallback.
Dave Airlie
2015-12-07
3
-1
/
+46
[next]