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
Commit message (
Expand
)
Author
Age
Files
Lines
*
util/ralloc: Fix `extern "C"` usage.
Jose Fonseca
2015-04-13
1
-4
/
+4
*
mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.
Jose Fonseca
2015-04-13
2
-9
/
+1
*
docs: add news item and link release notes for mesa 10.5.3
Emil Velikov
2015-04-12
2
-0
/
+7
*
docs: Add 256 sums for the 10.5.3 release
Emil Velikov
2015-04-12
1
-1
/
+2
*
Add release notes for the 10.5.3 release
Emil Velikov
2015-04-12
1
-0
/
+124
*
docs: remove the --with-max-{width,height} note
Emil Velikov
2015-04-12
1
-13
/
+0
*
configure.ac: remove deprecated --with-libclc-path
Emil Velikov
2015-04-12
1
-13
/
+0
*
i965/nir: Make INTEL_DEBUG=ann work with NIR.
Kenneth Graunke
2015-04-11
2
-1
/
+8
*
i965: Create NIR during LinkShader() and ProgramStringNotify().
Kenneth Graunke
2015-04-11
9
-176
/
+257
*
nir: Store num_direct_uniforms in the nir_shader.
Kenneth Graunke
2015-04-11
2
-2
/
+6
*
i965: Move lower_output_reads to brw_link_shader().
Kenneth Graunke
2015-04-11
2
-1
/
+3
*
glsl: Mark path as unreachable.
Matt Turner
2015-04-11
1
-1
/
+1
*
i965: Remove useless null check.
Matt Turner
2015-04-11
1
-4
/
+0
*
i965/fs/nir: Mark fallthrough.
Matt Turner
2015-04-11
1
-0
/
+2
*
i965: Remove useless reg_offset >= 0 tests.
Matt Turner
2015-04-11
2
-2
/
+0
*
freedreno/ir3/nir: couple little fixes
Rob Clark
2015-04-11
1
-2
/
+10
*
freedreno/ir3/nir: handle system values
Rob Clark
2015-04-11
1
-3
/
+50
*
freedreno/ir3/nir: handle txs and query_levels tex ops
Rob Clark
2015-04-11
1
-4
/
+81
*
freedreno/ir3/nir: split out tex helpers
Rob Clark
2015-04-11
1
-34
/
+72
*
freedreno/ir3/nir: simplify emit_tex()
Rob Clark
2015-04-11
2
-61
/
+66
*
freedreno/ir3/cp: handle indirect properly
Rob Clark
2015-04-11
1
-13
/
+20
*
freedreno/ir3/sched: avoid getting stuck on addr conflicts
Rob Clark
2015-04-11
1
-32
/
+42
*
freedreno/ir3/nir: add variable-indexing support
Rob Clark
2015-04-11
1
-16
/
+204
*
freedreno/ir3/asm: change assert to warning
Rob Clark
2015-04-11
1
-1
/
+4
*
freedreno/ir3/nir: set first_driver_param
Rob Clark
2015-04-11
1
-0
/
+2
*
freedreno/ir3/cp: support to swap mad src's
Rob Clark
2015-04-11
4
-9
/
+43
*
nir: fix bit of cargo-culting in lower_idiv
Rob Clark
2015-04-11
1
-2
/
+0
*
nir: split out lower_sub from lower_negate
Rob Clark
2015-04-11
3
-2
/
+5
*
gallium/ttn: add support for system values
Rob Clark
2015-04-11
1
-0
/
+34
*
gallium/ttn: fix TXD
Rob Clark
2015-04-11
1
-3
/
+17
*
gallium/ttn: add TXQ support (v2)
Rob Clark
2015-04-11
1
-8
/
+51
*
gallium/ttn: split out helper to get texture info
Rob Clark
2015-04-11
1
-53
/
+59
*
gallium/ttn: add support for temp arrays
Rob Clark
2015-04-11
1
-15
/
+145
*
gallium/ttn: minor cleanup
Rob Clark
2015-04-11
1
-5
/
+6
*
i965: Use NIR by default for fragment shaders
Jason Ekstrand
2015-04-10
1
-1
/
+1
*
i965: Don't set NirOptions for stages that will use the vec4 backend.
cros-mesa-10.6-vanilla
chadv/cros-mesa-10.6-vanilla
chadv/cros-gerrit-262788-base
Kenneth Graunke
2015-04-10
1
-9
/
+6
*
gallivm: Fix build since llvm-3.7.0svn r234495
Nick Sarnie
2015-04-10
1
-4
/
+0
*
i965/disasm: Print the type after the swizzle also for 3src src operands
Ville Syrjälä
2015-04-10
1
-3
/
+3
*
i965: Move brw_link_shader's GLSL IR transformations into a helper.
Kenneth Graunke
2015-04-10
1
-93
/
+99
*
i965: Change brw_shader to gl_shader in brw_link_shader().
Kenneth Graunke
2015-04-10
1
-32
/
+31
*
nir: Constify nir_lower_sampler's gl_shader_program pointer.
Kenneth Graunke
2015-04-10
2
-6
/
+6
*
nir: Remove linker_error calls from nir_lower_samplers().
Kenneth Graunke
2015-04-10
1
-7
/
+2
*
nir: Make nir_lower_samplers take a gl_shader_stage, not a gl_program *.
Kenneth Graunke
2015-04-10
3
-16
/
+14
*
nir: Move gl_shader_stage enum from mtypes.h to shader_enums.h.
Kenneth Graunke
2015-04-10
3
-19
/
+18
*
nir: Fix #include guards in shader_enums.h.
Kenneth Graunke
2015-04-10
1
-3
/
+3
*
nir: Constify prog_to_nir's gl_program pointer.
Kenneth Graunke
2015-04-10
2
-3
/
+3
*
gallivm: Fix build since llvm-3.7.0svn r234460.
Vinson Lee
2015-04-09
1
-0
/
+4
*
draw: (trivial) don't print the shader twice with GALLIVM_DEBUG=tgsi (or ir)
Roland Scheidegger
2015-04-09
1
-5
/
+5
*
gallivm: don't use control flow when doing indirect constant buffer lookups
Roland Scheidegger
2015-04-09
3
-69
/
+58
*
glsl: check for forced_language_version in is_version()
Brian Paul
2015-04-08
1
-1
/
+3
[next]