mesa.git
2015-09-23 Kenneth Graunkenir/cf: Fix unlink_block_successors to actually unlink...
2015-09-23 Kenneth Graunkenir/cf: Alter block successors before adding a fake...
2015-09-23 Kenneth Graunkenir/cf: Conditionally do block_add_normal_succs() in...
2015-09-23 Kenneth Graunkenir/cf: Don't break outer-block successors in split_blo...
2015-09-23 Kenneth Graunkenir/cf: Make a helper function for removing a predecessor.
2015-09-23 Kenneth Graunkenir: Validate that a block doesn't have two identical...
2015-09-23 Jason Ekstrandnir/lower_vec_to_movs: Don't emit unneeded movs
2015-09-23 Jason Ekstrandnir/lower_vec_to_movs: Properly handle source modifiers...
2015-09-23 Ville Syrjäläi915: Make hw_prim[] const
2015-09-23 Ville Syrjälät_dd_dmatmp: Make the render_tab[]s const
2015-09-23 Ian Romanickmesa: Remove unused HAVE_TRI_STRIP_1 defines
2015-09-23 Ian Romanickt_dd_dmatmp: Constify dmasz
2015-09-23 Ian Romanickt_dd_dmatmp: Silence comparison between signed and...
2015-09-23 Ian Romanickt_dd_dmatmp: Use stdbool.h
2015-09-23 Ian Romanickt_dd_dmatmp: General indentation and formatting fixes
2015-09-23 Ian Romanickt_dd_dmatmp: Indentation and formatting fixes after...
2015-09-23 Ian Romanickt_dd_dmatmp: Remove HAVE_ELTS support
2015-09-23 Ian Romanickt_dd_dmatmp: Indentation and formatting fixes after...
2015-09-23 Ian Romanickt_dd_dmatmp: Require HAVE_TRI_FANS
2015-09-23 Ian Romanickt_dd_dmatmp: Indentation and formatting fixes after...
2015-09-23 Ian Romanickt_dd_dmatmp: Require HAVE_TRI_STRIPS
2015-09-23 Ian Romanickt_dd_dmatmp: Require HAVE_TRIANGLES
2015-09-23 Ian Romanickt_dd_dmatmp: Indentation and formatting fixes after...
2015-09-23 Ian Romanickt_dd_dmatmp: Require HAVE_LINE_STRIPS
2015-09-23 Ian Romanickt_dd_dmatmp: Indentation and formatting fixes after...
2015-09-23 Ian Romanickt_dd_dmatmp: Require HAVE_LINES
2015-09-23 Ian Romanickt_dd_dmatmp: Indentation and formatting fixes after...
2015-09-23 Ian Romanickt_dd_dmatmp: Remove HAVE_QUADS support
2015-09-23 Ian Romanickt_dd_dmatmp: Remove HAVE_QUAD_STRIPS support
2015-09-23 Ian Romanickt_dd_dmatmp: Use addition instead of subtraction in...
2015-09-23 Ian Romanickt_dd_dmatmp: Pull out common 'count -= count & 3' code
2015-09-23 Ian Romanickt_dd_dmatmp: Use '& 3' instead of '% 4' everywhere
2015-09-23 Ian Romanickt_dd_dmatmp: Clean up improper code formatting from...
2015-09-23 Ian Romanickt_dd_dmatmp: Make "count" actually be the count
2015-09-23 Antia Puentesi965/vec4: Don't coalesce regs in Gen6 MATH ops if...
2015-09-23 Iago Toral... mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for...
2015-09-23 Tapani Pälliglsl: bail out early in _mesa_ShaderSource if no shaderobj
2015-09-23 Matt Turneri965/vec4: Detect and delete useless MOVs.
2015-09-23 Jason Ekstrandprog_to_nir: Use nir_op_dph
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Add support for nir_op_fdph
2015-09-23 Jason Ekstrandi965/vec4: Add support for fdph_replicated
2015-09-23 Jason Ekstrandnir: Add fdph and fdph_replicated opcodes
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Return after lower_reduction
2015-09-23 Jason Ekstrandnir/lower_alu_to_scalar: Use the builder
2015-09-23 Chris Forbesi965: Add defines for tessellation stages
2015-09-22 Grazvydas Ignotasr600g: update num_dw in scissor_enable workaround
2015-09-22 Alejandro Piñeiroi965/vec4: refactor brw_vec4_copy_propagation.
2015-09-22 Brian Paulst/mesa: remove st_bind_framebuffer()
2015-09-22 Brian Paulmesa: const-qualify _mesa_is_legal_tex_storage_format...
2015-09-22 Brian Paulmesa: const-qualify _mesa_base_tex_format() ctx param
2015-09-22 Brian Paulmesa: const-qualify buffer_object_subdata_range_good...
2015-09-22 Brian Paulmesa: whitespace, comment fixes in texstorage.c
2015-09-22 Marta Lofstedtmesa/es3.1: Enable GL_ARB_vertex_attrib_binding functio...
2015-09-22 Marta Lofstedtmesa/es3.1: Allow query of Vertex bindings for GLES 3.1
2015-09-22 Marta Lofstedtmesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer...
2015-09-22 Tapani Pällii965: fix textureGrad for cubemaps
2015-09-21 Kenneth Graunkenir: Report progress from nir_normalize_cubemap_coords().
2015-09-21 Kenneth Graunkenir: Add braces around multi-line loop.
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_system_values().
2015-09-21 Kenneth Graunkenir: Report progress from nir_split_var_copies().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_locals_to_regs().
2015-09-21 Kenneth Graunkenir: Report progress from nir_remove_dead_variables().
2015-09-21 Jason Ekstrandnir: Report progress from lower_vec_to_movs().
2015-09-21 Kenneth Graunkenir: Report progress from nir_lower_globals_vars_to_loc...
2015-09-21 Jason Ekstrandi965: Clean up GLSL compiler option setup
2015-09-21 Jeremy Huddlestonconfigure.ac: Add support to enable read-only text...
2015-09-21 Ben Widawskyi965/skl: Use larger URB size where available.
2015-09-21 Jason Ekstrandnir/builder: Don't use designated initializers
2015-09-21 Jason Ekstrandnir: Move system value -> intrinsic mapping into nir.c
2015-09-21 Emil Velikovnir: rename nir_lower_samplers.c{pp,}
2015-09-21 Emil Velikovnir: add C wrapper around glsl_type::record_location_offset
2015-09-21 Emil Velikovnir: move stdio.h inclusion before extern C
2015-09-21 Kenneth Graunkei965: Fix MRF register number assertions for compr4.
2015-09-21 Ilia Mirkinradeonsi: implement TXQS support
2015-09-21 Ilia Mirkinradeonsi: load fmask ptr relative to the resources...
2015-09-21 Iago Toral... i965/vec4: Use MRF registers 21-23 for spilling in...
2015-09-21 Iago Toral... i965/fs: Use MRF registers 21-23 for spilling in gen6
2015-09-21 Iago Toral... i965: Turn BRW_MAX_MRF into a macro that accepts a...
2015-09-21 Iago Toral... i965: Move MRF register asserts out of brw_reg.h
2015-09-21 Iago Toral... i965: Maximum allowed size of SEND messages is 15 ...
2015-09-20 Rob Clarknir/print: fix coverity error
2015-09-20 Eduardo Lima... i965/vec4/nir: Remove all "this->" snippets
2015-09-20 Marcin Ślusarzdri/common: fix gbm-symbols-check regression
2015-09-20 Emil Velikovdocs: add news item and link release notes for 10.6.8
2015-09-20 Emil Velikovdocs: add sha256 checksums for 10.6.8
2015-09-20 Emil Velikovdocs: add release notes for 10.6.8
2015-09-19 Nanley Cherymesa/teximage: reuse compressed format utility function...
2015-09-19 Nanley Cherymesa/texcompress: add compressed formats to base format...
2015-09-19 Nanley Cherymesa/glformats: refactor compressed format support...
2015-09-19 Nanley Cherymesa/formats: add MESA_LAYOUT_LATC
2015-09-19 Marcin Ślusarzdri/common: use sysconfdir when looking for drirc
2015-09-19 Rob Clarkfreedreno/ir3: use nir two-sided-color lowering
2015-09-19 Rob Clarknir: add two-sided-color lowering pass
2015-09-19 Rob Clarknir/build: add nir_vec() helper
2015-09-19 Rob Clarkfreedreno/ir3: lower txp/clamp in NIR
2015-09-19 Rob Clarknir/lower_tex: add support to clamp texture coords
2015-09-19 Rob Clarknir/lower_tex: support for lowering RECT textures
2015-09-19 Rob Clarknir/lower_tex: support projector lowering per sampler...
2015-09-19 Rob Clarknir/lower_tex: split out project_src() helper
2015-09-19 Rob Clarknir: rename nir_lower_tex_projector
next