aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* t_dd_dmatmp: Make the render_tab[]s constVille Syrjälä2015-09-231-1/+1
* mesa: Remove unused HAVE_TRI_STRIP_1 definesIan Romanick2015-09-235-5/+0
* t_dd_dmatmp: Constify dmaszIan Romanick2015-09-231-13/+9
* t_dd_dmatmp: Silence comparison between signed and unsigned integer expressio...Ian Romanick2015-09-231-18/+18
* t_dd_dmatmp: Use stdbool.hIan Romanick2015-09-231-10/+10
* t_dd_dmatmp: General indentation and formatting fixesIan Romanick2015-09-231-56/+55
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS changeIan Romanick2015-09-231-38/+31
* t_dd_dmatmp: Remove HAVE_ELTS supportIan Romanick2015-09-231-584/+4
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS changeIan Romanick2015-09-231-56/+47
* t_dd_dmatmp: Require HAVE_TRI_FANSIan Romanick2015-09-231-21/+6
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS changeIan Romanick2015-09-231-103/+95
* t_dd_dmatmp: Require HAVE_TRI_STRIPSIan Romanick2015-09-231-28/+8
* t_dd_dmatmp: Require HAVE_TRIANGLESIan Romanick2015-09-231-10/+4
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS changeIan Romanick2015-09-231-137/+123
* t_dd_dmatmp: Require HAVE_LINE_STRIPSIan Romanick2015-09-231-29/+4
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES changeIan Romanick2015-09-231-46/+46
* t_dd_dmatmp: Require HAVE_LINESIan Romanick2015-09-231-14/+3
* t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS changeIan Romanick2015-09-231-46/+41
* t_dd_dmatmp: Remove HAVE_QUADS supportIan Romanick2015-09-233-48/+5
* t_dd_dmatmp: Remove HAVE_QUAD_STRIPS supportIan Romanick2015-09-233-35/+8
* t_dd_dmatmp: Use addition instead of subtraction in loop boundsIan Romanick2015-09-231-1/+1
* t_dd_dmatmp: Pull out common 'count -= count & 3' codeIan Romanick2015-09-231-9/+6
* t_dd_dmatmp: Use '& 3' instead of '% 4' everywhereIan Romanick2015-09-231-2/+2
* t_dd_dmatmp: Clean up improper code formatting from previous patchIan Romanick2015-09-231-12/+6
* t_dd_dmatmp: Make "count" actually be the countIan Romanick2015-09-233-75/+75
* i965/vec4: Don't coalesce regs in Gen6 MATH ops if reswizzle/writemask neededAntia Puentes2015-09-232-3/+12
* mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer.Iago Toral Quiroga2015-09-231-1/+10
* glsl: bail out early in _mesa_ShaderSource if no shaderobjTapani Pälli2015-09-231-11/+9
* i965/vec4: Detect and delete useless MOVs.Matt Turner2015-09-221-0/+22
* prog_to_nir: Use nir_op_dphJason Ekstrand2015-09-221-2/+1
* nir/lower_alu_to_scalar: Add support for nir_op_fdphJason Ekstrand2015-09-221-0/+18
* i965/vec4: Add support for fdph_replicatedJason Ekstrand2015-09-221-0/+5
* nir: Add fdph and fdph_replicated opcodesJason Ekstrand2015-09-223-1/+8
* nir/lower_alu_to_scalar: Return after lower_reductionJason Ekstrand2015-09-221-1/+1
* nir/lower_alu_to_scalar: Use the builderJason Ekstrand2015-09-221-25/+22
* i965: Add defines for tessellation stagesChris Forbes2015-09-221-0/+72
* r600g: update num_dw in scissor_enable workaroundGrazvydas Ignotas2015-09-231-0/+1
* i965/vec4: refactor brw_vec4_copy_propagation.Alejandro Piñeiro2015-09-221-14/+18
* st/mesa: remove st_bind_framebuffer()Brian Paul2015-09-221-12/+0
* mesa: const-qualify _mesa_is_legal_tex_storage_format ctx paramBrian Paul2015-09-222-2/+4
* mesa: const-qualify _mesa_base_tex_format() ctx paramBrian Paul2015-09-222-2/+2
* mesa: const-qualify buffer_object_subdata_range_good() bufObj parameterBrian Paul2015-09-221-1/+1
* mesa: whitespace, comment fixes in texstorage.cBrian Paul2015-09-221-15/+18
* mesa/es3.1: Enable GL_ARB_vertex_attrib_binding functionality for GLES 3.1Marta Lofstedt2015-09-221-7/+7
* mesa/es3.1: Allow query of Vertex bindings for GLES 3.1Marta Lofstedt2015-09-221-3/+4
* mesa/es3.1 : Align OpenGL ES 3.1 glBindVertexBuffer error handling with OpenG...Marta Lofstedt2015-09-221-1/+1
* i965: fix textureGrad for cubemapsTapani Pälli2015-09-221-19/+182
* nir: Report progress from nir_normalize_cubemap_coords().Kenneth Graunke2015-09-212-8/+23
* nir: Add braces around multi-line loop.Kenneth Graunke2015-09-211-1/+2
* nir: Report progress from nir_lower_system_values().Kenneth Graunke2015-09-212-10/+19