summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Move buffers-unmapped earlier in check_valid_to_render().Kenneth Graunke2016-09-161-6/+6
* mesa: Expose GL_CONTEXT_FLAGS in ES 3.2.Kenneth Graunke2016-09-161-3/+5
* radeonsi/compute: Use the HSA abi for non-TGSI compute shaders v3Tom Stellard2016-09-163-18/+761
* radeonsi/compute: Add some more debug printfsTom Stellard2016-09-161-0/+3
* glsl: remove interpolateAt* instructions for demoted inputsMarek Olšák2016-09-162-0/+15
* mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand FRONT_BACK allocMarek Olšák2016-09-161-2/+14
* clover: fix getting scalar args api sizeSerge Martin2016-09-161-4/+3
* docs: add GL_ARB_gl_spirv to features listIlia Mirkin2016-09-161-0/+1
* ttn: fix warning after 7bf76563eRob Clark2016-09-161-0/+2
* gallium/docs: document alpha_to_coverage and alpha_to_one blend stateBrian Paul2016-09-161-0/+12
* st/mesa: update comment in st_atom_msaa.cBrian Paul2016-09-161-2/+2
* st/mesa: only enable MSAA coverage options when we have a MSAA bufferBrian Paul2016-09-162-4/+7
* spirv: use subpass image type (v1.1)Dave Airlie2016-09-161-1/+2
* glsl: add subpass image type (v2)Dave Airlie2016-09-165-2/+20
* isl: Finish tiling filtering for Gen6.Kenneth Graunke2016-09-153-5/+15
* i965: enable ARB_ES3_2_compatibility on gen8+Ilia Mirkin2016-09-153-1/+3
* i965/nir: Roll set_default_interpolation into lower_fs_inputsJason Ekstrand2016-09-153-39/+26
* i965/fs: Use NIR for handling forced per-sample interpolationJason Ekstrand2016-09-153-40/+12
* nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand2016-09-157-21/+38
* i965/fs: Use sample interpolation for interpolateAtCentroid in persample modeJason Ekstrand2016-09-151-0/+26
* mesa: check for no matrix change in _mesa_LoadMatrixf()Brian Paul2016-09-151-3/+5
* direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney2016-09-1520-4/+2066
* docs: add news item and link release notes for 12.0.3Emil Velikov2016-09-152-0/+7
* docs: add sha256 checksums for 12.0.3Emil Velikov2016-09-151-1/+2
* docs: add release notes for 12.0.3Emil Velikov2016-09-151-0/+70
* mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.Kenneth Graunke2016-09-152-3/+10
* anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSWJason Ekstrand2016-09-142-0/+2
* intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLEJason Ekstrand2016-09-143-20/+5
* intel/blorp: Emit 3DSTATE_MULTISAMPLE directlyJason Ekstrand2016-09-143-53/+45
* intel: Move Vulkan sample positions to common codeJason Ekstrand2016-09-144-21/+21
* Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...Marek Olšák2016-09-151-57/+48
* i965/vec4: Assert that pull constant load offsets are 16B-aligned.Francisco Jerez2016-09-141-0/+1
* i965/vec4: Assert that ATTR regions are register-aligned.Francisco Jerez2016-09-141-0/+1
* i965/vec4: Don't spill non-GRF-aligned register regions.Francisco Jerez2016-09-142-2/+5
* i965/vec4: Fix copy propagation for non-register-aligned regions.Francisco Jerez2016-09-141-3/+6
* i965/vec4: Compare full register offsets in cmod propagation.Francisco Jerez2016-09-141-1/+1
* i965/vec4: Assign correct destination offset to rewritten instruction in regi...Francisco Jerez2016-09-141-2/+1
* i965/vec4: Don't coalesce registers with overlapping writes not matching the ...Francisco Jerez2016-09-141-4/+6
* i965/vec4: Compare full register offsets in opt_register_coalesce nop move ch...Francisco Jerez2016-09-141-1/+1
* i965/vec4: Check that the write offsets match when setting dependency controls.Francisco Jerez2016-09-141-0/+2
* i965/vec4: Change opt_vector_float to keep track of the last offset seen in b...Francisco Jerez2016-09-141-3/+3
* i965/vec4: Simplify src/dst_reg to brw_reg conversion by using byte_offset().Francisco Jerez2016-09-141-7/+8
* i965/ir: Update several stale comments.Francisco Jerez2016-09-145-26/+22
* i965/ir: Don't print ARF subnr values twice.Francisco Jerez2016-09-142-8/+0
* i965/vec4: Print src/dst_reg::offset field consistently for all register files.Francisco Jerez2016-09-141-6/+15
* i965/fs: Print fs_reg::offset field consistently for all register files.Francisco Jerez2016-09-141-16/+22
* i965/fs: Misc simplification.Francisco Jerez2016-09-144-6/+6
* i965/fs: Get rid of fs_inst::set_smear().Francisco Jerez2016-09-143-32/+15
* i965/fs: Use region_contained_in() in compute-to-mrf coalescing pass.Francisco Jerez2016-09-141-3/+2
* i965/fs: Move region_contained_in to the IR header and fix for non-VGRF files.Francisco Jerez2016-09-142-14/+13