summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Add support for nir_op_[iu]642fSamuel Iglesias Gonsálvez2017-02-091-0/+2
* i965/fs: legalize [u]int64 to 32-bit data conversions in lower_d2xSamuel Iglesias Gonsálvez2017-02-091-1/+3
* i965/fs: Add support for nir_op_[iu]642dJason Ekstrand2017-02-091-0/+2
* i965: Allow int64 conversion operations in channel_expressionsJason Ekstrand2017-02-091-24/+24
* st/mesa/i965: create link status enumTimothy Arceri2017-02-095-6/+6
* Revert "i965: Disable guardband clipping in the smaller-than-viewport case."Kenneth Graunke2017-02-061-31/+0
* i965: Always scissor on Gen6-7.5 instead of disabling guardband.Kenneth Graunke2017-02-063-48/+5
* i965: Use a better guardband calculation.Jason Ekstrand2017-02-064-82/+126
* i965: Combine the Gen6 SF and Clip viewport atoms.Kenneth Graunke2017-02-063-57/+30
* dri/common: clear the loaderPrivate pointer in driDestroyDrawableNicolai Hähnle2017-02-061-0/+12
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-023-6/+3
* i965: Prevent coverity warningRobert Foss2017-02-011-0/+1
* i965/fs: Fix nir_op_fsign of absolute value.Francisco Jerez2017-01-311-1/+8
* 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
* i915, i965: automake: remove NA include directiveEmil Velikov2017-01-272-2/+0
* 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
* meta: Refactor texture format translationTopi Pohjolainen2017-01-271-6/+3
* 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
* i965: Make intelEmitCopyBlit not truncate large strides.Kenneth Graunke2017-01-262-11/+7
* i965: Use a UW source type for CS_OPCODE_CS_TERMINATE.Kenneth Graunke2017-01-261-1/+1
* i965: Fix fast depth clears for surfaces with a dimension of 16384.Kenneth Graunke2017-01-251-0/+12
* i965/blorp: Use the correct ISL format for combined depth/stencilJason Ekstrand2017-01-241-0/+2
* i965/blorp: Add also depth and stencil buffers to render cacheTopi Pohjolainen2017-01-241-0/+4
* i965: Use UNUSED to silence unused variable (used in assert).Matt Turner2017-01-231-1/+1
* dri: allow 16bit R/GR images to be exported via drm buffersRainer Hochecker2017-01-232-0/+10
* drirc: remove spurious tabsEric Engestrom2017-01-231-8/+8
* mesa/glsl/i965: set and get tes layouts directly to and from shader_infoTimothy Arceri2017-01-231-3/+3