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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
radv: Enable DCC with transfers.
Bas Nieuwenhuizen
2017-12-29
1
-2
/
+1
*
radv: Decompress copy destination if formats are incompatible.
Bas Nieuwenhuizen
2017-12-29
1
-2
/
+25
*
radv: Disable DCC for GENERAL layout and compute transfer dest.
Bas Nieuwenhuizen
2017-12-29
4
-8
/
+47
*
radv: Don't init DCC metadata during FS resolve.
Bas Nieuwenhuizen
2017-12-29
1
-5
/
+0
*
radv: Make color meta operations layout aware.
Bas Nieuwenhuizen
2017-12-29
5
-110
/
+145
*
radv: Add compute DCC decompress.
Bas Nieuwenhuizen
2017-12-29
3
-0
/
+275
*
radv: Use the meta fast clear destructor on construction failure.
Bas Nieuwenhuizen
2017-12-29
1
-6
/
+3
*
radv: Add GFX DCC decompress.
Bas Nieuwenhuizen
2017-12-29
2
-12
/
+83
*
radv: Don't enable DCC / TC compat HTILE for storage images.
Bas Nieuwenhuizen
2017-12-29
1
-5
/
+6
*
Revert "radv/gfx9: fix block compression texture views."
Bas Nieuwenhuizen
2017-12-29
1
-35
/
+0
*
svga: update SVGA_NEW_ flags for updating sampler state
Brian Paul
2017-12-28
1
-3
/
+4
*
svga: whitespace, formatting fixes in svga_state_tss.c
Brian Paul
2017-12-28
1
-34
/
+21
*
radv/gfx9: use correct swizzle parameter to work out border swizzle.
Dave Airlie
2017-12-29
1
-2
/
+2
*
radv/gfx9: use a bigger hammer to flush cb/db caches.
Dave Airlie
2017-12-29
1
-1
/
+8
*
radv/gfx9: fix block compression texture views.
Dave Airlie
2017-12-29
1
-0
/
+35
[next]