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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965: Issue performance warnings on MapBufferRange stalls.
Kenneth Graunke
2014-10-13
1
-3
/
+4
*
vc4: Match VS outputs to FS inputs.
Eric Anholt
2014-10-13
3
-18
/
+135
*
configure: use $libdir/dri as default for VA-API
Christian König
2014-10-13
1
-2
/
+2
*
configure: remove superflous VA-API line from configure.ac
Christian König
2014-10-13
1
-1
/
+0
*
configure: respect $libdir for the OMX installation dir
Christian König
2014-10-13
1
-5
/
+2
*
configure: Revert "ask vdpau.pc for the default location of the vdpau drivers"
Christian König
2014-10-13
1
-8
/
+3
*
vc4: Add support for the CEIL opcode.
Eric Anholt
2014-10-13
1
-0
/
+22
*
vc4: Add support for the SSG opcode.
Eric Anholt
2014-10-13
1
-0
/
+12
*
docs: add news item and link release notes
Emil Velikov
2014-10-13
2
-0
/
+14
*
docs: Add sha256 sums for the 10.3.1 release
Emil Velikov
2014-10-13
1
-1
/
+3
*
Add release notes for the 10.3.1 release
Emil Velikov
2014-10-13
1
-0
/
+156
*
docs: Add sha256 sums for the 10.2.9 release
Emil Velikov
2014-10-13
1
-1
/
+3
*
Add release notes for the 10.2.9 release
Emil Velikov
2014-10-13
1
-0
/
+99
*
r600g: Implement GL_ARB_sample_shading
Glenn Kennard
2014-10-12
12
-120
/
+385
*
radeonsi: use tgsi_shader_info in si_llvm_emit_fs_epilogue
Marek Olšák
2014-10-12
1
-71
/
+61
*
radeonsi: remove si_shader_output_values::index
Marek Olšák
2014-10-12
1
-17
/
+6
*
radeonsi: use tgsi_shader_info in si_llvm_emit_vs_epilogue
Marek Olšák
2014-10-12
1
-26
/
+13
*
radeonsi: remove shader->input[] and output[] arrays and dependencies
Marek Olšák
2014-10-12
3
-89
/
+2
*
radeonsi: move param_offset out of shader->input[] and output[]
Marek Olšák
2014-10-12
3
-7
/
+10
*
radeonsi: use tgsi_shader_info to get a list of GS outputs
Marek Olšák
2014-10-12
2
-14
/
+12
*
radeonsi: use tgsi_shader_info in si_update_spi_map
Marek Olšák
2014-10-12
1
-9
/
+13
*
radeonsi: simplify dereferences in si_update_spi_map
Marek Olšák
2014-10-12
1
-2
/
+2
*
radeonsi: use tgsi_shader_info in si_shader_vs
Marek Olšák
2014-10-12
1
-2
/
+3
*
radeonsi: use tgsi_shader_info in si_shader_ps
Marek Olšák
2014-10-12
3
-5
/
+5
*
radeonsi: use tgsi_shader_info in fetch_input_gs
Marek Olšák
2014-10-12
1
-4
/
+5
*
radeonsi: don't rely on shader->output in si_llvm_emit_fs_epilogue
Marek Olšák
2014-10-12
1
-1
/
+1
*
radeonsi: use tgsi_shader_info in si_llvm_emit_es_epilogue
Marek Olšák
2014-10-12
1
-17
/
+5
*
radeonsi: don't recompile shaders when changing nr_cbufs from 0 to 1
Marek Olšák
2014-10-12
3
-4
/
+4
*
radeonsi: remove vs.ucps_enabled from the shader key
Marek Olšák
2014-10-12
3
-15
/
+0
*
radeonsi: assume ClipDistance usage mask is always 0xf
Marek Olšák
2014-10-12
2
-8
/
+2
*
clover: Fix unintended fall-through in kernel::argument::bind.
Francisco Jerez
2014-10-12
1
-0
/
+3
*
clover: Append implicit arguments to the kernel argument list.
Jan Vesely
2014-10-12
1
-13
/
+29
*
clover: Pass execution dimensions and offset to the kernel as implicit argume...
Francisco Jerez
2014-10-12
2
-25
/
+70
*
clover: Add semantic information to module::argument for implicit parameter p...
Francisco Jerez
2014-10-12
1
-4
/
+12
*
clover: Use unreachable() from util/macros.h instead of assert(0).
Francisco Jerez
2014-10-11
3
-4
/
+4
*
gallium: Add tokens for DragonFly BSD.
Vinson Lee
2014-10-10
1
-0
/
+6
*
ilo: disassemble compacted instructions
Chia-I Wu
2014-10-11
4
-2
/
+453
*
glsl: improve accuracy of atan()
Erik Faye-Lund
2014-10-10
1
-10
/
+55
*
vc4: Use the fnv1 hash function instead of gallium util's crc32.
Eric Anholt
2014-10-10
1
-2
/
+3
*
vc4: Don't look up the compiled shaders unless state has changed.
Eric Anholt
2014-10-10
3
-0
/
+28
*
vc4: Actually clear the context's dirty flags.
Eric Anholt
2014-10-10
1
-0
/
+1
*
vc4: Optimize the other case of SEL_X_Y wih a 0 -> SEL_X_0(a).
Eric Anholt
2014-10-10
1
-1
/
+23
*
mesa: fix error reported on gTexSubImage2D when level not valid
Tapani Pälli
2014-10-10
1
-1
/
+1
*
i965: Fix register write checks.
Kenneth Graunke
2014-10-10
1
-0
/
+2
*
vc4: Optimize out adds of 0.
Eric Anholt
2014-10-09
1
-0
/
+26
*
vc4: Optimize fmul(x, 0) and fmul(x, 1).
Eric Anholt
2014-10-09
1
-0
/
+45
*
vc4: Factor out the turn-it-into-a-mov in opt_algebraic.
Eric Anholt
2014-10-09
1
-10
/
+12
*
vc4: Eliminate unused texture instructions.
Eric Anholt
2014-10-09
1
-1
/
+21
*
vc4: Dead code eliminate unused SF instructions.
Eric Anholt
2014-10-09
1
-7
/
+26
*
vc4: Prevent copy propagating out the MOVs from r4.
Eric Anholt
2014-10-09
1
-1
/
+11
[prev]
[next]