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
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir, glsl: move pixel_center_integer/origin_upper_left to shader_info.fs
Alejandro Piñeiro
2019-02-21
1
-4
/
+0
*
mesa: add explicit enable for EXT_float_blend, and error condition
Ilia Mirkin
2019-02-18
4
-1
/
+26
*
mesa: return NULL if we exceed MaxColorAttachments in get_fb_attachment
Tapani Pälli
2019-02-18
1
-2
/
+6
*
mesa: INVALID_VALUE for wrong type or format in Clear*Buffer*Data
Andres Gomez
2019-02-15
1
-4
/
+6
*
mesa: Advertise EXT_float_blend in ES 3.0+ contexts.
Kenneth Graunke
2019-02-12
1
-0
/
+1
*
util: move BITFIELD macros to util/macros.h
Timothy Arceri
2019-02-08
1
-24
/
+0
*
mesa: release references to image textures when a context is destroyed
Gert Wollny
2019-02-05
3
-0
/
+15
*
mesa/main: Expose EXT_texture_compression_s3tc_srgb
Gurchetan Singh
2019-02-01
3
-1
/
+4
*
mesa: Skip partial InvalidateFramebuffer of packed depth/stencil.
Eric Anholt
2019-01-31
1
-0
/
+23
*
mesa/core: Enable EXT_texture_sRGB_R8 also for desktop GL
Gert Wollny
2019-01-30
2
-1
/
+2
*
mesa: expose NV_conditional_render on GLES
Erik Faye-Lund
2019-01-30
2
-1
/
+5
*
mesa: wire up InvalidateFramebuffer
Rob Clark
2019-01-29
2
-7
/
+66
*
mesa/main: Expose EXT_sRGB_write_control
Gert Wollny
2019-01-28
3
-5
/
+4
*
mesa/main/version: Lower the requirements for GLES 3.0
Gert Wollny
2019-01-28
1
-2
/
+2
*
mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possible
Gert Wollny
2019-01-28
4
-4
/
+4
*
mesa:main: Add flag for EXT_sRGB to gl_extensions
Gert Wollny
2019-01-28
1
-0
/
+1
*
Revert "mesa/main: remove ARB suffix from glGetnTexImage"
Emil Velikov
2019-01-24
2
-5
/
+5
*
mesa: correctly use os.path.join in our python scripts
Emil Velikov
2019-01-24
1
-4
/
+3
*
mesa: add MESA_SHADER_KERNEL
Karol Herbst
2019-01-21
1
-0
/
+4
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-1
/
+1
*
glsl: don't skip GLSL IR opts on first-time compiles
Timothy Arceri
2019-01-19
1
-2
/
+1
*
st/mesa: Optionally override RGB/RGBX dst alpha blend factors
Kenneth Graunke
2019-01-15
2
-0
/
+5
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-1
/
+1
*
spirv: Add support for using derefs for UBO/SSBO access
Jason Ekstrand
2019-01-08
1
-0
/
+1
*
nir: Move propagation of cast derefs to a new nir_opt_deref pass
Jason Ekstrand
2019-01-08
1
-1
/
+1
*
glapi: fixup EXT_multisampled_render_to_texture dispatch
Kristian H. Kristensen
2018-12-10
1
-1
/
+5
*
mesa: Add core support for EXT_multisampled_render_to_texture{,2}
Kristian H. Kristensen
2018-12-06
5
-15
/
+57
*
mesa: expose AMD_texture_texture4
Marek Olšák
2018-12-04
1
-0
/
+1
*
mesa: expose EXT_texture_compression_bptc in GLES
Marek Olšák
2018-12-04
3
-1
/
+21
*
mesa: expose EXT_texture_compression_rgtc on GLES
Marek Olšák
2018-12-04
3
-6
/
+24
*
mesa/main: fix up _mesa_has_rg_textures for gles2
Erik Faye-Lund
2018-12-04
1
-1
/
+2
*
mesa/main: correct validation for GL_RGB565
Erik Faye-Lund
2018-12-04
1
-1
/
+3
*
mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_view
Marek Olšák
2018-12-04
1
-0
/
+1
*
mesa: drop unused & deprecated lib
Eric Engestrom
2018-12-04
1
-1
/
+1
*
mesa: Revert INTEL_fragment_shader_ordering support
Matt Turner
2018-12-03
2
-2
/
+0
*
mesa/main: do not require float-texture filtering for es3
Erik Faye-Lund
2018-12-03
1
-1
/
+3
*
mesa/main: require EXT_texture_sRGB for gles3
Erik Faye-Lund
2018-12-03
1
-0
/
+1
*
mesa/main: require EXT_texture_type_2_10_10_10_REV for gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+2
*
mesa/main: split float-texture support checking in two
Erik Faye-Lund
2018-12-03
2
-12
/
+41
*
mesa/main: do not allow EXT_texture_sRGB_R8 enums before gles3
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/main: do not allow sRGB texture enums before gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: do not allow snorm-texture enums before gles3
Erik Faye-Lund
2018-12-03
1
-1
/
+1
*
mesa/main: do not allow floating-point texture enums on gles1
Erik Faye-Lund
2018-12-03
1
-10
/
+10
*
mesa/main: do not allow type_2_10_10_10_REV enums before gles3
Erik Faye-Lund
2018-12-03
2
-3
/
+10
*
mesa/main: do not allow MESA_ycbcr_texture enums on gles
Erik Faye-Lund
2018-12-03
1
-2
/
+2
*
mesa/main: do not allow EXT_texture_shared_exponent enums before gles3
Erik Faye-Lund
2018-12-03
2
-2
/
+8
*
mesa/main: do not allow rg-textures enums before gles3
Erik Faye-Lund
2018-12-03
2
-11
/
+17
*
mesa/main: do not allow EXT_packed_float enums before gles3
Erik Faye-Lund
2018-12-03
2
-3
/
+9
*
mesa/main: do not allow ARB_depth_buffer_float enums before gles3
Erik Faye-Lund
2018-12-03
2
-3
/
+9
*
mesa/main: do not allow integer-texture enums before gles3
Erik Faye-Lund
2018-12-03
1
-2
/
+2
[next]