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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: don't use struct si_descriptors for vertex buffer descriptors
Marek Olšák
2018-02-26
6
-33
/
+46
*
build: Move wayland-scanner check into platform
Daniel Stone
2018-02-26
1
-7
/
+7
*
build: Move wayland-protocols check into platform
Daniel Stone
2018-02-26
1
-9
/
+3
*
vulkan/wsi/wayland: Move Wayland protocol from BUILT_SOURCES
Daniel Stone
2018-02-26
1
-1
/
+4
*
r600: fix tgsi clock last setting
Dave Airlie
2018-02-26
1
-0
/
+1
*
r600: add time lo/hi debugging output.
Dave Airlie
2018-02-26
2
-0
/
+12
*
radeonsi/nir: enable lowering of fpow
Timothy Arceri
2018-02-26
1
-0
/
+1
*
ac: make use of ac_get_llvm_num_components() helper
Timothy Arceri
2018-02-26
1
-5
/
+1
*
gallium/tgsi: remove is_msaa_sampler array from tgsi_shader_info
Timothy Arceri
2018-02-26
2
-7
/
+0
*
radeonsi/nir: fix loading of doubles for tess varyings
Timothy Arceri
2018-02-26
1
-2
/
+10
*
radeonsi/nir: fix lds store in tcs outputs handling
Timothy Arceri
2018-02-26
1
-1
/
+1
*
r600: Take ALU_EXTENDED into account when evaluating jump offsets
Gert Wollny
2018-02-26
1
-2
/
+7
*
mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embed...
Francisco Jerez
2018-02-24
2
-1
/
+4
*
glsl: Silence warnings when reading from a framebuffer fetch output.
Francisco Jerez
2018-02-24
1
-0
/
+1
*
glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...
Francisco Jerez
2018-02-24
4
-4
/
+7
*
glsl: Add support for the framebuffer fetch layout(noncoherent) qualifier.
Francisco Jerez
2018-02-24
5
-2
/
+61
*
glsl: Allow layout token for EXT_shader_framebuffer_fetch_non_coherent.
Francisco Jerez
2018-02-24
1
-1
/
+2
*
glsl: Initialize ir_variable_data::fb_fetch_output earlier for GL(ES) 2.
Francisco Jerez
2018-02-24
1
-2
/
+7
*
glsl: Replace MESA_shader_framebuffer_fetch extension flags with EXT ones.
Francisco Jerez
2018-02-24
2
-6
/
+4
*
glsl: Switch ast_type_qualifier to a 128-bit bitset.
Francisco Jerez
2018-02-24
3
-4
/
+9
*
util/bitset: Add C++ wrapper for static-size bitsets.
Francisco Jerez
2018-02-24
1
-0
/
+114
*
util: Add EXPLICIT_CONVERSION macro.
Francisco Jerez
2018-02-24
1
-0
/
+10
*
mesa: Implement glFramebufferFetchBarrierEXT entry point.
Francisco Jerez
2018-02-24
3
-2
/
+24
*
glapi: Update XML for last revision of EXT_shader_framebuffer_fetch.
Francisco Jerez
2018-02-24
2
-5
/
+6
*
mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.
Francisco Jerez
2018-02-24
10
-16
/
+15
*
mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.
Francisco Jerez
2018-02-24
4
-9
/
+9
*
i965: Fix KHR_blend_equation_advanced with some render targets.
Francisco Jerez
2018-02-24
1
-1
/
+3
*
radeonsi: remove si_descriptors parameter from emit_shader_pointer functions
Marek Olšák
2018-02-24
1
-12
/
+13
*
radeonsi: preload the tess offchip ring in TES
Marek Olšák
2018-02-24
2
-12
/
+10
*
radeonsi: move tess ring address into TCS_OUT_LAYOUT, removes 2 TCS user SGPRs
Marek Olšák
2018-02-24
5
-91
/
+70
*
radeonsi: move 2nd-shader descriptor pointers into s[0:1]
Marek Olšák
2018-02-24
3
-74
/
+140
*
radeonsi: change si_descriptors::shader_userdata_offset type to short
Marek Olšák
2018-02-24
2
-9
/
+9
*
radeonsi: put both tessellation rings into 1 buffer
Marek Olšák
2018-02-24
4
-29
/
+18
*
radeonsi: move tessellation ring info into si_screen
Marek Olšák
2018-02-24
3
-45
/
+52
*
radeonsi: move TCS_OUT_LAYOUT.PatchVerticesIn to lower bits
Marek Olšák
2018-02-24
3
-5
/
+6
*
nvir: dont optimize mad with subops to shladd
Karol Herbst
2018-02-24
1
-1
/
+2
*
radv: Really use correct HTILE expanded words.
James Legg
2018-02-24
1
-3
/
+3
*
radv/extensions: fix c_vk_version for patch == None
Mauro Rossi
2018-02-24
1
-1
/
+2
*
broadcom/vc5: Fix layout of 3D textures.
Eric Anholt
2018-02-23
2
-32
/
+81
*
broadcom/vc5: Ignore unused usage flags in is_format_supported.
Eric Anholt
2018-02-23
1
-27
/
+16
*
gbm: Fix the alpha masks in the GBM format table.
Eric Anholt
2018-02-23
1
-2
/
+2
*
mesa: Update vertex processing mode on _mesa_UseProgram.
Mathias Fröhlich
2018-02-23
1
-0
/
+2
*
mesa: rename has_core_gs -> has_gs in get_programiv
Marek Olšák
2018-02-23
1
-5
/
+5
*
mesa: replace some API_OPENGL_CORE checks with _mesa_is_desktop_gl
Marek Olšák
2018-02-23
3
-6
/
+6
*
mesa: add some of missing compatibility support for ARB_bindless_texture
Marek Olšák
2018-02-23
3
-9
/
+10
*
mesa: expose ARB_enhanced_layouts in the compatibility profile
Marek Olšák
2018-02-23
2
-2
/
+3
*
mesa: enable OpenGL 3.1 with ARB_compatibility
Marek Olšák
2018-02-23
4
-20
/
+17
*
mesa: implement ARB_compatibility
Marek Olšák
2018-02-23
7
-3
/
+8
*
swr: remove dead LLVM code paths
Emil Velikov
2018-02-23
3
-28
/
+0
*
broadcom/vc4: Remove the retval==usage check in is_format_supported().
Eric Anholt
2018-02-23
1
-26
/
+13
[next]