| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | st/mesa: pass storage_sample_count parameter into st_choose_format | Marek Olšák | 2018-08-04 | 6 | -22/+30 |
* | mesa: add functional FBO changes for AMD_framebuffer_multisample_advanced | Marek Olšák | 2018-08-04 | 2 | -17/+131 |
* | mesa: add gl_renderbuffer::NumStorageSamples | Marek Olšák | 2018-08-04 | 4 | -9/+23 |
* | mesa: implement glGet for AMD_framebuffer_multisample_advanced | Marek Olšák | 2018-08-04 | 4 | -0/+32 |
* | glapi: define AMD_framebuffer_multisample_advanced and add its functions | Marek Olšák | 2018-08-04 | 2 | -0/+32 |
* | mesa: add storageSamples parameter to renderbuffer functions | Marek Olšák | 2018-08-04 | 6 | -21/+33 |
* | mesa: add switch case for GL 2.0 in _mesa_compute_version() | Brian Paul | 2018-08-02 | 1 | -0/+2 |
* | mesa: replace binary constants with hexadecimal constants18.2-branchpoint | Andres Gomez | 2018-08-02 | 1 | -58/+58 |
* | 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 |
* | glsl, glsl_to_tgsi: fix sampler/image constants | Rhys Perry | 2018-08-01 | 1 | -3/+11 |
* | glsl_to_tgsi: allow bound samplers and images to be used as l-values | Rhys Perry | 2018-08-01 | 2 | -1/+55 |
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 12 | -48/+59 |
* | gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples | Marek Olšák | 2018-07-31 | 4 | -3/+9 |
* | st/mesa: implement ASTC 2D LDR fallback for all drivers | Marek Olšák | 2018-07-31 | 5 | -2/+80 |
* | st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)Image | Marek Olšák | 2018-07-31 | 1 | -0/+41 |
* | st/mesa: generalize fallback_copy_image for compressed textures | Marek Olšák | 2018-07-31 | 1 | -6/+11 |
* | st/mesa: generalize code for the compressed texture map/unmap fallback | Marek Olšák | 2018-07-31 | 2 | -23/+31 |
* | st/mesa: use st_compressed_format_fallback more | Marek Olšák | 2018-07-31 | 1 | -12/+4 |
* | st/mesa: generalize st_etc_fallback -> st_compressed_format_fallback | Marek Olšák | 2018-07-31 | 3 | -13/+17 |
* | mesa: add ASTC 2D LDR decoder | Marek Olšák | 2018-07-31 | 6 | -0/+1967 |
* | 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 |
* | arb_gl_spirv: add calls to several nir lowerings | Alejandro Piñeiro | 2018-07-31 | 1 | -0/+8 |
* | mesa/glspirv: Set last_vert_prog | Neil Roberts | 2018-07-31 | 1 | -0/+7 |
* | mesa: fix a typo (trivial) | Tapani Pälli | 2018-07-31 | 1 | -1/+1 |
* | mesa: add glRenderbufferStorage support for EXT_texture_norm16 formats | Tapani Pälli | 2018-07-31 | 1 | -3/+7 |
* | xlib: fix build break from _swrast_map_soft_renderbuffer() call | Brian Paul | 2018-07-27 | 1 | -1/+1 |
* | swrast: fix crash in AA line code when there's no texture | Brian Paul | 2018-07-27 | 1 | -4/+6 |
* | mesa: add switch case for GL 2.1 in _mesa_compute_version() | Brian Paul | 2018-07-27 | 1 | -0/+3 |
* | mesa: replace tabs with spaces in mipmap.c | Brian Paul | 2018-07-27 | 1 | -28/+28 |
* | mesa: whitespace clean-up in texstore.c | Brian Paul | 2018-07-27 | 1 | -45/+50 |
* | mesa: move var decls in texstore_rgba() | Brian Paul | 2018-07-27 | 1 | -6/+8 |
* | mesa: remove unneeded free() call in texstore_rgba() | Brian Paul | 2018-07-27 | 1 | -1/+0 |
* | 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 | 26 | -56/+140 |
* | 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 |
* | st/nir: Fix st_nir_opts() prototype. | Kenneth Graunke | 2018-07-25 | 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 |
* | mesa: allow indirect draws with the default VAO and compatibility profile | Marek Olšák | 2018-07-24 | 1 | -1/+2 |
* | mesa: Fix copy-paste error in ConservativeRasterDilateRange initialization | Danylo Piliaiev | 2018-07-24 | 1 | -1/+1 |
* | python: Use range() instead of xrange() | Mathieu Bridon | 2018-07-24 | 1 | -2/+2 |
* | 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 |
* | st: Sweep NIR after linking phase to free held memory | Danylo Piliaiev | 2018-07-20 | 1 | -0/+2 |
* | i965/misc: Use depth/stencil surf's tiling on gen4-5 | Nanley Chery | 2018-07-19 | 1 | -1/+3 |