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
*
st/mesa: call resource_changed when binding a EGLImage to a texture
Lucas Stach
2018-07-12
1
-0
/
+1
*
st/mesa: Only enable depth writes if the function isn't EQUAL.
Kenneth Graunke
2018-07-11
1
-1
/
+2
*
i965: Support saving the gen program with glGetProgramBinary
Jordan Justen
2018-07-09
1
-6
/
+66
*
i965: Add flag_state param to brw_search_cache
Jordan Justen
2018-07-09
12
-45
/
+35
*
mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
8
-4
/
+45
*
i965: Add brw_populate_default_key
Jordan Justen
2018-07-09
12
-73
/
+195
*
i965: Replace brw_setup_tex_for_precompile brw with devinfo
Jordan Justen
2018-07-09
8
-9
/
+8
*
i965: Regenerate blob without gen program for shader cache
Jordan Justen
2018-07-09
1
-1
/
+63
*
i965: Add support for driver cache blob containing the gen program
Jordan Justen
2018-07-09
1
-0
/
+41
*
i965: Use brw_prog_key_set_id in disk cache load/store code
Jordan Justen
2018-07-09
1
-16
/
+8
*
i965: Add brw_prog_key_set_id helper to set the program id on any stage
Jordan Justen
2018-07-09
2
-0
/
+19
*
i965: Add brw_stage_cache_id to map gl stages to brw cache_ids
Jordan Justen
2018-07-09
2
-0
/
+17
*
i965: Add brw_(read|write)_blob_program_data functions
Jordan Justen
2018-07-09
3
-41
/
+61
*
i965: Add brw_program_deserialize_driver_blob
Jordan Justen
2018-07-09
3
-21
/
+48
*
i965: Move brw_program_*serialize_nir to brw_program_binary.c
Jordan Justen
2018-07-09
2
-37
/
+37
*
mesa: Always call ProgramBinarySerializeDriverBlob
Jordan Justen
2018-07-09
1
-10
/
+8
*
i965: Use ShaderCacheSerializeDriverBlob driver function
Jordan Justen
2018-07-09
3
-11
/
+7
*
st/mesa: Use ShaderCacheSerializeDriverBlob driver function
Jordan Justen
2018-07-09
1
-0
/
+2
*
st/mesa: Skip serializing driver_cache_blob if it exists
Jordan Justen
2018-07-09
1
-0
/
+3
*
mesa: Add disk shader cache driver blob callback
Jordan Justen
2018-07-09
1
-0
/
+15
*
i965/icl: Don't set float blend optimization bit in CACHE_MODE_SS
Anuj Phogat
2018-07-09
1
-4
/
+0
*
swrast: Fix eglMakeCurrent(dpy, NULL, NULL, ctx) (v2)
Adam Jackson
2018-07-09
1
-21
/
+20
*
mesa: verify MaxVertexAttribStride for GLES 3.1
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
mesa: verify MaxVertexAttribStride for GL 4.4
Erik Faye-Lund
2018-07-09
1
-0
/
+1
*
i965: fix clear color bo address relocation
Lionel Landwerlin
2018-07-07
1
-1
/
+1
*
python: Stop using the Python 2 exception syntax
Mathieu Bridon
2018-07-06
1
-1
/
+1
*
python: Use the print function
Mathieu Bridon
2018-07-06
4
-34
/
+40
*
st/nir: Disable varying packing when doing transform feedback.
Eric Anholt
2018-07-05
1
-1
/
+9
*
mesa/st: draw_vbo: initialize restart_index too
Gert Wollny
2018-07-05
1
-0
/
+1
*
mesa: enable ARB_direct_state_access in OpenGL 4.5 compat profile
Timothy Arceri
2018-07-05
2
-100
/
+100
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
i965: Use the new nir atomic counter linker for SPIR-V shaders
Neil Roberts
2018-07-03
1
-0
/
+2
*
i965: enable AtomicStorage capability for gen7+
Alejandro Piñeiro
2018-07-03
1
-0
/
+1
*
mesa/glspirv: lower workgroup access to offsets
Antia Puentes
2018-07-03
1
-0
/
+1
*
i965: Fix BRW_NEW_NUM_SAMPLES to be in .brw, not .mesa
Kenneth Graunke
2018-07-02
1
-2
/
+2
*
st/mesa: Also check for PIPE_FORMAT_A8R8G8B8_SRGB for texture_sRGB
Tomeu Vizoso
2018-07-02
1
-1
/
+3
*
st/mesa: Fall back to R8G8B8A8_SRGB for ETC2
Tomeu Vizoso
2018-07-02
1
-3
/
+12
*
st/mesa/i965: Allow decompressing ETC2 to GL_RGBA
Tomeu Vizoso
2018-07-02
4
-25
/
+40
*
mesa: add header for share bptc decompress functions
Denis Pauk
2018-07-01
3
-1434
/
+1761
*
mesa: enable ARB_vertex_attrib_64bit in compat profile
Timothy Arceri
2018-06-30
3
-13
/
+14
*
mesa: add outstanding ARB_vertex_attrib_64bit dlist support
Timothy Arceri
2018-06-30
1
-0
/
+178
*
vbo_save: add support for doubles to display list code
Dave Airlie
2018-06-30
4
-12
/
+29
*
mesa: add compat profile support for ARB_multi_draw_indirect
Timothy Arceri
2018-06-30
2
-3
/
+76
*
mesa: make valid_draw_indirect_multi() accessible externally
Timothy Arceri
2018-06-30
2
-12
/
+15
*
mesa: add ARB_draw_indirect support to compat profile
Timothy Arceri
2018-06-30
3
-4
/
+72
*
mesa: generate GL_INVALID_OPERATION using draw indirect in dlist
Timothy Arceri
2018-06-30
1
-0
/
+47
*
mesa: add missing display list support for ARB_compute_shader
Timothy Arceri
2018-06-30
1
-0
/
+39
*
mesa: expose some ARB_viewport_array dependent extensions in compat
Timothy Arceri
2018-06-30
1
-2
/
+2
*
mesa: enable ARB_viewport_array in compat profile
Timothy Arceri
2018-06-30
2
-9
/
+10
*
mesa: add ARB_viewport_array display list support
Timothy Arceri
2018-06-30
1
-0
/
+211
[next]