index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/dri: Add support for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-1
/
+14
*
st/dri: Support texture_from_pixmap for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
st/dri2: Add buffer handling for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+13
*
st/dri2: Add format translations for BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+28
*
st/mesa: Handle BGR[A/X]1010102 formats.
Mario Kleiner
2018-01-03
1
-0
/
+6
*
egl/wayland: Add Wayland shm swrast support for RGB10 winsys buffers.
Mario Kleiner
2018-01-03
1
-3
/
+13
*
egl/wayland: Add Wayland dmabuf support for RGB10 winsys buffers. (v2)
Mario Kleiner
2018-01-03
2
-1
/
+19
*
egl/wayland: Add Wayland drm support for RGB10 winsys buffers.
Mario Kleiner
2018-01-03
2
-3
/
+40
*
egl/x11: Handle depth 30 drawables for EGL_KHR_image_pixmap.
Mario Kleiner
2018-01-03
2
-0
/
+6
*
egl/x11: Handle depth 30 drawables under software rasterizer.
Mario Kleiner
2018-01-03
1
-0
/
+1
*
egl/x11: Match depth 30 RGB visuals to 32-bit RGBA EGLConfigs.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
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
2
-4
/
+13
*
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
*
loader/dri3: Add XRGB2101010 and ARGB2101010 support.
Mario Kleiner
2018-01-03
1
-0
/
+2
*
dri: Add 10 bpc formats as available formats. (v2)
Mario Kleiner
2018-01-03
1
-1
/
+9
*
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
*
swr/rast: fix MemoryBuffer build break for llvm-6
Tim Rowley
2018-01-03
1
-0
/
+4
*
Android: util: fix locale generation in options.h
Rob Herring
2018-01-03
1
-1
/
+1
*
i965: Drop support for the legacy SNORM -> Float equation.
Kenneth Graunke
2018-01-02
10
-45
/
+15
*
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
*
etnaviv: disable in-place resolve for non-supertiled surfaces
Lucas Stach
2018-01-01
1
-0
/
+1
*
radv: Implement binning on GFX9.
Bas Nieuwenhuizen
2017-12-31
4
-6
/
+348
*
radv: Add flag for enabling binning.
Bas Nieuwenhuizen
2017-12-31
2
-0
/
+9
*
i965: Combine {VS,FS}_OPCODE_GET_BUFFER_SIZE opcodes.
Kenneth Graunke
2017-12-30
8
-19
/
+14
*
nir: add missing local_group_size intrinsic
Rob Clark
2017-12-30
2
-0
/
+5
*
nv50/ir: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
2
-2
/
+4
*
nvc0: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
1
-3
/
+4
*
nv50: Fix unused var warning in release build
Rhys Kidd
2017-12-29
1
-1
/
+2
*
r600: fix textureSize queries with tbos
Roland Scheidegger
2017-12-30
2
-24
/
+33
*
r600: kill off native_integer shader ctx flag
Roland Scheidegger
2017-12-30
1
-18
/
+0
*
radv: Also set DCC params for sampling for input attachment usage.
Bas Nieuwenhuizen
2017-12-29
1
-1
/
+2
[next]