summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Revert "i965: Enable flush control"Adam Jackson2018-01-152-21/+1
* mesa: require at least 14 UBOs for GL 4.3Roland Scheidegger2018-01-121-0/+1
* meson: Use dependencies for nirDylan Baker2018-01-113-8/+9
* meson: don't use intermediate variables that are immediately discardedDylan Baker2018-01-111-2/+1
* meson: Use consistent style for testsDylan Baker2018-01-111-1/+3
* meson: Use consistent styleDylan Baker2018-01-112-13/+21
* dri_util: remove ALLOW_RGB10_CONFIGS option (v2)Marek Olšák2018-01-102-5/+2
* i965/nir: lower TES PatchVerticesIn to a constant when a TCS is presentIago Toral Quiroga2018-01-101-4/+22
* glsl: remove Lower{TCS,TES}PatchVerticesInIago Toral Quiroga2018-01-102-4/+0
* i965: lower gl_PatchVerticesIn to a uniformIago Toral Quiroga2018-01-101-0/+8
* i965/nir: add a helper to lower gl_PatchVerticesIn to a uniformIago Toral Quiroga2018-01-101-0/+25
* Fix use of alloca() without #include <c99_alloca.h>Jon Turney2018-01-091-0/+1
* intel: Apply Geminilake "Barrier Mode" workaround.Kenneth Graunke2018-01-092-0/+20
* nir: fix st_nir_assign_var_locations for patch variablesKarol Herbst2018-01-081-2/+6
* i965: Torch public intel_batchbuffer_emit_dword/float helpers.Kenneth Graunke2018-01-062-15/+2
* i965: Require space for MI_BATCHBUFFER_END.Kenneth Graunke2018-01-061-2/+5
* i965: Shut up a few unused variable warnings.Kenneth Graunke2018-01-061-2/+2
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-065-32/+11
* st/glsl_to_nir/radeonsi: enable tessellation shadersTimothy Arceri2018-01-051-1/+3
* mesa/bindless: fix missing image _Layer initializationIlia Mirkin2018-01-041-0/+1
* mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.Mario Kleiner2018-01-031-1/+2
* st/mesa: Handle BGR[A/X]1010102 formats.Mario Kleiner2018-01-031-0/+6
* mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.Mario Kleiner2018-01-031-0/+3
* i965/screen: Honor 'allow_rgb10_configs' option. (v2)Mario Kleiner2018-01-031-0/+19
* dri/common: Add option to allow exposure of 10 bpc color configs. (v2)Mario Kleiner2018-01-031-4/+8
* i965/screen: Add basic support for rendering 10 bpc/depth 30 framebuffers. (v3)Mario Kleiner2018-01-031-1/+11
* i965/screen: Add XRGB2101010 and ARGB2101010 support for DRI3.Mario Kleiner2018-01-031-0/+6
* i965: Support accelerated blit for depth 30 formats. (v2)Mario Kleiner2018-01-031-1/+19
* i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.Mario Kleiner2018-01-031-2/+10
* i965: Drop support for the legacy SNORM -> Float equation.Kenneth Graunke2018-01-021-1/+0
* meta: Don't pollute the texture namespaceIan Romanick2018-01-022-29/+10
* meta: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-022-5/+5
* meta: Use _mesa_CreateTextures instead of _mesa_GenTexturesIan Romanick2018-01-021-1/+1
* meta: Track temporary textures using gl_texture_object instead of GL API obje...Ian Romanick2018-01-023-17/+36
* meta/blit: Track temporary texture using gl_texture_object instead of GL API ...Ian Romanick2018-01-022-7/+7
* meta/blit: Use _mesa_bind_texture instead of _mesa_BindTextureIan Romanick2018-01-021-1/+1
* meta/blit: Don't bind texture in _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-7/+6
* meta/blit: Track source texture using gl_texture_object instead of GL API obj...Ian Romanick2018-01-022-0/+2
* meta/blit: Since _mesa_meta_bind_rb_as_tex_image has only one output, return itIan Romanick2018-01-022-14/+14
* meta/blit: Don't return the texture handle from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-9/+7
* meta/blit: Don't return the target from _mesa_meta_bind_rb_as_tex_imageIan Romanick2018-01-022-14/+10
* meta/blit: Don't restore state of the temporary textureIan Romanick2018-01-021-21/+27
* meta/blit: Check the values instead of the target before restoringIan Romanick2018-01-021-2/+6
* mesa: Add _mesa_bind_texture methodIan Romanick2018-01-022-2/+26
* Revert "mesa: remove unused _mesa_delete_nameless_texture()"Ian Romanick2018-01-022-0/+46
* mesa: Fold _mesa_record_error into its only callerIan Romanick2018-01-023-30/+2
* st/mesa: increase size of glsl_base_type bitfieldsBrian Paul2017-12-282-3/+4
* st/glsl_to_nir: add patch support to st_nir_assign_var_locations()Timothy Arceri2017-12-271-5/+17
* st/glsl_to_nir: call post opt functions after opts have finishedTimothy Arceri2017-12-271-0/+6
* st/st_glsl_to_nir: call nir_lower_64bit_packTimothy Arceri2017-12-271-0/+1