mesa.git
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
2015-04-01 Emil Velikovconfigure: nuke --with-max-{width,height}
2015-04-01 Emil Velikovgallium: ship tgsi_to_nir.h in the tarball
2015-04-01 Emil Velikovconfigure.ac: error out if python/mako is not found...
2015-04-01 Matt Turnerglsl: Make sure not to dereference NULL.
2015-04-01 Laura Ekstrandmain: create_buffers unlocks mutex when throwing OUT_OF...
2015-04-01 Jose Fonsecaautomake,scons: Put NIR source files in a separate...
2015-04-01 Jose Fonsecaautomake: Fix out-of-source builds.
2015-04-01 Brian Paulmesa: don't include colormac.h in format code
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-04-01 Brian Paultnl: remove unneeded #include of colormac.h
2015-04-01 Brian Paulswrast: remove unneeded #include of colormac.h
2015-04-01 Brian Paulmesa: remove unused macros from colormac.h
2015-04-01 Eric Anholtnir: Recognize a pattern of bool frobbing from TGSI...
2015-04-01 Eric Anholtnir: Recognize a pattern for doing b2f without the...
2015-04-01 Eric Anholtvc4: Add shader-db dumping of NIR instruction count.
2015-04-01 Eric Anholtvc4: Convert to consuming NIR.
2015-04-01 Eric Anholtgallium: Add tgsi_to_nir to get a nir_shader for a...
2015-04-01 Eric Anholtvc4: Tell shader-db how big our UBOs are, if present.
2015-04-01 Eric Anholtmesa: Make a shared header for 3D pipeline enum / ...
2015-04-01 Emil Velikovnir: add nir_builder.h to the tarball
2015-04-01 Emil Velikovxmlpool: remove the clean target
2015-04-01 Emil Velikovxmlpool: don't forget to ship the MOS
2015-04-01 Emil Velikovosmesa: don't try to bundle osmesa.def SConscript
2015-04-01 Emil Velikovdocs: note that classic osmesa/libEGL no longer builds...
2015-04-01 Iago Toral... i965: Handle scratch accesses where reladdr also points...
2015-04-01 Roland Scheideggergallivm: (trivial) fix the logic deciding if function...
2015-04-01 Martin Peresmesa/fbo: lock ctx->Shared->Mutex when allocating rende...
2015-04-01 Martin Peresmesa/fbo: do not assign a value that is never read...
2015-04-01 Dave Airlieegl: add initial EGL_MESA_image_dma_buf_export v2.4
next