summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-16radeonsi: enable ARB_query_buffer_objectquery-buffer-objectNicolai Hähnle3-2/+3
2016-09-16gallium/radeon: implement get_query_result_resourceNicolai Hähnle4-1/+402
2016-09-16gallium/radeon: zero all query buffersNicolai Hähnle2-17/+11
2016-09-16gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP resultNicolai Hähnle1-5/+1
2016-09-16gallium/radeon: add query fences and r600_get_hw_query_paramsNicolai Hähnle1-16/+91
2016-09-16radeonsi: add save_qbo_stateNicolai Hähnle3-0/+22
2016-09-16radeonsi: add si_get_shader_buffers/get_pipe_constant_buffersNicolai Hähnle2-0/+51
2016-09-16gallium/radeon: add r600_gfx_{write,wait}_fenceNicolai Hähnle3-38/+60
2016-09-16gallium/radeon: add barrier_flags to r600_common_screenNicolai Hähnle3-0/+23
2016-09-16gallivm: support negation on 64-bit integersNicolai Hähnle1-0/+4
2016-09-16squash! [rfc] radeonsi: enable 64-bit integer support.Nicolai Hähnle2-1/+5
2016-09-16[rfc] radeonsi: enable 64-bit integer support.Dave Airlie2-7/+58
2016-09-16squash! gallivm/llvmpipe: add support for ARB_gpu_shader_int64.Nicolai Hähnle2-10/+8
2016-09-16gallivm/llvmpipe: add support for ARB_gpu_shader_int64.Dave Airlie6-5/+518
2016-09-16squash! tgsi/softpipe: enable ARB_gpu_shader_int64 support. (v2)Nicolai Hähnle1-2/+0
2016-09-16tgsi/softpipe: enable ARB_gpu_shader_int64 support. (v2)Dave Airlie2-132/+543
2016-09-16gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie7-2/+117
2016-09-16gallium: add opcode and types for 64-bit integers. (v2)Dave Airlie4-20/+368
2016-09-16spirv: use subpass image type (v1.1)Dave Airlie1-1/+2
2016-09-16glsl: add subpass image type (v2)Dave Airlie5-2/+20
2016-09-15isl: Finish tiling filtering for Gen6.Kenneth Graunke3-5/+15
2016-09-15i965: enable ARB_ES3_2_compatibility on gen8+Ilia Mirkin3-1/+3
2016-09-15i965/nir: Roll set_default_interpolation into lower_fs_inputsJason Ekstrand3-39/+26
2016-09-15i965/fs: Use NIR for handling forced per-sample interpolationJason Ekstrand3-40/+12
2016-09-15nir: Add a flag to lower_io to force "sample" interpolationJason Ekstrand7-21/+38
2016-09-15i965/fs: Use sample interpolation for interpolateAtCentroid in persample modeJason Ekstrand1-0/+26
2016-09-15mesa: check for no matrix change in _mesa_LoadMatrixf()Brian Paul1-3/+5
2016-09-15direct-to-native-GL for GLX clients on Cygwin ("Windows-DRI")Jon Turney20-4/+2066
2016-09-15docs: add news item and link release notes for 12.0.3Emil Velikov2-0/+7
2016-09-15docs: add sha256 checksums for 12.0.3Emil Velikov1-1/+2
2016-09-15docs: add release notes for 12.0.3Emil Velikov1-0/+70
2016-09-15mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness.Kenneth Graunke2-3/+10
2016-09-14anv/cmd_buffer: Set the L3 atomic disable mask bit in CHICKEN3 on HSWJason Ekstrand2-0/+2
2016-09-14intel/blorp: Stop setting 3DSTATE_DRAWING_RECTANGLEJason Ekstrand3-20/+5
2016-09-14intel/blorp: Emit 3DSTATE_MULTISAMPLE directlyJason Ekstrand3-53/+45
2016-09-14intel: Move Vulkan sample positions to common codeJason Ekstrand4-21/+21
2016-09-15Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...Marek Olšák1-57/+48
2016-09-14i965/vec4: Assert that pull constant load offsets are 16B-aligned.Francisco Jerez1-0/+1
2016-09-14i965/vec4: Assert that ATTR regions are register-aligned.Francisco Jerez1-0/+1
2016-09-14i965/vec4: Don't spill non-GRF-aligned register regions.Francisco Jerez2-2/+5
2016-09-14i965/vec4: Fix copy propagation for non-register-aligned regions.Francisco Jerez1-3/+6
2016-09-14i965/vec4: Compare full register offsets in cmod propagation.Francisco Jerez1-1/+1
2016-09-14i965/vec4: Assign correct destination offset to rewritten instruction in regi...Francisco Jerez1-2/+1
2016-09-14i965/vec4: Don't coalesce registers with overlapping writes not matching the ...Francisco Jerez1-4/+6
2016-09-14i965/vec4: Compare full register offsets in opt_register_coalesce nop move ch...Francisco Jerez1-1/+1
2016-09-14i965/vec4: Check that the write offsets match when setting dependency controls.Francisco Jerez1-0/+2
2016-09-14i965/vec4: Change opt_vector_float to keep track of the last offset seen in b...Francisco Jerez1-3/+3
2016-09-14i965/vec4: Simplify src/dst_reg to brw_reg conversion by using byte_offset().Francisco Jerez1-7/+8
2016-09-14i965/ir: Update several stale comments.Francisco Jerez5-26/+22
2016-09-14i965/ir: Don't print ARF subnr values twice.Francisco Jerez2-8/+0