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
*
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
*
mesa: Add flush_vertices to _mesa_bind_vertex_buffer.
Mathias Fröhlich
2018-02-23
4
-16
/
+19
*
mesa: Make _mesa_vertex_attrib_binding public.
Mathias Fröhlich
2018-02-23
2
-18
/
+27
*
mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.
Mathias Fröhlich
2018-02-23
4
-22
/
+34
*
vbo: Use _DrawVAO for array type draw commands.
Mathias Fröhlich
2018-02-23
3
-73
/
+100
*
vbo: Implement method to track the inputs array.
Mathias Fröhlich
2018-02-23
4
-0
/
+122
*
mesa: Introduce a yet unused _DrawVAO.
Mathias Fröhlich
2018-02-23
7
-0
/
+69
*
vbo: Remove get_vp_mode() and enum vp_mode.
Mathias Fröhlich
2018-02-23
1
-27
/
+0
*
vbo: Use _VPMode instead of get_vp_mode().
Mathias Fröhlich
2018-02-23
4
-11
/
+14
*
mesa: Provide an alternative to get_vp_mode()
Mathias Fröhlich
2018-02-23
10
-0
/
+75
*
nv50,nvc0: fix integer MS resolves using 2d engine
Ilia Mirkin
2018-02-22
1
-1
/
+2
*
nvc0: fix writing query results into buffer
Ilia Mirkin
2018-02-22
1
-4
/
+10
*
nv50,nvc0: fix clear buffer acceleration
Ilia Mirkin
2018-02-22
2
-28
/
+17
*
i965: perf: ensure reading config IDs from sysfs isn't interrupted
Lionel Landwerlin
2018-02-23
1
-1
/
+2
*
radv: Fix autotools build.
Bas Nieuwenhuizen
2018-02-23
1
-1
/
+3
*
radv: Return NULL for entrypoints when not supported.
Bas Nieuwenhuizen
2018-02-23
4
-9
/
+83
*
radv: Reword radv_entrypoints_gen.py
Bas Nieuwenhuizen
2018-02-23
1
-56
/
+106
*
radv: Track enabled extensions.
Bas Nieuwenhuizen
2018-02-23
2
-36
/
+48
*
radv: Put supported extensions in a struct.
Bas Nieuwenhuizen
2018-02-23
4
-63
/
+133
*
ac/nir: remove emission of nir_op_fpow
Samuel Pitoiset
2018-02-22
1
-4
/
+0
*
radv: enable lowering of fpow to fexp2 and flog2
Samuel Pitoiset
2018-02-22
1
-0
/
+1
*
nir: lower fexp2(fmul(flog2(a), 2)) to fmul(a, a)
Samuel Pitoiset
2018-02-22
1
-0
/
+2
*
nir: add is_used_once for fmul(fexp2(a), fexp2(b)) to fexp2(fadd(a, b))
Samuel Pitoiset
2018-02-22
1
-1
/
+1
*
ac/nir: set GLC=1 for load/store of coherent/volatile images
Samuel Pitoiset
2018-02-22
1
-3
/
+4
*
spirv: apply memory qualifiers to images
Samuel Pitoiset
2018-02-22
1
-3
/
+9
*
glx: Properly handle cases where screen creation fails
Chuck Atkins
2018-02-22
3
-30
/
+33
*
anv/blorp: multisample resolve all attachment layers
Iago Toral Quiroga
2018-02-22
1
-11
/
+20
*
intel/isl: Improve the documentation on get_default_aux_state
Jason Ekstrand
2018-02-21
1
-4
/
+20
*
i965: Use finish_external instead of make_shareable in setTexBuffer2
Jason Ekstrand
2018-02-21
5
-2
/
+87
[next]