mesa.git
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)
2015-04-05 Rob Clarknir: add option to lower slt/sge/seq/sne
2015-04-05 Mathias Froehlichmesa: Remove unused variables left over from 107ae27e57d.
2015-04-05 Mathias Fröhlichi965: Implement support for ARB_clip_control.
2015-04-05 Mathias Froehlichmesa: Remove the _WindowMap from gl_viewport_attrib.
2015-04-05 Mathias Froehlichtnl: Maintain the _WindowMap matrix in TNLcontext v2.
2015-04-05 Mathias Froehlichradeon: Make use of _mesa_get_viewport_xform v2.
2015-04-05 Mathias Froehlichi965: Make use of _mesa_get_viewport_xform.
2015-04-04 Ilia Mirkinnv50: allocate more offset space for occlusion queries
2015-04-04 Jason Ekstrandnir/lower_samplers: Use the right memory context for...
2015-04-03 Jason Ekstrandi965: Use brw_nir_cubemap_normalize for NIR shaders
2015-04-03 Jason Ekstrandnir: Add a cubemap normalizing pass
2015-04-03 Jason Ekstrandi965: Check the INTEL_USE_NIR environment variable...
2015-04-03 Jason Ekstrandnir/from_ssa: Don't set reg->parent_instr for ssa_undef...
2015-04-03 Jason Ekstrandnir: Add a src_get_parent_instr function
2015-04-03 Eric Anholti965: Use the tex projector lowering pass instead of...
2015-04-03 Eric Anholtnir: Add a lowering pass for texture projectors.
2015-04-03 Eric Anholtnir: Add an interface to turn a nir_src into a nir_ssa_def.
2015-04-03 Eric Anholtnir: Add an interface for the builder to insert instruc...
2015-04-03 Jose Fonsecagallium: fix gcc compile errors when using _XOPEN_SOURC...
2015-04-03 Carl Worthi965: Rename do_<stage>_prog to brw_compile_<stage...
2015-04-03 Carl Worthi965: Split out per-stage dirty-bit checking into separ...
2015-04-03 Carl Worthi965: Split out brw_<stage>_populate_key into their...
2015-04-02 Ilia Mirkinnv50/ir: avoid folding immediates into imad operations
2015-04-02 Ilia Mirkinnv50/ir: fix imad emission when dst == src2
2015-04-02 Kenneth Graunkenir: Allocate nir_tex_instr::sources out of the instruc...
2015-04-02 Kenneth Graunkenir: Allocate predecessor and dominance frontier sets...
2015-04-02 Kenneth Graunkenir: Allocate register fields out of the register itself.
2015-04-02 Kenneth Graunkenir: Make nir_create_function() strdup the function...
2015-04-02 Kenneth Graunkenir: Free dead variables when removing them.
2015-04-02 Kenneth Graunkenir: Combine remove_dead_local_vars() and remove_dead_g...
2015-04-02 Kenneth Graunkeralloc: Implement a new ralloc_adopt() API.
2015-04-02 Jason Ekstrandnir/opt_peephole_ffma: Fix a couple typos in a comment
2015-04-02 Ilia Mirkinmesa: add ARB_depth_buffer_float to ES3.0 required...
2015-04-02 Eric Anholtvc4: Add support for nir_iabs.
2015-04-02 Jason Ekstrandi965/generator: Get rid of the ! in the unreachable...
2015-04-02 Jason Ekstrandnir/print: Correctly print swizzles for explicitly...
2015-04-02 Ilia Mirkinfreedreno/a3xx: add MRT support
2015-04-02 Ilia Mirkinfreedreno: convert blit program to array for each numbe...
2015-04-02 Ilia Mirkinfreedreno: add support for laying out MRTs in gmem
2015-04-02 Ilia Mirkinfreedreno: add core infrastructure support for MRTs
2015-04-02 Ilia Mirkinfreedreno/ir3: add support for FS_COLOR0_WRITES_ALL_CBU...
2015-04-02 Ilia Mirkinfreedreno/a3xx: add independent blend function support
2015-04-02 Ilia Mirkinfreedreno: remove alpha key from ir3_shader
2015-04-02 Stéphane Marchesini915g: Implement EGL_EXT_image_dma_buf_import
2015-04-01 Matt Turneri965/fs: Relax type check in cmod propagation.
2015-04-01 Matt Turnernir: Remove useless ftrunc inside f2i/f2u.
2015-04-01 Matt Turnernir: Recognize (a < b || a < c) as a < max(b, c).
2015-04-01 Matt Turnernir: Add addition/multiplication identities of exp...
2015-04-01 Matt Turnernir: Add identities for the log function.
2015-04-01 Matt Turnernir: Add identities for the exponential function.
2015-04-01 Matt Turnernir: Recognize another open coded lrp.
2015-04-01 Matt Turnernir: Recognize open coded lrp.
2015-04-01 Kenneth Graunkenir: Use _mesa_flsll(InputsRead) in prog->nir.
2015-04-01 Kenneth Graunkemesa: Implement _mesa_flsll().
2015-04-01 Kenneth Graunkenir: In prog->nir, don't wrap dot products with ptn_cha...
2015-04-01 Jason Ekstrandi965: Use the same nir options for all gens
2015-04-01 Jason Ekstrandi965/nir: Run DCE again before going out of SSA
2015-04-01 Jason Ekstrandi965/nir: Run the ffma peephole after the rest of the...
2015-04-01 Jason Ekstrandnir/peephole_ffma: Be less agressive about fusing multi...
2015-04-01 Jason Ekstrandnir: Add a dedicated ffma peephole optimization
2015-04-01 Jason Ekstrandnir: Move the compare-with-zero optimizations to the...
2015-04-01 Jason Ekstrandnir/algebraic: Add a seperate section for "late" optimi...
2015-04-01 Jason Ekstrandnir/algebraic: Remove a duplicate optimization
2015-04-01 Jason Ekstrandnir/algebraic: #define around structure definitions
2015-04-01 Jason Ekstrandnir/print: Don't print extra swizzzle components
next