| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | swr/rast: Add extra (optional) parameter in GATHERPS | George Kyriazis | 2018-01-25 | 4 | -5/+10 |
* | swr/rast: Better ExecCmd (i.e. system()) implmentation | George Kyriazis | 2018-01-25 | 3 | -34/+169 |
* | swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRast | George Kyriazis | 2018-01-25 | 1 | -33/+33 |
* | mesa: whitespace fixes in attrib.c | Brian Paul | 2018-01-25 | 1 | -78/+77 |
* | mesa: whitespace fixes in varray.h | Brian Paul | 2018-01-25 | 1 | -26/+29 |
* | mesa: include mtypes.h in varray.h | Brian Paul | 2018-01-25 | 1 | -3/+1 |
* | mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in comments | Brian Paul | 2018-01-25 | 3 | -3/+3 |
* | mesa: simplify _mesa_delete_list() a bit, add some assertions | Brian Paul | 2018-01-25 | 1 | -28/+11 |
* | st/mesa: expand glDrawPixels cache to handle multiple images | Brian Paul | 2018-01-25 | 3 | -68/+153 |
* | st/mesa: add some debug code in st_choose_format() | Brian Paul | 2018-01-25 | 1 | -5/+18 |
* | svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResult | Brian Paul | 2018-01-25 | 1 | -3/+3 |
* | configure.ac: correct driglx-direct help text | Emil Velikov | 2018-01-25 | 1 | -1/+1 |
* | swrast: remove non-applicable GLX_SWAP_COPY_OML comment | Emil Velikov | 2018-01-25 | 1 | -3/+0 |
* | mapi: remove duplicate GL typedefs | Emil Velikov | 2018-01-25 | 1 | -7/+0 |
* | mapi: remove non applicable HAVE_DIX_CONFIG_H hunk | Emil Velikov | 2018-01-25 | 1 | -6/+0 |
* | mapi: autotools: remove unused MAPI_FILES file list | Emil Velikov | 2018-01-25 | 1 | -11/+0 |
* | automake: st/mesa/tests: add st_tests_common.h to the tarball | Emil Velikov | 2018-01-25 | 1 | -1/+2 |
* | automake: mesa: include vbo_private.h in the tarball | Emil Velikov | 2018-01-25 | 1 | -0/+1 |
* | automake: small cleanup after the meson.build inclusion | Emil Velikov | 2018-01-25 | 4 | -5/+4 |
* | automake: anv: ship anv_extensions_gen.py in the tarball | Emil Velikov | 2018-01-25 | 1 | -0/+1 |
* | automake: vc5: remove non-applicable v3dx_simulator.h | Emil Velikov | 2018-01-25 | 1 | -1/+0 |
* | gallivm: fix crash with seamless cube filtering with different min/mag filter | Roland Scheidegger | 2018-01-25 | 1 | -17/+21 |
* | egl: keep extension list sorted, per comment at the top | Eric Engestrom | 2018-01-25 | 1 | -1/+1 |
* | swr/rast: support llvm 3.9 type declarations | George Kyriazis | 2018-01-25 | 1 | -0/+14 |
* | ac/nir: add break statements in needs_view_index_sgpr() | Samuel Pitoiset | 2018-01-25 | 1 | -0/+2 |
* | loader: let compiler figure out the length of the string | Eric Engestrom | 2018-01-25 | 1 | -2/+1 |
* | meson: simplify dri3 logic | Eric Engestrom | 2018-01-25 | 1 | -8/+2 |
* | mesa: add missing RGB9_E5 format in _mesa_base_fbo_format | Juan A. Suarez Romero | 2018-01-25 | 1 | -0/+3 |
* | i965: Stop disabling aux during texture preparation | Jason Ekstrand | 2018-01-24 | 3 | -12/+8 |
* | i965/draw: Set NEW_AUX_STATE when draw aux changes | Jason Ekstrand | 2018-01-24 | 1 | -1/+4 |
* | i965: Replace draw_aux_buffer_disabled with draw_aux_usage | Jason Ekstrand | 2018-01-24 | 4 | -35/+27 |
* | i965/surface_state: Drop brw_aux_surface_disabled | Jason Ekstrand | 2018-01-24 | 1 | -20/+0 |
* | i965/miptree: Add an aux_disabled parameter to render_aux_usage | Jason Ekstrand | 2018-01-24 | 5 | -8/+17 |
* | i965/miptree: Take an aux_usage in prepare/finish_render | Jason Ekstrand | 2018-01-24 | 4 | -16/+8 |
* | aubinator: Multiply count by 4 to compute buffer sizes | Jason Ekstrand | 2018-01-24 | 1 | -1/+1 |
* | st/glsl_to_nir: remove reallocation of sampler/image location | Timothy Arceri | 2018-01-25 | 1 | -8/+0 |
* | docs: add 18.1.0-devel release notes template | Jordan Justen | 2018-01-24 | 1 | -0/+64 |
* | mesa: bump version to 18.1.0-devel | Jordan Justen | 2018-01-24 | 1 | -1/+1 |
* | meson: handle LLVM 'x.x.xgit-revision' versions | Greg V | 2018-01-24 | 1 | -2/+6 |
* | meson: fix getting cflags from pkg-config | Greg V | 2018-01-24 | 1 | -4/+6 |
* | meson: fix BSD build | Greg V | 2018-01-24 | 1 | -26/+28 |
* | meson: fix missing dependencies | Greg V | 2018-01-24 | 2 | -2/+2 |
* | anv: correct a duplicate check in an assert | Grazvydas Ignotas | 2018-01-25 | 1 | -1/+1 |
* | meson: fix HAVE_LLVM version define in meson build | Marc Dietrich | 2018-01-24 | 1 | -1/+1 |
* | meson: correctly set SYSCONFDIR for loading dirrc | Dylan Baker | 2018-01-24 | 1 | -2/+6 |
* | radv: add multisample Z optimisation from amdvlk | Dave Airlie | 2018-01-25 | 1 | -0/+3 |
* | radv: move spi_baryc_cntl to pipeline | Dave Airlie | 2018-01-25 | 3 | -5/+5 |
* | gallium/u_tests: add texture_barrier and FBFETCH tests | Marek Olšák | 2018-01-24 | 1 | -1/+110 |
* | radeonsi: don't ignore pitch for imported textures | Marek Olšák | 2018-01-24 | 1 | -2/+12 |
* | meson: Fix define for USE_SSE41 | Scott D Phillips | 2018-01-24 | 1 | -1/+1 |