summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/double_list: s/INLINE/inline and remove the p_compiler includeJason Ekstrand2015-05-081-7/+6
* nir: Use nir_instr_rewrite_src in copy propagationJason Ekstrand2015-05-081-61/+10
* nir: Add a function for rewriting the condition of an if statementJason Ekstrand2015-05-082-0/+23
* nir: Add and use initializer #defines for nir_src and nir_destJason Ekstrand2015-05-086-18/+15
* nir: Modernize the out-of-SSA passJason Ekstrand2015-05-081-103/+36
* nir/validate: Validate SSA def parent instructionsJason Ekstrand2015-05-081-0/+2
* nv50/ir: only propagate saturate up if some actual folding took placeIlia Mirkin2015-05-081-1/+2
* nir: Delete all traces of nir_op_flogIan Romanick2015-05-083-10/+0
* nir: Don't produce nir_op_flog from GLSL IRIan Romanick2015-05-081-1/+1
* nir: Delete all traces of nir_op_fexpIan Romanick2015-05-083-9/+0
* nir: Don't produce nir_op_fexp from GLSL IRIan Romanick2015-05-081-1/+1
* prog_to_nir: OPCODE_EXP is not nir_op_fexpIan Romanick2015-05-081-1/+1
* i965/fs: Improve a comment about stripping trailing zeroesNeil Roberts2015-05-081-3/+6
* mesa: Implement GetVertexArrayIndexed[64]ivFredrik Höglund2015-05-084-0/+143
* mesa: Add support for querying GL_VERTEX_ATTRIB_ARRAY_LONGFredrik Höglund2015-05-081-0/+5
* mesa: Add a vao parameter to get_vertex_array_attribFredrik Höglund2015-05-081-9/+16
* mesa: Implement GetVertexArrayivFredrik Höglund2015-05-084-0/+43
* mesa: Implement VertexArrayBindingDivisorFredrik Höglund2015-05-084-16/+58
* mesa: Add a vao parameter to vertex_binding_divisorFredrik Höglund2015-05-081-4/+6
* mesa: Implement VertexArrayAttribBindingFredrik Höglund2015-05-084-22/+66
* mesa: Add a vao parameter to vertex_attrib_bindingFredrik Höglund2015-05-081-6/+9
* mesa: Implement VertexArrayAttrib[I|L]FormatFredrik Höglund2015-05-084-0/+122
* mesa: Add a vao parameter to update_array_formatFredrik Höglund2015-05-081-7/+10
* mesa: Refactor VertexAttrib[I|L]FormatFredrik Höglund2015-05-081-100/+49
* mesa: Implement VertexArrayVertexBuffersFredrik Höglund2015-05-084-27/+78
* mesa: Implement VertexArrayVertexBufferFredrik Höglund2015-05-084-25/+71
* mesa: Add a vao parameter to bind_vertex_bufferFredrik Höglund2015-05-081-8/+10
* mesa: Implement VertexArrayElementBufferFredrik Höglund2015-05-084-0/+49
* mesa: Implement EnableVertexArrayAttribFredrik Höglund2015-05-084-9/+47
* mesa: Implement DisableVertexArrayAttribFredrik Höglund2015-05-084-9/+46
* mesa: Keep track of the last looked-up VAOFredrik Höglund2015-05-082-13/+27
* mesa: Add _mesa_lookup_vao_errFredrik Höglund2015-05-082-0/+50
* mesa: Implement CreateVertexArraysFredrik Höglund2015-05-084-8/+38
* i965/skl: In opt_sampler_eot always set destination register to nullNeil Roberts2015-05-081-1/+1
* i965/fs: Set the header_size on LOAD_PAYLOAD in opt_sampler_eotNeil Roberts2015-05-081-0/+1
* st/mesa: add double input support including lowering (v3.1)Dave Airlie2015-05-085-45/+164
* mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie2015-05-0813-55/+377
* glsl: check total count of multi-slot double vertex attribsDave Airlie2015-05-081-1/+40
* glsl: track which program inputs are doublesDave Airlie2015-05-082-13/+4
* glsl: add ARB_vertex_attrib_64bit support. (v2)Dave Airlie2015-05-084-0/+9
* mesa: add ARB_vertex_attrib_64bit to extensions. (v2)Dave Airlie2015-05-083-1/+3
* mapi: add GL_ARB_vertex_attrib_64bit supportDave Airlie2015-05-088-13/+151
* st/glsl_to_tgsi: fix ir_assignment hack doing bad things for doublesDave Airlie2015-05-081-0/+1
* i965/wm/gen6: Add option for disabling statistics collectionTopi Pohjolainen2015-05-072-4/+13
* i965/wm/gen6: Refactor state setupTopi Pohjolainen2015-05-072-45/+77
* i965: Remove unused variablesAnuj Phogat2015-05-071-2/+0
* i965: Change the order of conditions tested in ifAnuj Phogat2015-05-071-3/+4
* nir: Allow feq/fne/ieq/ine to be optimized with inot.Matt Turner2015-05-071-0/+4
* nir: Recognize (a < c || b < c) as min(a, b) < c.Matt Turner2015-05-071-0/+2
* nir: Recognize trivial min/max.Matt Turner2015-05-071-0/+6