| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/miptree: Use the correct BLT pitch | Nanley Chery | 2018-07-12 | 1 | -6/+6 |
* | i965/miptree: Drop an if case from retile_as_linear | Nanley Chery | 2018-07-12 | 1 | -4/+0 |
* | i965: Make blt_pitch public | Nanley Chery | 2018-07-12 | 2 | -10/+12 |
* | i965: fix typo (wrong gen number) in comment | Caio Marcelo de Oliveira Filho | 2018-07-12 | 1 | -1/+1 |
* | i965: Support saving the gen program with glGetProgramBinary | Jordan Justen | 2018-07-09 | 1 | -6/+66 |
* | i965: Add flag_state param to brw_search_cache | Jordan Justen | 2018-07-09 | 12 | -45/+35 |
* | mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob | Jordan Justen | 2018-07-09 | 3 | -1/+12 |
* | i965: Add brw_populate_default_key | Jordan Justen | 2018-07-09 | 12 | -73/+195 |
* | i965: Replace brw_setup_tex_for_precompile brw with devinfo | Jordan Justen | 2018-07-09 | 8 | -9/+8 |
* | i965: Regenerate blob without gen program for shader cache | Jordan Justen | 2018-07-09 | 1 | -1/+63 |
* | i965: Add support for driver cache blob containing the gen program | Jordan Justen | 2018-07-09 | 1 | -0/+41 |
* | i965: Use brw_prog_key_set_id in disk cache load/store code | Jordan Justen | 2018-07-09 | 1 | -16/+8 |
* | i965: Add brw_prog_key_set_id helper to set the program id on any stage | Jordan Justen | 2018-07-09 | 2 | -0/+19 |
* | i965: Add brw_stage_cache_id to map gl stages to brw cache_ids | Jordan Justen | 2018-07-09 | 2 | -0/+17 |
* | i965: Add brw_(read|write)_blob_program_data functions | Jordan Justen | 2018-07-09 | 3 | -41/+61 |
* | i965: Add brw_program_deserialize_driver_blob | Jordan Justen | 2018-07-09 | 3 | -21/+48 |
* | i965: Move brw_program_*serialize_nir to brw_program_binary.c | Jordan Justen | 2018-07-09 | 2 | -37/+37 |
* | i965: Use ShaderCacheSerializeDriverBlob driver function | Jordan Justen | 2018-07-09 | 3 | -11/+7 |
* | i965/icl: Don't set float blend optimization bit in CACHE_MODE_SS | Anuj Phogat | 2018-07-09 | 1 | -4/+0 |
* | swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2) | Adam Jackson | 2018-07-09 | 1 | -21/+20 |
* | i965: fix clear color bo address relocation | Lionel Landwerlin | 2018-07-07 | 1 | -1/+1 |
* | i965: Use the new nir atomic counter linker for SPIR-V shaders | Neil Roberts | 2018-07-03 | 1 | -0/+2 |
* | i965: enable AtomicStorage capability for gen7+ | Alejandro Piñeiro | 2018-07-03 | 1 | -0/+1 |
* | i965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa | Kenneth Graunke | 2018-07-02 | 1 | -2/+2 |
* | st/mesa/i965: Allow decompressing ETC2 to GL_RGBA | Tomeu Vizoso | 2018-07-02 | 1 | -1/+1 |
* | intel/anv,blorp,i965: Implement the SKL 16x MSAA SIMD32 workaround | Jason Ekstrand | 2018-06-28 | 1 | -0/+17 |
* | intel/fs: Add fields to wm_prog_data for SIMD32 dispatch | Jason Ekstrand | 2018-06-28 | 2 | -0/+3 |
* | i965: Add plumbing for shader time in 32-wide FS dispatch mode. | Francisco Jerez | 2018-06-28 | 3 | -2/+11 |
* | intel/compiler: Add and use helpers for working with KSP indices | Jason Ekstrand | 2018-06-28 | 2 | -23/+47 |
* | i965: Re-arrange shader kernel setup in WM state | Jason Ekstrand | 2018-06-28 | 1 | -37/+57 |
* | i965/bufmgr: Use the correct argument order for bo_alloc_internal | Jason Ekstrand | 2018-06-27 | 1 | -2/+2 |
* | i965: small cleanup in blorp debug printing output (trivial) | Tapani Pälli | 2018-06-27 | 1 | -1/+1 |
* | nir: Remove old-school deref chain support | Jason Ekstrand | 2018-06-22 | 1 | -1/+0 |
* | nir: Use derefs in nir_lower_samplers | Jason Ekstrand | 2018-06-22 | 1 | -2/+0 |
* | i965: Move nir_lower_deref_instrs to right before locals_to_regs | Jason Ekstrand | 2018-06-22 | 1 | -3/+2 |
* | intel/nir: Fixup deref modes after lowering patch vertices | Jason Ekstrand | 2018-06-22 | 1 | -0/+2 |
* | anv,i965,radv,st,ir3: Call nir_lower_deref_instrs | Jason Ekstrand | 2018-06-22 | 2 | -2/+7 |
* | i965: Link uniforms of SPIR-V programs using the NIR linker | Eduardo Lima Mitev | 2018-06-21 | 1 | -0/+6 |
* | i965: Setup glsl uniforms by index rather than name matching | Neil Roberts | 2018-06-21 | 1 | -13/+37 |
* | i965: account for NIR uniforms without name | Eduardo Lima Mitev | 2018-06-21 | 2 | -8/+5 |
* | i965: Update TexturesUsed after linking the shaders | Neil Roberts | 2018-06-21 | 1 | -1/+3 |
* | i965: Build SPIR-V programs' resource list using NIR | Eduardo Lima Mitev | 2018-06-21 | 1 | -1/+7 |
* | i965: use gl_shader_program_data::spirv | Alejandro Piñeiro | 2018-06-21 | 1 | -1/+1 |
* | mesa: remove struct gl_extensions::ATI_separate_stencil | Emil Velikov | 2018-06-21 | 2 | -2/+0 |
* | meson: fix i965/anv/isl genX static lib names | Eric Engestrom | 2018-06-18 | 1 | -1/+1 |
* | drivers/dri/i965: add missing #include | Ross Burton | 2018-06-12 | 1 | -0/+2 |
* | i965: fix resource leak | Eric Engestrom | 2018-06-11 | 1 | -1/+3 |
* | i965/screen: Sanity check that all formats we advertise are useable | Jason Ekstrand | 2018-06-07 | 1 | -4/+20 |
* | i965/screen: Use RGBA non-sRGB formats for images | Jason Ekstrand | 2018-06-07 | 1 | -0/+9 |
* | i965/screen: Return false for unsupported formats in query_modifiers | Jason Ekstrand | 2018-06-07 | 1 | -2/+14 |