mesa.git
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
2015-03-31 Jordan Justeni965/state: Remove brw->state.dirty
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.mesa
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-31 Jordan Justeni965/state: Add compute pipeline with empty atom lists
2015-03-31 Jordan Justeni965/state: Only upload render programs for render...
2015-03-31 Jordan Justeni965/state: Create separate dirty state bits for each...
2015-03-31 Jordan Justeni965/state: Support multiple pipelines in brw->num_atoms
2015-03-31 Jordan Justeni965/state: Rename brw_clear_dirty_bits to brw_render_s...
2015-03-31 Jordan Justeni965/state: Rename brw_upload_state to brw_upload_rende...
2015-03-31 Roland Scheideggergallivm: do some hack heuristic to disable texture...
2015-03-31 Matt Turneri965/fs: Allow CSE to handle MULs with negated arguments.
2015-03-31 Matt Turneri965: Mark brw_inst_bits' brw_inst* parameter const.
2015-03-31 Matt Turnerglsl: Remove bogus Makefile dependency.
2015-03-31 Matt Turnerglsl: Reassociate multiplication of mat*mat*vec.
2015-03-31 Matt Turnerglsl: Implement type inferencing of matrix types.
2015-03-31 Matt Turnerglsl: Factor out a get_mul_type() function.
2015-03-31 Marcin Ślusarznouveau: synchronize "scratch runout" destruction with...
2015-03-31 Brian Pauldocs: document Viewperf 12 issues
2015-03-31 Neil Robertsi965/skl: Avoid using the 1D stencil layout for stencil...
2015-03-31 Tom Stellardclover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STAT...
2015-03-31 Tom Stellardradeonsi/compute: Default to the same PIPE_SHADER_CAP...
2015-03-31 Leo Liuradeon/vce: implement video usability information support
2015-03-31 Leo Liust/omx/enc: export framerate to vce driver
2015-03-31 Roland Scheideggerllvmpipe: enable ARB_texture_gather
2015-03-31 Roland Scheideggergallivm: implement TG4 for ARB_texture_gather
2015-03-31 Roland Scheideggergallivm: add gather support to sampler interface
2015-03-31 Roland Scheideggergallivm: simplify sampler interface
2015-03-31 Jose Fonsecautil/debug: Update MgwHelp link, drop BfdHelp link.
2015-03-31 Michel Dänzergallivm: Fix build against LLVM 3.7 SVN r233648
2015-03-30 Eric Anholtvc4: Drop integer multiplies with 0 to moves of 0.
2015-03-30 Eric Anholtvc4: Add a constant folding pass.
2015-03-30 Brian Paulglsl: allow ForceGLSLVersion to override #version direc...
2015-03-30 Eric Anholtvc4: Don't bother masking out the low 24 bits for integ...
2015-03-30 Eric Anholtvc4: Make integer multiply use 24 bits for the low...
2015-03-30 Samuel Iglesias... glsl: fail when a shader's input var has not an equival...
2015-03-30 Michel Dänzerradeonsi: Cache LLVMTargetMachineRef in context instead...
next