summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: st_atom_shader.c C99 tidy upTimothy Arceri2017-02-021-3/+1
* st/mesa: remove pre C99 statement block for variable declarationTimothy Arceri2017-02-021-60/+58
* i965: Prevent coverity warningRobert Foss2017-02-011-0/+1
* mesa: use same is_color_attachment trick to discern error casesIlia Mirkin2017-01-311-3/+11
* i965/fs: Fix nir_op_fsign of absolute value.Francisco Jerez2017-01-311-1/+8
* mesa/program: Translate csel operation from GLSL IR.Francisco Jerez2017-01-311-1/+8
* mesa: add new MESA_GLSL flag for printing shader cache debug infoTimothy Arceri2017-01-312-0/+3
* glsl: add cache to ctx and add sha1 string fieldsCarl Worth2017-01-312-0/+15
* glsl: add new uniform fields to be used to restore state from cacheCarl Worth2017-01-311-0/+4
* st/mesa: make st_texture_get_sampler_view() staticSamuel Pitoiset2017-01-302-5/+1
* i965: Support the force_glsl_version driconf option.Kenneth Graunke2017-01-292-0/+4
* i965: Fix check for negative pitch in can_do_fast_copy_blit().Kenneth Graunke2017-01-291-6/+4
* i965: add assert to while_jumps_before_offset()Timothy Arceri2017-01-301-0/+1
* i965: fix up asserts in brw_inst_set_jip()Timothy Arceri2017-01-301-2/+2
* i965: Unbind deleted shaders from brw_context, fixing malloc heisenbug.Kenneth Graunke2017-01-271-0/+43
* i965/sync: Implement fences based on Linux sync_fileChad Versace2017-01-271-3/+159
* i965/sync: Rename brw_fence_insert()Chad Versace2017-01-271-3/+3
* i965/sync: Fail sync creation when batchbuffer flush failsChad Versace2017-01-271-6/+28
* i965/sync: Add brw_fence::typeChad Versace2017-01-271-32/+71
* i965: Add intel_batchbuffer_flush_fence()Chad Versace2017-01-272-12/+26
* i965: Add intel_screen::has_fence_fdChad Versace2017-01-272-1/+4
* mesa: remove explicit __STDC_FORMAT_MACROS defineEmil Velikov2017-01-271-4/+0
* mesa: move variable declaration to where its usedEmil Velikov2017-01-271-2/+2
* st/mesa: use correct return statement for a void functionEmil Velikov2017-01-271-1/+2
* mesa: use correct return statement for a void functionEmil Velikov2017-01-271-3/+4
* i915, i965: automake: remove NA include directiveEmil Velikov2017-01-272-2/+0
* mesa/tests: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* dri/osmesa: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* dri/swrast: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* radeon, r200: automake: include builddir prior to srcdirEmil Velikov2017-01-272-2/+2
* i915: automake: include builddir prior to srcdirEmil Velikov2017-01-271-1/+1
* i965: automake: include builddir prior to srcdirEmil Velikov2017-01-271-3/+3
* i965: automake: correctly set MKDIR_GENEmil Velikov2017-01-271-0/+1
* st/mesa: add support for enabling ARB_gpu_shader_int64.Dave Airlie2017-01-271-0/+1
* st/glsl_to_tgsi: add support for 64-bit integersDave Airlie2017-01-271-18/+202
* meta: Refactor texture format translationTopi Pohjolainen2017-01-273-6/+22
* i965/hiz/gen6: Stop setting false qpitchTopi Pohjolainen2017-01-271-1/+7
* i965/blorp/gen6: Remove dead code in hiz setupTopi Pohjolainen2017-01-271-9/+9
* i965/gen6: Simplify hiz surface setupTopi Pohjolainen2017-01-273-12/+6
* i965/blorp/gen6: Simplify hiz surface setupTopi Pohjolainen2017-01-271-6/+4
* i965/gen6: Remove check for stencil formatTopi Pohjolainen2017-01-271-14/+8
* i965: Remove check for hiz on earlier gens than SNBTopi Pohjolainen2017-01-272-22/+2
* i965/miptree: Remove redundant check for null textureTopi Pohjolainen2017-01-271-6/+1
* i965/miptree: Tell when brw_miptree_layout() failsTopi Pohjolainen2017-01-273-7/+10
* i965/meta: Remove unused brw_get_rb_for_slice()Topi Pohjolainen2017-01-272-49/+0
* mesa: Arrange validate_uniform_parameters parameters to match call sitesIan Romanick2017-01-261-11/+11
* mesa: Arrange _mesa_uniform parameters to match the call sitesIan Romanick2017-01-263-106/+102
* mesa: Arrange _mesa_uniform_matrix parameters to match the call sitesIan Romanick2017-01-263-64/+71
* mesa: Trivial clean-ups in uniform_query.cppIan Romanick2017-01-261-8/+4
* i965: Make intelEmitCopyBlit not truncate large strides.Kenneth Graunke2017-01-262-11/+7