aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITSMarek Olšák2016-07-191-2/+6
* radeonsi: really wait for the second EOP event and not the first oneMarek Olšák2016-07-191-1/+5
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-195-16/+4
* nir/algebraic: Optimize fabs(u2f(x))Ian Romanick2016-07-191-0/+1
* st/mesa: Enable MESA_shader_integer_functions on all GLSL 1.30 platformsIan Romanick2016-07-192-1/+16
* i965: Enable MESA_shader_integer_functions on all GLSL 1.30 platformsIan Romanick2016-07-192-6/+15
* i965: Don't lower uaddCarry and usubBorrow in both GLSL IR and NIRIan Romanick2016-07-191-3/+1
* i965: Update assertion to account for Gen < 7Ian Romanick2016-07-191-1/+4
* i965: Use LZD to implement nir_op_find_lsb on Gen < 7Ian Romanick2016-07-192-3/+45
* i965: Use LZD to implement nir_op_ifind_msb on Gen < 7Ian Romanick2016-07-192-21/+90
* i965: Use LZD to implement nir_op_ufind_msbIan Romanick2016-07-194-1/+54
* i965: Always enable GL_ARB_shading_language_packingIan Romanick2016-07-191-1/+1
* i965: Move enable of EXT_shader_integer_mixIan Romanick2016-07-191-1/+2
* glsl: Add lowering pass for ir_bin_imul_highIan Romanick2016-07-192-0/+150
* glsl: Add lowering pass for ir_unop_find_msbIan Romanick2016-07-192-0/+107
* glsl: Add lowering pass for ir_unop_find_lsbIan Romanick2016-07-192-0/+87
* glsl: Add lowering pass for ir_unop_bitfield_reverseIan Romanick2016-07-192-0/+92
* glsl: Add lowering pass for ir_quadop_bitfield_insertIan Romanick2016-07-192-0/+74
* glsl: Add lowering pass for ir_triop_bitfield_extractIan Romanick2016-07-192-0/+81
* glsl: Add lowering pass for ir_unop_bit_countIan Romanick2016-07-192-0/+54
* MESA_shader_integer_functions: Allow new function overload matching rulesIan Romanick2016-07-191-5/+7
* MESA_shader_integer_functions: Allow implicit int->uint conversionsIan Romanick2016-07-192-6/+10
* MESA_shader_integer_functions: Expose new built-in functionsIan Romanick2016-07-191-11/+20
* MESA_shader_integer_functions: Boiler plate extension trackingIan Romanick2016-07-196-0/+10
* gm107/ir: make use of ADD32I for all immediatesSamuel Pitoiset2016-07-191-1/+1
* gm107/ir: add missing NEG modifier for IADD32ISamuel Pitoiset2016-07-191-0/+1
* ddebug: Fix trivial typo in stderr messageAndreas Boll2016-07-191-1/+1
* vl: fix memory leakEric Engestrom2016-07-191-7/+1
* vl: add entry pointBoyuan Zhang2016-07-191-0/+1
* nv50,nvc0: srgb rendering is only available for rgba/bgraIlia Mirkin2016-07-181-2/+2
* nvc0: add support for BGRA8 imagesIlia Mirkin2016-07-187-1/+16
* i965: Skip update_texture_surface when the plane doesn't existJason Ekstrand2016-07-181-8/+10
* glsl: use linked shaders rather than compiled shadersTimothy Arceri2016-07-191-4/+4
* i965/gen9: Enable KHR_texture_compression_astc_sliced_3dAnuj Phogat2016-07-181-0/+1
* mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3dAnuj Phogat2016-07-183-3/+6
* radeon/uvd: add session context buffer for polaris 10/11 v2Christian König2016-07-182-0/+21
* vl/dri3: fix a memory leak from front bufferLeo Liu2016-07-181-0/+1
* i965/tes/scalar: fix 64-bit indirect input loadsIago Toral Quiroga2016-07-181-22/+64
* i965/tcs/scalar: only update imm_offset for second message in 64bit input loadsIago Toral Quiroga2016-07-181-7/+1
* i965: Move pulls_bary setting to emit_pixel_interpolator_send().Kenneth Graunke2016-07-171-4/+4
* i965: Write gl_FragCoord directly to the destination.Kenneth Graunke2016-07-173-10/+4
* i965: Drop has_pln checks in unlit centroid workaround.Kenneth Graunke2016-07-171-5/+2
* i965: Drop VARYING_SLOT_FACE special case in barycentric setup.Kenneth Graunke2016-07-171-3/+2
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-1737-131/+131
* virgl: drop pointless leftover init of virgl_transfer_inline_write.Dave Airlie2016-07-171-1/+0
* nv50: fix alphatest for non-blendable formatsIlia Mirkin2016-07-1614-11/+118
* mesa/st: reduce size of state->st bitmaskRob Clark2016-07-161-1/+1
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-165-5/+14
* radeonsi: remove the DRAW_PREAMBLE packetNicolai Hähnle2016-07-163-12/+1
* mesa: handle numSamples=0 in _mesa_test_proxy_teximage()Brian Paul2016-07-151-3/+1