mesa.git
2015-04-11 Kenneth Graunkei965: Move lower_output_reads to brw_link_shader().
2015-04-11 Matt Turnerglsl: Mark path as unreachable.
2015-04-11 Matt Turneri965: Remove useless null check.
2015-04-11 Matt Turneri965/fs/nir: Mark fallthrough.
2015-04-11 Matt Turneri965: Remove useless reg_offset >= 0 tests.
2015-04-11 Rob Clarkfreedreno/ir3/nir: couple little fixes
2015-04-11 Rob Clarkfreedreno/ir3/nir: handle system values
2015-04-11 Rob Clarkfreedreno/ir3/nir: handle txs and query_levels tex ops
2015-04-11 Rob Clarkfreedreno/ir3/nir: split out tex helpers
2015-04-11 Rob Clarkfreedreno/ir3/nir: simplify emit_tex()
2015-04-11 Rob Clarkfreedreno/ir3/cp: handle indirect properly
2015-04-11 Rob Clarkfreedreno/ir3/sched: avoid getting stuck on addr conflicts
2015-04-11 Rob Clarkfreedreno/ir3/nir: add variable-indexing support
2015-04-11 Rob Clarkfreedreno/ir3/asm: change assert to warning
2015-04-11 Rob Clarkfreedreno/ir3/nir: set first_driver_param
2015-04-11 Rob Clarkfreedreno/ir3/cp: support to swap mad src's
2015-04-11 Rob Clarknir: fix bit of cargo-culting in lower_idiv
2015-04-11 Rob Clarknir: split out lower_sub from lower_negate
2015-04-11 Rob Clarkgallium/ttn: add support for system values
2015-04-11 Rob Clarkgallium/ttn: fix TXD
2015-04-11 Rob Clarkgallium/ttn: add TXQ support (v2)
2015-04-11 Rob Clarkgallium/ttn: split out helper to get texture info
2015-04-11 Rob Clarkgallium/ttn: add support for temp arrays
2015-04-11 Rob Clarkgallium/ttn: minor cleanup
2015-04-11 Jason Ekstrandi965: Use NIR by default for fragment shaders
2015-04-10 Kenneth Graunkei965: Don't set NirOptions for stages that will use...
2015-04-10 Nick Sarniegallivm: Fix build since llvm-3.7.0svn r234495
2015-04-10 Ville Syrjäläi965/disasm: Print the type after the swizzle also...
2015-04-10 Kenneth Graunkei965: Move brw_link_shader's GLSL IR transformations...
2015-04-10 Kenneth Graunkei965: Change brw_shader to gl_shader in brw_link_shader().
2015-04-10 Kenneth Graunkenir: Constify nir_lower_sampler's gl_shader_program...
2015-04-10 Kenneth Graunkenir: Remove linker_error calls from nir_lower_samplers().
2015-04-10 Kenneth Graunkenir: Make nir_lower_samplers take a gl_shader_stage...
2015-04-10 Kenneth Graunkenir: Move gl_shader_stage enum from mtypes.h to shader_...
2015-04-10 Kenneth Graunkenir: Fix #include guards in shader_enums.h.
2015-04-10 Kenneth Graunkenir: Constify prog_to_nir's gl_program pointer.
2015-04-09 Vinson Leegallivm: Fix build since llvm-3.7.0svn r234460.
2015-04-08 Roland Scheideggerdraw: (trivial) don't print the shader twice with GALLI...
2015-04-08 Roland Scheideggergallivm: don't use control flow when doing indirect...
2015-04-08 Brian Paulglsl: check for forced_language_version in is_version()
2015-04-08 Neil Robertsi965/skl: Fix the order of the arguments for the LD...
2015-04-08 Zhenyu Wangi965: Fix depth field setting in surface state for...
2015-04-08 Dave Airlieu_tile: fix warnings about incompatible casts.
2015-04-07 Glenn Kennardr600g/sb: Enable SB for geometry shaders
2015-04-07 Glenn Kennardr600g/sb: Update last_cf for loops
2015-04-07 Dave Airlieu_tile: fix stencil texturing tests under softpipe
2015-04-07 Jason Ekstrandnir: Make nir_*_instr_create take a nir_shader instead...
2015-04-07 Kenneth Graunkenir: Implement a nir_sweep() pass.
2015-04-07 Kenneth Graunkenir: Allocate dereferences out of their parent instruct...
2015-04-07 Kenneth Graunkenir: Allocate nir_ssa_def::uses/if_uses out of the...
2015-04-07 Kenneth Graunkenir: Allocate nir_phi_src values out of the nir_phi_instr.
2015-04-07 Kenneth Graunkenir: Allocate nir_call_instr::params out of the nir_cal...
2015-04-07 Kenneth Graunkei965: Add the ability to render to I8/L8 and I16/L16...
2015-04-07 Kenneth Graunkei965: Use SET_FIELD in 3DSTATE_STREAMOUT packets.
2015-04-07 Jason Ekstrandnir/lower_tex_projector: Don't use designated initializers
2015-04-07 Tapani Pälliglsl: relax input->output validation for SSO programs
2015-04-07 Ilia Mirkinnv50,nvc0: limit the y-tiling of 3d textures to the...
2015-04-07 Dave Airlier600g: fix op3 abs issue
2015-04-06 Iago Toral... i965: Do not render primitives in non-zero streams...
2015-04-06 Kenneth Graunkei965: Add forgotten multi-stream code to Gen8 SOL state.
2015-04-06 Kenneth Graunkei965: Fix instanced geometry shaders on Gen8+.
2015-04-06 Kenneth Graunkei965: Free dead GLSL IR one last time.
2015-04-06 Kenneth Graunkei965: Implement SIMD16 texturing on Gen4.
2015-04-06 Kenneth Graunkei965: Use SIMD16 instead of SIMD8 on Gen4 when possible.
2015-04-06 Kenneth Graunkei965: Respect the no_8 flag on Gen4-5.
2015-04-06 Kenneth Graunkei965/fp: Set coord_components correctly for cube textures.
2015-04-06 Ian Romanickglsl/cse: Maintain a list of free ae_entry objects
2015-04-06 Matt Turnernir: Remove fsin_reduced/fcos_reduced.
2015-04-06 Matt Turnerst/mesa: Remove unused emit_scs().
2015-04-06 Matt Turnerprogram: Remove unused emit_scs().
2015-04-06 Matt Turneri965/vec4: Remove emit_scs() prototype.
2015-04-06 Matt Turnerglsl: Remove never used sin_reduced/cos_reduced.
2015-04-06 Antia Puentesglsl: Update the #line behaviour on GLSL 3.30+ and...
2015-04-06 Antia Puentesglsl: respect the source number set by #line <line...
2015-04-06 Iago Toral... i965: Make sure we always mark array surfaces as such
2015-04-05 Rob Clarkfreedreno/ir3: add NIR compiler
2015-04-05 Ilia Mirkinfreedreno/a3xx: don't decode srgb on mem2gmem
2015-04-05 Ilia Mirkinfreedreno/a3xx: pass sprite coord mode through to progr...
2015-04-05 Ilia Mirkinfreedreno/a3xx: add UBO support
2015-04-05 Ilia Mirkinfreedreno/ir3: insert nop between sfu/mem operations
2015-04-05 Ilia Mirkinfreedreno: dirty context when reallocating a bound bo
2015-04-05 Ilia Mirkinfreedreno: keep track of buffer valid ranges
2015-04-05 Ilia Mirkinfreedreno: mark resources as being read so that writes...
2015-04-05 Ilia Mirkinfreedreno: don't bother setting resource timestamps
2015-04-05 Ilia Mirkinfreedreno: add a reading flag to indicate gpu is readin...
2015-04-05 Ilia Mirkinfreedreno: fix resource flushing confusion
2015-04-05 Ilia Mirkinfreedreno: remove tex_resource
2015-04-05 Rob Clarkfreedreno/ir3: handle FRAG IN's without interpolation...
2015-04-05 Rob Clarkfreedreno/ir3/cmdline: add @const headers for immediates
2015-04-05 Rob Clarkfreedreno/ir3/cmdline: remove hack for old compiler
2015-04-05 Rob Clarkfreedreno/ir3: handle const/immed/abs/neg in cp
2015-04-05 Rob Clarkfreedreno/ir3: split float/int abs/neg
2015-04-05 Rob Clarkfreedreno/ir3: add ir3 builder helpers
2015-04-05 Rob Clarkfreedreno/ir3: fix sam argument order comment
2015-04-05 Rob Clarkxa: support for drivers which use NIR
2015-04-05 Rob Clarkbuild: add libnir.la
2015-04-05 Rob Clarkgallium/ttn: MOD is an integer instruction
2015-04-05 Rob Clarkgallium/ttn: add UMAD
2015-04-05 Rob Clarknir: add lowering for idiv/udiv/umod
2015-04-05 Rob Clarknir: fix typo for f2b/i2b/b2i expressions (v2)
next