| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Add param driCreateConfigs(mutable_render_buffer) | Chad Versace | 2018-08-07 | 7 | -11/+17 |
* | dri: Define DRI_MutableRenderBuffer extensions | Chad Versace | 2018-08-07 | 3 | -0/+7 |
* | i965: gen_shader_sha1() doesn't use the brw_context | Eric Engestrom | 2018-08-07 | 1 | -4/+4 |
* | mesa: add gl_renderbuffer::NumStorageSamples | Marek Olšák | 2018-08-04 | 1 | -0/+2 |
* | mesa: add storageSamples parameter to renderbuffer functions | Marek Olšák | 2018-08-04 | 1 | -1/+1 |
* | intel/compiler: Add brw_get_compiler_config_value for disk cache | Jordan Justen | 2018-08-01 | 1 | -1/+2 |
* | i965: Disable shader cache with INTEL_DEBUG=shader_time | Jordan Justen | 2018-08-01 | 1 | -0/+3 |
* | i965: enable XFB and GeometryStreams for gen7+ | Alejandro Piñeiro | 2018-07-31 | 1 | -0/+2 |
* | i965: Link XFB varyings for SPIR-V shaders | Neil Roberts | 2018-07-31 | 1 | -0/+1 |
* | xlib: fix build break from _swrast_map_soft_renderbuffer() call | Brian Paul | 2018-07-27 | 1 | -1/+1 |
* | i965: implement GL_MESA_framebuffer_flip_y [v3] | Fritz Koenig | 2018-07-27 | 9 | -45/+43 |
* | mesa: GL_MESA_framebuffer_flip_y extension [v4] | Fritz Koenig | 2018-07-27 | 9 | -12/+38 |
* | i965/icl: Disable binding table prefetching | Topi Pohjolainen | 2018-07-27 | 1 | -1/+13 |
* | i965: Disable guardband clipping on SandyBridge for odd dimensions | vadym.shovkoplias | 2018-07-27 | 1 | -0/+11 |
* | i965: Combine both gl_PatchVerticesIn lowering passes. | Kenneth Graunke | 2018-07-26 | 2 | -51/+18 |
* | i965: Expose EXT_base_instance extension in OpenGLES 3.0 | Sagar Ghuge | 2018-07-26 | 1 | -1/+1 |
* | i965, anv: Use INTEL_DEBUG for disk_cache driver flags | Jordan Justen | 2018-07-24 | 1 | -1/+2 |
* | i965, anv: Add extra unused character in disk_cache renderer temp string | Jordan Justen | 2018-07-24 | 1 | -2/+3 |
* | python: Better iterate over dictionaries | Mathieu Bridon | 2018-07-24 | 1 | -2/+2 |
* | intel/compiler: Account for built-in uniforms in analyze_ubo_ranges | Jason Ekstrand | 2018-07-23 | 5 | -5/+5 |
* | i965/misc: Use depth/stencil surf's tiling on gen4-5 | Nanley Chery | 2018-07-19 | 1 | -1/+3 |
* | intel/blorp: Take an explicit filter parameter in blorp_blit | Jason Ekstrand | 2018-07-18 | 1 | -2/+61 |
* | i965: Sweep NIR after linking phase to free held memory | Danylo Piliaiev | 2018-07-18 | 1 | -0/+2 |
* | intel/blorp: fix uninitialized variable warning | Caio Marcelo de Oliveira Filho | 2018-07-18 | 1 | -3/+3 |
* | i965/miptree: avoid uninitialized variable warnings | Caio Marcelo de Oliveira Filho | 2018-07-18 | 1 | -1/+2 |
* | i965: batchbuffer: write correct canonical offset with softpin | Lionel Landwerlin | 2018-07-18 | 1 | -1/+2 |
* | intel/batch_decoder: decoding of 3DSTATE_CONSTANT_BODY. | Sergii Romantsov | 2018-07-16 | 1 | -6/+6 |
* | i965/miptree: Allocate MS texture BOs as BUSY | Nanley Chery | 2018-07-13 | 1 | -2/+2 |
* | i965/miptree: Inline make_separate_stencil | Nanley Chery | 2018-07-13 | 1 | -23/+6 |
* | i965/miptree: Init r8stencil_needs_update to false | Nanley Chery | 2018-07-13 | 1 | -3/+4 |
* | i965/miptree: Refactor miptree_create | Nanley Chery | 2018-07-13 | 1 | -36/+12 |
* | i965/miptree: Add and use mt_surf_usage | Nanley Chery | 2018-07-13 | 1 | -13/+25 |
* | i965/miptree: Share alloc_flags in miptree_create | Nanley Chery | 2018-07-13 | 1 | -7/+4 |
* | i965/miptree: Share the miptree format in miptree_create | Nanley Chery | 2018-07-13 | 1 | -15/+15 |
* | i965/miptree: Share tiling_flags in miptree_create | Nanley Chery | 2018-07-13 | 1 | -8/+7 |
* | i965/miptree: Delete MIPTREE_CREATE_LINEAR | Nanley Chery | 2018-07-13 | 2 | -13/+3 |
* | i965/miptree: Use make_surface in map_blit | Nanley Chery | 2018-07-13 | 1 | -6/+6 |
* | i965/draw: Fix adding the stencil bo to the depth cache | Nanley Chery | 2018-07-13 | 1 | -1/+1 |
* | i965/draw: Set the r8stencil flag after drawing | Nanley Chery | 2018-07-13 | 1 | -1/+11 |
* | i965/miptree: Set the r8stencil flag in map_depthstencil | Nanley Chery | 2018-07-13 | 1 | -1/+3 |
* | i965: Set the r8stencil flag in miptree_finish_write | Nanley Chery | 2018-07-13 | 4 | -17/+4 |
* | 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 |