summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add MESA_SHADER_KERNELKarol Herbst2019-01-211-0/+4
* nir: rename nir_var_ssbo to nir_var_mem_ssboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_ubo to nir_var_mem_uboKarol Herbst2019-01-191-1/+1
* nir: rename nir_var_function to nir_var_function_tempKarol Herbst2019-01-192-2/+2
* nir: rename nir_var_private to nir_var_shader_tempKarol Herbst2019-01-191-1/+1
* glsl: don't skip GLSL IR opts on first-time compilesTimothy Arceri2019-01-191-2/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-155-2/+67
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-154-2/+45
* st/mesa: Rearrange PIPE_QUERY_PIPELINE_STATISTICS result fetching.Kenneth Graunke2019-01-151-43/+45
* st/mesa: Make an enum for pipeline statistics query result indices.Kenneth Graunke2019-01-151-11/+11
* i965: Drop mark_surface_used mechanism.Kenneth Graunke2019-01-133-5/+7
* st/nir: Lower TES gl_PatchVerticesIn to a constant if linked with a TCS.Kenneth Graunke2019-01-111-0/+23
* blorp: Pass the batch to lookup/upload_shader instead of contextKenneth Graunke2019-01-101-4/+4
* blorp: Add blorp_get_surface_address to the driver interface.Kenneth Graunke2019-01-101-0/+8
* i965: Compile fp64 funcs only if we do not have 64-bit hardware supportMatt Turner2019-01-101-1/+1
* intel/isl: move tiled_memcpy static libs from i965 to islTapani Pälli2019-01-1014-1459/+91
* i965: Enable 64-bit GLSL extensionsMatt Turner2019-01-091-4/+4
* i965: Compile fp64 software routines and lower double-opsMatt Turner2019-01-093-1/+63
* glsl: Create file to contain software fp64 functionsMatt Turner2019-01-091-0/+1
* st/mesa: don't leak pipe_surface if pipe_context is not currentMarek Olšák2019-01-091-1/+4
* st/mesa: don't reference pipe_surface locally in PBO codeMarek Olšák2019-01-091-3/+1
* st/mesa: unify window-system renderbuffer initializationMarek Olšák2019-01-093-21/+28
* radeon: fix printf format specifier.Maya Rashish2019-01-091-1/+1
* nir: rename global/local to private/function memoryKarol Herbst2019-01-082-3/+3
* spirv: Sort supported capabilitiesJason Ekstrand2019-01-071-5/+5
* spirv: Add support for using derefs for UBO/SSBO accessJason Ekstrand2019-01-081-0/+1
* nir: Move propagation of cast derefs to a new nir_opt_deref passJason Ekstrand2019-01-081-1/+1
* glsl_type: Add support for explicitly laid out matrices and arraysJason Ekstrand2019-01-081-1/+1
* nir: Distinguish between normal uniforms and UBOsJason Ekstrand2019-01-081-2/+1
* st/glsl: refactor st_link_nir()Timothy Arceri2019-01-071-36/+16
* i965: add CS stall on VF invalidation workaroundLionel Landwerlin2019-01-042-2/+2
* i965: include draw_params/derived_draw_params for VF cache workaroundLionel Landwerlin2019-01-041-5/+18
* i965: limit VF caching workaround to gen8/9/10Lionel Landwerlin2019-01-042-2/+4
* nir: rename nir_link_constant_varyings() nir_link_opt_varyings()Timothy Arceri2019-01-021-1/+1
* st/glsl_to_nir: call nir_lower_load_const_to_scalar() in the stTimothy Arceri2019-01-021-1/+3
* st/mesa: expose GL_NV_shader_atomic_float when ATOMFADD is supportedIlia Mirkin2018-12-261-0/+1
* st/mesa: select ATOMFADD when source type is floatIlia Mirkin2018-12-262-0/+3
* st/mesa: allow glDrawElements to work with GL_SELECT feedbackIlia Mirkin2018-12-262-23/+42
* st/nir: Drop unused gl_program parameter in VS input handling helper.Kenneth Graunke2018-12-211-2/+2
* st/nir: Gather info after applying lowering FS variant featuresKenneth Graunke2018-12-211-0/+4
* st/mesa: Combine the DrawPixels and Bitmap passthrough VS programs.Kenneth Graunke2018-12-214-33/+22
* st/mesa: Don't open code the drawpixels vertex shader.Kenneth Graunke2018-12-211-27/+11
* st/mesa: Drop !passColor optimization in drawpixels shaders.Kenneth Graunke2018-12-212-28/+20
* st/mesa: Drop dead 'passthrough_fs' field.Kenneth Graunke2018-12-211-2/+0
* st/mesa: remove sampler associated with buffer texture in pbo logicIlia Mirkin2018-12-201-5/+0
* i965: Don't override subslice count to 4 on Gen11.Kenneth Graunke2018-12-171-1/+1
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-171-1/+1
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-171-1/+1
* st/nir: Use nir_src_as_uint for tokensJason Ekstrand2018-12-161-5/+1
* i965/gen9: Add workarounds for object preemption.Rafael Antognolli2018-12-141-0/+63