index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
mesa: document ati_fragment_shader::cur_pass and swizzlerq
Miklós Máté
2017-12-25
1
-0
/
+4
*
mesa: move ATI_fs state compile changes after the error checks
Miklós Máté
2017-12-25
1
-54
/
+53
*
tnl: fix not having texture coords in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-1
/
+2
*
mesa: fix not having secondary color in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-7
/
+10
*
mesa: fix validate for secondary interpolator
Miklós Máté
2017-12-25
1
-13
/
+27
*
mesa: fix typo in ATI_fs dstMod error checking
Miklós Máté
2017-12-25
1
-1
/
+1
*
mesa: fix crash when an ATI_fs pass begins with an alpha inst
Miklós Máté
2017-12-25
1
-3
/
+7
*
mesa: add fallback texture for SampleMapATI if there is nothing
Miklós Máté
2017-12-25
1
-0
/
+30
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+5
*
intel/compiler/gen10: Disable push constants.
Rafael Antognolli
2017-12-19
1
-0
/
+7
*
i965: Allow old begin/end queryobj for gen4/5 with HW contexts
Chris Wilson
2017-12-15
1
-6
/
+0
*
i965: enable EXT_disjoint_timer_query extension
Tapani Pälli
2017-12-15
1
-0
/
+2
*
mesa: GL_EXT_disjoint_timer_query extension API bits
Tapani Pälli
2017-12-15
6
-1
/
+30
*
glapi: add GL_EXT_disjoint_timer_query
Tapani Pälli
2017-12-15
1
-0
/
+5
*
mesa: add DisjointOperation to gl_shared_state
Tapani Pälli
2017-12-15
2
-0
/
+9
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
1
-5
/
+5
*
i965: Don't allocate an MCS for 16x MSAA and width > 8192.
Kenneth Graunke
2017-12-14
1
-0
/
+4
*
mesa: Add glSpecializeShaderARB to common_desktop_functions
Dylan Baker
2017-12-13
1
-0
/
+3
*
program: Don't reset SamplersValidated when restoring from shader cache
Jordan Justen
2017-12-13
1
-7
/
+9
[next]