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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove OES_shader_io_blocks enable
Ilia Mirkin
2016-08-28
4
-10
/
+2
*
main: use KHR_blend_equation_advanced enable for ES 3.2 availability
Ilia Mirkin
2016-08-28
1
-1
/
+1
*
main: add missing EXTRA_END in OES_sample_variables get check
Ilia Mirkin
2016-08-28
1
-0
/
+1
*
scons: Take indirect gl_and_es_API.xml dependencies in consideration.
Jose Fonseca
2016-08-27
1
-1
/
+1
*
mesa/version: OpenGL ES 3.2 depends on OES_texture_cube_map_array
Ian Romanick
2016-08-26
1
-1
/
+1
*
i965: Enable OES_texture_cube_map_array on Gen8+
Ian Romanick
2016-08-26
1
-0
/
+1
*
mesa: Add support for OES_texture_cube_map_array
Ian Romanick
2016-08-26
9
-11
/
+16
*
mesa: Add and use _mesa_has_texture_cube_map_array helper
Ian Romanick
2016-08-26
3
-8
/
+13
*
mesa: Use _mesa_has_ARB_texture_cube_map_array instead of open-coding it
Ian Romanick
2016-08-26
3
-4
/
+3
*
mesa: Cosmetic changes in legal_texobj_target
Ian Romanick
2016-08-26
1
-12
/
+12
*
mesa: Rearrange legal_texobj_target to look more like _mesa_legal_get_tex_lev...
Ian Romanick
2016-08-26
1
-11
/
+26
*
i965: Enable GL_OES_geometry_shader on Gen8+
Ian Romanick
2016-08-26
1
-0
/
+1
*
mesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_point_size
Ian Romanick
2016-08-26
2
-0
/
+6
*
mesa: Document reasons for allowing XFB drawing modes in GLES 3.1 w/GL_OES_ge...
Ian Romanick
2016-08-26
1
-2
/
+31
*
mesa: Remove redundant _mesa_has_shader_subroutine
Ian Romanick
2016-08-26
3
-26
/
+16
*
nouveau: Enable EXT_texture_env_dot3 on NV10 and NV20
Ian Romanick
2016-08-26
3
-1
/
+17
*
nouveau: Fix non-1x post-scale factor with DOT3 combiner
Ian Romanick
2016-08-26
1
-10
/
+8
*
i965: Enable OpenGLES 3.1 for Haswell
Jordan Justen
2016-08-26
1
-0
/
+5
*
i965: Enable ARB_texture_stencil8 for Haswell
Jordan Justen
2016-08-26
1
-1
/
+1
*
i965: Enable ARB_stencil_texturing for Haswell
Jordan Justen
2016-08-26
1
-1
/
+4
*
i965/gen7: Use R8_UINT stencil copy when sampling the stencil texture
Jordan Justen
2016-08-26
1
-2
/
+10
*
i965/gen7: Copy stencil when sampling the stencil texture
Jordan Justen
2016-08-26
1
-0
/
+5
*
i965: Add function to copy a stencil miptree to an R8_UINT miptree
Jordan Justen
2016-08-26
2
-1
/
+60
*
i965: Track that the stencil data was updated when using Tex*Image
Jordan Justen
2016-08-26
2
-2
/
+8
*
i965: Track that the stencil data was updated when rendering
Jordan Justen
2016-08-26
1
-0
/
+1
*
i965: Track that the stencil data was updated when clearing
Jordan Justen
2016-08-26
1
-0
/
+8
*
i965/gen7: Add R8_UINT stencil miptree copy for sampling
Jordan Justen
2016-08-26
2
-0
/
+14
*
i965: Fix assert with multisampling and cubemaps
Jordan Justen
2016-08-26
1
-2
/
+4
*
i965/hsw: Adjust uploading default color for stencil surfaces
Jordan Justen
2016-08-26
1
-2
/
+15
*
i965/hsw: Don't advertise more than 64 threads for compute shaders
Jordan Justen
2016-08-26
1
-14
/
+25
*
main: Add MESA_VERBOSE=api support for glClearStencil
Jordan Justen
2016-08-26
1
-0
/
+3
*
main: Add MESA_VERBOSE=api support for glTexImage
Jordan Justen
2016-08-26
1
-0
/
+5
*
vbo: set draw_id
Miklós Máté
2016-08-26
1
-0
/
+1
*
i965: Embrace "unlimited" GTT mmap support
Chris Wilson
2016-08-26
4
-16
/
+53
*
mesa/main: Fix missing return in non void function
Tobias Klausmann
2016-08-26
1
-1
/
+1
*
i965: Implement GL_KHR_blend_equation_advanced_coherent on Gen9+.
Kenneth Graunke
2016-08-25
1
-0
/
+1
*
mesa: Implement GL_KHR_blend_equation_advanced_coherent.
Kenneth Graunke
2016-08-25
6
-0
/
+23
*
i965: Enable GL_KHR_blend_equation_advanced on G45 and later.
Kenneth Graunke
2016-08-25
2
-1
/
+5
*
i965: Disable hardware blending if advanced blending is in use.
Kenneth Graunke
2016-08-25
4
-5
/
+7
*
compiler: Add a new STATE_VAR_ADVANCED_BLENDING_MODE built-in uniform.
Kenneth Graunke
2016-08-25
2
-0
/
+15
*
mesa: Add draw time validation for advanced blending modes.
Kenneth Graunke
2016-08-25
1
-0
/
+52
*
mesa: Restyle _mesa_check_blend_func_error().
Kenneth Graunke
2016-08-25
1
-15
/
+15
*
mesa: Track the current advanced blending mode.
Kenneth Graunke
2016-08-25
2
-13
/
+50
*
mesa: Allow advanced blending enums in glBlendEquation[i].
Kenneth Graunke
2016-08-25
1
-10
/
+54
*
glsl: process blend_support_* qualifiers
Ilia Mirkin
2016-08-25
1
-0
/
+5
*
mesa: add KHR_blend_equation_advanced enable and extension string
Ilia Mirkin
2016-08-25
2
-0
/
+2
*
glapi: add KHR_blend_equation_advanced dispatch
Ilia Mirkin
2016-08-25
1
-0
/
+6
*
mesa: Rename _mesa_BlendBarrierMESA to _mesa_BlendBarrier.
Kenneth Graunke
2016-08-25
2
-2
/
+2
*
i965: Safely iterate the predecessors of the end block.
Kenneth Graunke
2016-08-25
1
-9
/
+14
*
nir: Use nir_shader_get_entrypoint in TCS quad workaround code.
Kenneth Graunke
2016-08-25
1
-12
/
+9
[next]