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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-14
/
+10
*
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
*
broadcom/vc4: Add support for YUV textures using unaccelerated blits.
Eric Anholt
2018-02-23
3
-3
/
+35
*
broadcom/vc4: Fix double-unrefcounting of prsc->next with shadows.
Eric Anholt
2018-02-23
1
-6
/
+11
*
broadcom/vc4: Add pipe_reference debugging for vc4_bos.
Eric Anholt
2018-02-23
2
-5
/
+24
*
broadcom/vc4: Remove dead vc4_bo_set_reference().
Eric Anholt
2018-02-23
1
-8
/
+0
*
broadcom/vc4: Use pipe_resource_reference in sampler views.
Eric Anholt
2018-02-23
1
-2
/
+2
*
broadcom/vc4: Allow importing linear BOs with arbitrary offset/stride.
Eric Anholt
2018-02-23
1
-8
/
+25
*
broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().
Eric Anholt
2018-02-23
1
-0
/
+2
*
etnaviv: fix in-place resolve tile count
Lucas Stach
2018-02-23
2
-2
/
+4
*
etnaviv: switch magic single buffer state to "3"
Lucas Stach
2018-02-23
1
-1
/
+1
*
etnaviv: add debug switch to disable single buffer feature
Lucas Stach
2018-02-23
2
-0
/
+4
*
meson: Fix GL and EGL pkg-config files with glvnd
Dylan Baker
2018-02-23
2
-2
/
+21
*
egl/dri2: fix segfault when display initialisation fails
Frank Binns
2018-02-23
1
-1
/
+1
*
mesa: add missing RGB9_E5 format in _mesa_base_fbo_format
Juan A. Suarez Romero
2018-02-23
1
-0
/
+3
*
etnaviv: npot_tex_any_wrap needs one bit only
Christian Gmeiner
2018-02-23
1
-1
/
+1
*
vbo: Make use of _DrawVAO from the dlist code.
Mathias Fröhlich
2018-02-23
4
-93
/
+144
*
mesa: Use atomics for shared VAO reference counts.
Mathias Fröhlich
2018-02-23
3
-5
/
+46
*
vbo: Make use of _DrawVAO from immediate mode draw
Mathias Fröhlich
2018-02-23
5
-104
/
+78
*
vbo: Implement tool functions for vbo specific VAO setup.
Mathias Fröhlich
2018-02-23
2
-2
/
+55
[next]