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
*
glsl, glsl_to_tgsi: fix sampler/image constants
Rhys Perry
2018-08-01
1
-3
/
+11
*
glsl_to_tgsi: allow bound samplers and images to be used as l-values
Rhys Perry
2018-08-01
2
-1
/
+55
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
12
-48
/
+59
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
4
-3
/
+9
*
st/mesa: implement ASTC 2D LDR fallback for all drivers
Marek Olšák
2018-07-31
5
-2
/
+80
*
st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)Image
Marek Olšák
2018-07-31
1
-0
/
+41
*
st/mesa: generalize fallback_copy_image for compressed textures
Marek Olšák
2018-07-31
1
-6
/
+11
*
st/mesa: generalize code for the compressed texture map/unmap fallback
Marek Olšák
2018-07-31
2
-23
/
+31
*
st/mesa: use st_compressed_format_fallback more
Marek Olšák
2018-07-31
1
-12
/
+4
*
st/mesa: generalize st_etc_fallback -> st_compressed_format_fallback
Marek Olšák
2018-07-31
3
-13
/
+17
*
mesa: add ASTC 2D LDR decoder
Marek Olšák
2018-07-31
6
-0
/
+1967
*
i965: enable XFB and GeometryStreams for gen7+
Alejandro Piñeiro
2018-07-31
1
-0
/
+2
*
i965: Link XFB varyings for SPIR-V shaders
Neil Roberts
2018-07-31
1
-0
/
+1
*
arb_gl_spirv: add calls to several nir lowerings
Alejandro Piñeiro
2018-07-31
1
-0
/
+8
*
mesa/glspirv: Set last_vert_prog
Neil Roberts
2018-07-31
1
-0
/
+7
*
mesa: fix a typo (trivial)
Tapani Pälli
2018-07-31
1
-1
/
+1
*
mesa: add glRenderbufferStorage support for EXT_texture_norm16 formats
Tapani Pälli
2018-07-31
1
-3
/
+7
*
xlib: fix build break from _swrast_map_soft_renderbuffer() call
Brian Paul
2018-07-27
1
-1
/
+1
*
swrast: fix crash in AA line code when there's no texture
Brian Paul
2018-07-27
1
-4
/
+6
*
mesa: add switch case for GL 2.1 in _mesa_compute_version()
Brian Paul
2018-07-27
1
-0
/
+3
*
mesa: replace tabs with spaces in mipmap.c
Brian Paul
2018-07-27
1
-28
/
+28
*
mesa: whitespace clean-up in texstore.c
Brian Paul
2018-07-27
1
-45
/
+50
*
mesa: move var decls in texstore_rgba()
Brian Paul
2018-07-27
1
-6
/
+8
*
mesa: remove unneeded free() call in texstore_rgba()
Brian Paul
2018-07-27
1
-1
/
+0
*
i965: implement GL_MESA_framebuffer_flip_y [v3]
Fritz Koenig
2018-07-27
9
-45
/
+43
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
26
-56
/
+140
*
i965/icl: Disable binding table prefetching
Topi Pohjolainen
2018-07-27
1
-1
/
+13
*
i965: Disable guardband clipping on SandyBridge for odd dimensions
vadym.shovkoplias
2018-07-27
1
-0
/
+11
*
i965: Combine both gl_PatchVerticesIn lowering passes.
Kenneth Graunke
2018-07-26
2
-51
/
+18
*
i965: Expose EXT_base_instance extension in OpenGLES 3.0
Sagar Ghuge
2018-07-26
1
-1
/
+1
*
st/nir: Fix st_nir_opts() prototype.
Kenneth Graunke
2018-07-25
1
-1
/
+1
*
i965, anv: Use INTEL_DEBUG for disk_cache driver flags
Jordan Justen
2018-07-24
1
-1
/
+2
*
i965, anv: Add extra unused character in disk_cache renderer temp string
Jordan Justen
2018-07-24
1
-2
/
+3
*
mesa: allow indirect draws with the default VAO and compatibility profile
Marek Olšák
2018-07-24
1
-1
/
+2
*
mesa: Fix copy-paste error in ConservativeRasterDilateRange initialization
Danylo Piliaiev
2018-07-24
1
-1
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
python: Better iterate over dictionaries
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
intel/compiler: Account for built-in uniforms in analyze_ubo_ranges
Jason Ekstrand
2018-07-23
5
-5
/
+5
*
st: Sweep NIR after linking phase to free held memory
Danylo Piliaiev
2018-07-20
1
-0
/
+2
*
i965/misc: Use depth/stencil surf's tiling on gen4-5
Nanley Chery
2018-07-19
1
-1
/
+3
*
mesa: fix make check for AMD_performance_monitor
Marek Olšák
2018-07-19
1
-0
/
+13
*
mesa: remove dead code from api_loopback
Marek Olšák
2018-07-19
1
-17
/
+0
*
mesa: expose ARB_indirect_parameters in the compatibility profile
Marek Olšák
2018-07-19
3
-12
/
+9
*
vbo: fix ARB_multi_draw_indirect for the compatibility profile
Marek Olšák
2018-07-19
1
-2
/
+2
*
mesa: expose ARB_shader_viewport_layer_array in the compatibility profile
Marek Olšák
2018-07-19
1
-1
/
+1
*
mesa: expose ARB_ES3_1_compatibility in the compatibility profile
Marek Olšák
2018-07-19
1
-1
/
+1
*
Allow AMD_perfmon on GLES contexts
Eric Anholt
2018-07-18
1
-1
/
+1
*
st/mesa: notify u_vbuf/driver that draw index bounds are unknown for indirect
Marek Olšák
2018-07-18
1
-0
/
+1
*
intel/blorp: Take an explicit filter parameter in blorp_blit
Jason Ekstrand
2018-07-18
1
-2
/
+61
*
i965: Sweep NIR after linking phase to free held memory
Danylo Piliaiev
2018-07-18
1
-0
/
+2
[next]