| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: require at least 14 UBOs for GL 4.3 | Roland Scheidegger | 2018-01-12 | 1 | -0/+1 |
* | meson: Use dependencies for nir | Dylan Baker | 2018-01-11 | 3 | -8/+9 |
* | meson: don't use intermediate variables that are immediately discarded | Dylan Baker | 2018-01-11 | 1 | -2/+1 |
* | meson: Use consistent style for tests | Dylan Baker | 2018-01-11 | 1 | -1/+3 |
* | meson: Use consistent style | Dylan Baker | 2018-01-11 | 2 | -13/+21 |
* | dri_util: remove ALLOW_RGB10_CONFIGS option (v2) | Marek Olšák | 2018-01-10 | 2 | -5/+2 |
* | i965/nir: lower TES PatchVerticesIn to a constant when a TCS is present | Iago Toral Quiroga | 2018-01-10 | 1 | -4/+22 |
* | glsl: remove Lower{TCS,TES}PatchVerticesIn | Iago Toral Quiroga | 2018-01-10 | 2 | -4/+0 |
* | i965: lower gl_PatchVerticesIn to a uniform | Iago Toral Quiroga | 2018-01-10 | 1 | -0/+8 |
* | i965/nir: add a helper to lower gl_PatchVerticesIn to a uniform | Iago Toral Quiroga | 2018-01-10 | 1 | -0/+25 |
* | Fix use of alloca() without #include <c99_alloca.h> | Jon Turney | 2018-01-09 | 1 | -0/+1 |
* | intel: Apply Geminilake "Barrier Mode" workaround. | Kenneth Graunke | 2018-01-09 | 2 | -0/+20 |
* | nir: fix st_nir_assign_var_locations for patch variables | Karol Herbst | 2018-01-08 | 1 | -2/+6 |
* | i965: Torch public intel_batchbuffer_emit_dword/float helpers. | Kenneth Graunke | 2018-01-06 | 2 | -15/+2 |
* | i965: Require space for MI_BATCHBUFFER_END. | Kenneth Graunke | 2018-01-06 | 1 | -2/+5 |
* | i965: Shut up a few unused variable warnings. | Kenneth Graunke | 2018-01-06 | 1 | -2/+2 |
* | mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up | Marek Olšák | 2018-01-06 | 5 | -32/+11 |
* | st/glsl_to_nir/radeonsi: enable tessellation shaders | Timothy Arceri | 2018-01-05 | 1 | -1/+3 |
* | mesa/bindless: fix missing image _Layer initialization | Ilia Mirkin | 2018-01-04 | 1 | -0/+1 |
* | mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102. | Mario Kleiner | 2018-01-03 | 1 | -1/+2 |
* | st/mesa: Handle BGR[A/X]1010102 formats. | Mario Kleiner | 2018-01-03 | 1 | -0/+6 |
* | mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type. | Mario Kleiner | 2018-01-03 | 1 | -0/+3 |
* | i965/screen: Honor 'allow_rgb10_configs' option. (v2) | Mario Kleiner | 2018-01-03 | 1 | -0/+19 |
* | dri/common: Add option to allow exposure of 10 bpc color configs. (v2) | Mario Kleiner | 2018-01-03 | 1 | -4/+8 |
* | i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3) | Mario Kleiner | 2018-01-03 | 1 | -1/+11 |
* | i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3. | Mario Kleiner | 2018-01-03 | 1 | -0/+6 |
* | i965: Support accelerated blit for depth 30 formats. (v2) | Mario Kleiner | 2018-01-03 | 1 | -1/+19 |
* | i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap. | Mario Kleiner | 2018-01-03 | 1 | -2/+10 |
* | i965: Drop support for the legacy SNORM -> Float equation. | Kenneth Graunke | 2018-01-02 | 1 | -1/+0 |
* | meta: Don't pollute the texture namespace | Ian Romanick | 2018-01-02 | 2 | -29/+10 |
* | meta: Use _mesa_bind_texture instead of _mesa_BindTexture | Ian Romanick | 2018-01-02 | 2 | -5/+5 |
* | meta: Use _mesa_CreateTextures instead of _mesa_GenTextures | Ian Romanick | 2018-01-02 | 1 | -1/+1 |
* | meta: Track temporary textures using gl_texture_object instead of GL API obje... | Ian Romanick | 2018-01-02 | 3 | -17/+36 |
* | meta/blit: Track temporary texture using gl_texture_object instead of GL API ... | Ian Romanick | 2018-01-02 | 2 | -7/+7 |
* | meta/blit: Use _mesa_bind_texture instead of _mesa_BindTexture | Ian Romanick | 2018-01-02 | 1 | -1/+1 |
* | meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_image | Ian Romanick | 2018-01-02 | 2 | -7/+6 |
* | meta/blit: Track source texture using gl_texture_object instead of GL API obj... | Ian Romanick | 2018-01-02 | 2 | -0/+2 |
* | meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return it | Ian Romanick | 2018-01-02 | 2 | -14/+14 |
* | meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_image | Ian Romanick | 2018-01-02 | 2 | -9/+7 |
* | meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_image | Ian Romanick | 2018-01-02 | 2 | -14/+10 |
* | meta/blit: Don't restore state of the temporary texture | Ian Romanick | 2018-01-02 | 1 | -21/+27 |
* | meta/blit: Check the values instead of the target before restoring | Ian Romanick | 2018-01-02 | 1 | -2/+6 |
* | mesa: Add _mesa_bind_texture method | Ian Romanick | 2018-01-02 | 2 | -2/+26 |
* | Revert "mesa: remove unused _mesa_delete_nameless_texture()" | Ian Romanick | 2018-01-02 | 2 | -0/+46 |
* | mesa: Fold _mesa_record_error into its only caller | Ian Romanick | 2018-01-02 | 3 | -30/+2 |
* | st/mesa: increase size of glsl_base_type bitfields | Brian Paul | 2017-12-28 | 2 | -3/+4 |
* | st/glsl_to_nir: add patch support to st_nir_assign_var_locations() | Timothy Arceri | 2017-12-27 | 1 | -5/+17 |
* | st/glsl_to_nir: call post opt functions after opts have finished | Timothy Arceri | 2017-12-27 | 1 | -0/+6 |
* | st/st_glsl_to_nir: call nir_lower_64bit_pack | Timothy Arceri | 2017-12-27 | 1 | -0/+1 |
* | mesa: always compare optype with symbolic name in ATI_fs | Miklós Máté | 2017-12-25 | 1 | -3/+3 |