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
*
st/glsl_to_tgsi: make use of driver_cache_blob with the disk cache
Timothy Arceri
2017-11-28
1
-7
/
+0
*
mesa: shrink VERT_ATTRIB bitfields to 32 bits
Marek Olšák
2017-11-25
8
-18
/
+28
*
mesa: remove unused vertex attrib WEIGHT
Marek Olšák
2017-11-25
2
-4
/
+0
*
mesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for CompressedTexImage3D
Juan A. Suarez Romero
2017-11-21
1
-1
/
+19
*
mesa/main/texcompress_s3tc_tmp.h: Fix two -Wparam-unused warnings.
Gert Wollny
2017-11-17
1
-2
/
+2
*
mesa: return 'unrecognized' extensions in glGetStringi
Emil Velikov
2017-11-16
1
-0
/
+13
*
mesa: rework the way we manage extra_extensions
Emil Velikov
2017-11-16
2
-43
/
+39
*
mesa: pass the ctx to _mesa_one_time_init_extension_overrides
Emil Velikov
2017-11-16
3
-3
/
+3
*
mesa: call atexit() only as needed
Emil Velikov
2017-11-16
1
-3
/
+1
*
mesa: remove unnecessary 'sort by year' for the GL extensions
Emil Velikov
2017-11-16
1
-50
/
+3
*
mesa: reuse set_extension() for _mesa_extension_override_disables
Emil Velikov
2017-11-16
1
-4
/
+3
*
mesa: drop unnecessary coping of extra_extensions
Emil Velikov
2017-11-16
1
-11
/
+6
*
mesa: remove duplicate 'disabled extensions' list
Emil Velikov
2017-11-16
1
-7
/
+1
*
mesa: call _mesa_make_extension_string only as needed
Emil Velikov
2017-11-16
2
-2
/
+2
*
mesa: split extensions overrides and glGetString(GL_EXTENSIONS)
Emil Velikov
2017-11-16
3
-20
/
+15
*
mesa: minor tidy up for memory object error strings
Andres Rodriguez
2017-11-14
1
-16
/
+14
*
mesa: enable ARB_texture_buffer_* extensions in the Compatibility profile
Marek Olšák
2017-11-09
5
-21
/
+19
*
mesa/program: add hw atomic counter file
Dave Airlie
2017-11-10
1
-0
/
+1
*
mesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
Brian Paul
2017-11-09
4
-15
/
+16
*
mesa: s/GLint/gl_buffer_index/ for _ColorReadBufferIndex
Brian Paul
2017-11-09
1
-1
/
+1
*
mesa: minor reformatting, add const to gl_external_samplers()
Brian Paul
2017-11-09
1
-1
/
+4
*
mesa: flush and wait after creating a fallback texture
Nicolai Hähnle
2017-11-09
1
-0
/
+5
*
mesa: increase MaxServerWaitTimeout
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
mesa: use simple mtx in core mesa
Timothy Arceri
2017-11-09
12
-73
/
+74
*
mesa: rework how we free gl_shader_program_data
Timothy Arceri
2017-11-09
2
-42
/
+16
*
glsl: drop cache_fallback
Timothy Arceri
2017-11-09
2
-17
/
+13
*
mesa: fix deleting the dummy ATI_fs
Miklós Máté
2017-11-07
1
-1
/
+4
*
mesa/glsl: add api_enabled flag to gl_transform_feedback_info
Timothy Arceri
2017-10-31
1
-0
/
+3
*
main: Add driver cache blob fields to gl_program
Jordan Justen
2017-10-31
1
-0
/
+4
*
mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility.
Kenneth Graunke
2017-10-27
1
-0
/
+9
*
formatquery: use correct target check for IMAGE_FORMAT_COMPATIBILITY_TYPE
Alejandro Piñeiro
2017-10-27
1
-1
/
+7
*
gles2: support for GL_EXT_occlusion_query_boolean
Harish Krupo
2017-10-25
2
-7
/
+25
*
mesa: enum checks for GL_EXT_occlusion_query_boolean
Tapani Pälli
2017-10-25
1
-0
/
+44
*
mesa/bufferobj: don't double negate the range
Dave Airlie
2017-10-24
1
-3
/
+3
*
mesa: fix trivial typo in _mesa_PixelMapusv() error string
Brian Paul
2017-10-18
1
-1
/
+1
*
Revert "mesa: fix texture updates for ATI_fragment_shader"
Marek Olšák
2017-10-17
1
-5
/
+3
*
mesa: remove redundant NULL check in update_single_program_texture_state
Miklós Máté
2017-10-17
1
-2
/
+0
*
meson: build mesa test.
Dylan Baker
2017-10-16
1
-0
/
+43
*
mesa: minor simplification in test_attachment_completeness()
Brian Paul
2017-10-14
1
-2
/
+1
*
meta: Delete the PBO texture upload/download path
Jason Ekstrand
2017-10-12
1
-16
/
+0
*
compiler: Move gl_program::TexelFetchSamplers to shader_info.
Kenneth Graunke
2017-10-12
1
-1
/
+0
*
mesa/bufferobj: fix atomic offset/size get
Dave Airlie
2017-10-13
1
-2
/
+4
*
mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.
Eric Anholt
2017-10-12
1
-0
/
+4
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-0
/
+1
*
mesa/bufferobj: consolidate some buffer binding code.
Dave Airlie
2017-10-11
1
-42
/
+35
*
mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.
Dave Airlie
2017-10-11
1
-102
/
+47
*
mesa: rename various buffer bindings to one struct.
Dave Airlie
2017-10-11
2
-38
/
+13
*
mesa: align atomic buffer handling code with ubo/ssbo (v1.1)
Dave Airlie
2017-10-11
2
-44
/
+92
*
main/format: skip format conversion if src and dst format are equal
Karol Herbst
2017-10-10
1
-0
/
+14
*
mesa: Make _mesa_get_format_bytes handle array formats.
Jason Ekstrand
2017-10-10
1
-0
/
+5
[next]