summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Stop restoring the default L3 configuration on Kernel 4.16+.Kenneth Graunke2018-02-173-2/+7
* i965: Fix aux-surface size checkDaniel Stone2018-02-172-3/+12
* i965: Implement GenerateMipmap directly, rather than using Meta.Kenneth Graunke2018-02-165-0/+135
* mesa: Move compute_num_levels from st_gen_mipmap.c to mipmap.c.Kenneth Graunke2018-02-163-27/+29
* i965/icl: Add render target flush after uploading binding tableAnuj Phogat2018-02-151-0/+14
* i965/icl: Enable float blend optimization and Wa3DStateModeAnuj Phogat2018-02-151-1/+1
* intel/common/icl: Add has_sample_with_hiz flag in gen_device_infoAnuj Phogat2018-02-151-4/+1
* i965/icl: Add assertions to check dispatch mode is SIMD8Anuj Phogat2018-02-151-0/+5
* i965/icl: Update switch statementsAnuj Phogat2018-02-152-0/+2
* i965/icl: Update the assert in brw_memory_barrier()Anuj Phogat2018-02-151-1/+1
* i965/icl: Define and use icl mocs settingsAnuj Phogat2018-02-153-1/+11
* i965/icl: Update the comment for maximum number of threads per PSDAnuj Phogat2018-02-151-4/+5
* i965/icl: Build and use gen11 functions for genxml state-upload and blorpAnuj Phogat2018-02-158-4/+43
* i965/icl: Don't set ResetGatewayTimerAnuj Phogat2018-02-151-0/+2
* i965: Drop EXEC_OBJECT_CAPTURE defines.Kenneth Graunke2018-02-151-3/+0
* mesa: don't clamp just based on ARB_viewport_array extensionGurchetan Singh2018-02-151-3/+2
* meson: use a custom target instead of a generator for i965 oaDylan Baker2018-02-141-11/+10
* st: add NIR GL_ARB_get_program_binary supportTimothy Arceri2018-02-151-2/+13
* st/shader_cache: add st_{de}serialise_nir_program() helpersTimothy Arceri2018-02-152-0/+22
* i965: Add gl_state_index casts for PATCH_VERTICES_INJason Ekstrand2018-02-141-1/+2
* i965/miptree: Initialize mcs with a linear mapScott D Phillips2018-02-141-1/+1
* i965/tiled_memcpy: change linear pointer from (0, 0) to (xt1, yt1)Scott D Phillips2018-02-143-11/+11
* i965/tiled_memcpy: linear_to_ytiled a cache line at a timeScott D Phillips2018-02-141-6/+66
* i965/gen10: Remove warning message.Rafael Antognolli2018-02-141-7/+0
* mesa: add glsl version query (v4)Vadym Shovkoplias2018-02-135-0/+103
* mesa: add missing switch case for EXTRA_VERSION_40 in check_extra()Brian Paul2018-02-131-0/+5
* mesa: fix compile failureMark Janes2018-02-131-0/+1
* Partially revert "mesa: use GLenum16 in a few more places"Mark Janes2018-02-131-1/+1
* Revert "mesa: reduce the size of gl_texture_image"Mark Janes2018-02-131-24/+23
* i965: fix tessellation regressions with gl_state_index16Dave Airlie2018-02-121-1/+1
* st/glsl: set req_local_mem earlier for compute shadersTimothy Arceri2018-02-131-1/+2
* mesa: move STATE_LENGTH to shader_enums.h and use it everywhereMarek Olšák2018-02-131-6/+0
* mesa: reduce the size of gl_texture_imageMarek Olšák2018-02-131-23/+24
* mesa: reduce the size of gl_program_parameterMarek Olšák2018-02-131-3/+3
* mesa,glsl,nir: reduce gl_state_index size to 2 bytesMarek Olšák2018-02-1320-51/+48
* mesa: reduce the size of gl_viewport_attribMarek Olšák2018-02-132-2/+2
* mesa: reduce the size of gl_texture_objectMarek Olšák2018-02-132-30/+30
* mesa: reduce the size of gl_programMarek Olšák2018-02-131-2/+2
* mesa: reduce the size of gl_image_unit (v2)Marek Olšák2018-02-132-7/+8
* mesa: further reduce the size of ctx->TextureMarek Olšák2018-02-132-23/+26
* mesa: decrease the array size of ctx->Texture.FixedFuncUnit to 8Marek Olšák2018-02-135-2/+37
* mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák2018-02-1332-174/+250
* mesa: inline init_texture_unitMarek Olšák2018-02-131-51/+39
* mesa: use GLenum16 in a few more placesMarek Olšák2018-02-131-3/+3
* i965: Fix bugs in intel_from_planarDaniel Stone2018-02-121-27/+29
* r200: remove left over dead codeEric Engestrom2018-02-121-20/+0
* st/glsl_to_nir: remove unused options variableTimothy Arceri2018-02-101-2/+0
* st/radeonsi: enable disk cache for nirTimothy Arceri2018-02-101-4/+11
* st: add nir shader disk cache supportTimothy Arceri2018-02-104-44/+135
* st/glsl_to_tgsi: move nir detection earlierTimothy Arceri2018-02-101-8/+7