| Commit message (Expand) | Author | Age | Files | Lines |
* | meson: use dependency()+find_program() for wayland-scanner | Emil Velikov | 2018-08-07 | 1 | -1/+2 |
* | swr: don't export swr_create_screen_internal | Emil Velikov | 2018-08-07 | 2 | -2/+1 |
* | meson: install KHR/khrplatform.h when needed | Eric Engestrom | 2018-08-07 | 1 | -1/+1 |
* | i965: gen_shader_sha1() doesn't use the brw_context | Eric Engestrom | 2018-08-07 | 1 | -4/+4 |
* | configure: install KHR/khrplatform.h when needed | Eric Engestrom | 2018-08-07 | 1 | -0/+1 |
* | intel: don't build tools without -Dtools=intel | Lionel Landwerlin | 2018-08-07 | 2 | -15/+15 |
* | virgl: update virgl_hw.h from virglrenderer | Erik Faye-Lund | 2018-08-07 | 1 | -1/+26 |
* | virgl: rename msaa_sample_positions -> sample_locations | Erik Faye-Lund | 2018-08-07 | 2 | -5/+5 |
* | vc4: Fix a leak of the no-vertex-elements workaround BO. | Eric Anholt | 2018-08-06 | 1 | -0/+2 |
* | vc4: Fix context creation when syncobjs aren't supported. | Eric Anholt | 2018-08-06 | 1 | -2/+6 |
* | v3d: Emit the VCM_CACHE_SIZE packet. | Eric Anholt | 2018-08-06 | 6 | -4/+45 |
* | v3d: Drop "VC5" from the renderer string. | Eric Anholt | 2018-08-06 | 1 | -1/+1 |
* | v3d: Avoid spilling that breaks the r5 usage after a ldvary. | Eric Anholt | 2018-08-06 | 1 | -0/+9 |
* | v3d: Make sure that QPU instruction-has-a-dest matches VIR. | Eric Anholt | 2018-08-06 | 2 | -1/+11 |
* | v3d: Wait for TMU writes to complete before continuing after a spill. | Eric Anholt | 2018-08-06 | 1 | -1/+6 |
* | v3d: Make sure we don't emit a thrsw before the last one finished. | Eric Anholt | 2018-08-06 | 1 | -2/+13 |
* | v3d: Add some debug code for forcing register spilling. | Eric Anholt | 2018-08-06 | 1 | -0/+14 |
* | drisw: Fix build on Android Nougat, which lacks shm (v2) | Chad Versace | 2018-08-06 | 1 | -0/+11 |
* | mesa: fix make check for AMD_framebuffer_multisample_advanced | Ian Romanick | 2018-08-06 | 1 | -0/+8 |
* | glapi: Fix GLES versioning for AMD_framebuffer_multisample_advanced functions | Ian Romanick | 2018-08-06 | 1 | -2/+2 |
* | meson, install_megadrivers: Also remove stale symlinks | Gert Wollny | 2018-08-06 | 1 | -2/+4 |
* | anv: add more swapchain formats | Tapani Pälli | 2018-08-06 | 1 | -5/+11 |
* | nvc0/ir: return 0 in imageLoad on incomplete textures | Karol Herbst | 2018-08-04 | 2 | -3/+31 |
* | gm200/ir: optimize rcp(sqrt) to rsq | Karol Herbst | 2018-08-04 | 1 | -1/+10 |
* | gm200/ir: add native OP_SQRT support | Karol Herbst | 2018-08-04 | 4 | -2/+14 |
* | intel: tools: simplify meson build | Lionel Landwerlin | 2018-08-04 | 1 | -46/+50 |
* | intel: aubinator: simplify decoding | Lionel Landwerlin | 2018-08-04 | 1 | -10/+5 |
* | intel: common: add missing stdint include | Lionel Landwerlin | 2018-08-04 | 1 | -0/+2 |
* | intel: decoder: remove unused variable | Lionel Landwerlin | 2018-08-04 | 1 | -2/+0 |
* | intel: tools: aubwrite: reuse canonical address helper | Lionel Landwerlin | 2018-08-04 | 1 | -17/+2 |
* | intel: aubinator: fix read the context/ring | Lionel Landwerlin | 2018-08-04 | 1 | -2/+2 |
* | nir: Transform expressions of b2f(a) and b2f(b) to a == b | Ian Romanick | 2018-08-04 | 1 | -0/+3 |
* | nir: Transform expressions of b2f(a) and b2f(b) to a ^^ b | Ian Romanick | 2018-08-04 | 1 | -0/+3 |
* | nir: Transform expressions of b2f(a) and b2f(b) to !(a && b) | Ian Romanick | 2018-08-04 | 1 | -0/+3 |
* | nir: Transform expressions of b2f(a) and b2f(b) to a && b | Ian Romanick | 2018-08-04 | 1 | -0/+3 |
* | nir: Transform expressions of b2f(a) and b2f(b) to !(a || b) | Ian Romanick | 2018-08-04 | 1 | -0/+11 |
* | nir: Transform -fabs(a) >= 0 to a == 0 | Ian Romanick | 2018-08-04 | 1 | -0/+9 |
* | nir: Transform expressions of b2f(a) and b2f(b) to a || b | Ian Romanick | 2018-08-04 | 1 | -0/+19 |
* | nir: Transform -fabs(a) < 0 to a != 0 | Ian Romanick | 2018-08-04 | 1 | -0/+4 |
* | nir: Rearrange bcsel with two bcsel sources | Ian Romanick | 2018-08-04 | 1 | -0/+4 |
* | nir: Collapse more repeated bcsels on the same argument | Ian Romanick | 2018-08-04 | 1 | -0/+1 |
* | nir: Don't compare i2f or u2i with zero | Ian Romanick | 2018-08-04 | 1 | -0/+13 |
* | nir: Remove f2i(i2f(x)) conversions | Ian Romanick | 2018-08-04 | 1 | -0/+8 |
* | nir: Mark the 0.0 < abs(a) transformation as imprecise | Ian Romanick | 2018-08-04 | 1 | -1/+1 |
* | radeonsi: cosmetic changes | Marek Olšák | 2018-08-04 | 5 | -6/+5 |
* | st/mesa: expose & set limits for AMD_framebuffer_multisample_advanced | Marek Olšák | 2018-08-04 | 2 | -1/+90 |
* | st/mesa: add renderbuffer support for AMD_framebuffer_multisample_advanced | Marek Olšák | 2018-08-04 | 1 | -8/+53 |
* | 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 |