summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* glsl: correctly detect inactive UBO arraysTimothy Arceri2015-09-242-9/+4
* i965: add ARB_texture_barrier supportIlia Mirkin2015-09-234-1/+12
* i965/gs: Fix extra level of indentation left by the previous commit.Kenneth Graunke2015-09-232-115/+111
* i965/gs: Use new NIR intrinsics.Kenneth Graunke2015-09-234-26/+48
* nir: Add new GS intrinsics that maintain a count of emitted vertices.Kenneth Graunke2015-09-234-0/+242
* nir: Add unit tests for control flow graphs.Kenneth Graunke2015-09-232-0/+169
* nir/cf: Fix dominance metadata in the dead control flow pass.Kenneth Graunke2015-09-232-3/+7
* nir/cf: Fix unlink_block_successors to actually unlink the second one.Kenneth Graunke2015-09-231-2/+2
* nir/cf: Alter block successors before adding a fake link.Kenneth Graunke2015-09-231-16/+28
* nir/cf: Conditionally do block_add_normal_succs() in unlink_jump();Kenneth Graunke2015-09-231-6/+6
* nir/cf: Don't break outer-block successors in split_block_beginning().Kenneth Graunke2015-09-231-3/+18
* nir/cf: Make a helper function for removing a predecessor.Kenneth Graunke2015-09-231-5/+11
* nir: Validate that a block doesn't have two identical successors.Kenneth Graunke2015-09-231-0/+1
* nir/lower_vec_to_movs: Don't emit unneeded movsJason Ekstrand2015-09-231-1/+19
* nir/lower_vec_to_movs: Properly handle source modifiers on vecN opsJason Ekstrand2015-09-231-1/+5
* i915: Make hw_prim[] constVille Syrjälä2015-09-231-1/+1
* 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