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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: move _mesa_exec_malloc/free() prototypes to their own header
Brian Paul
2017-10-10
6
-7
/
+41
*
i965: minor whitespace fix
Kenneth Graunke
2017-10-10
1
-1
/
+1
*
mesa: Set new renderbuffers to RGBA4 on all GLES contexts.
Eric Anholt
2017-10-10
1
-1
/
+1
*
mesa: Expose GL_OES_required_internalformat on GLES contexts.
Eric Anholt
2017-10-10
5
-39
/
+75
*
mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.
Eric Anholt
2017-10-10
5
-2
/
+10
*
vc4: Add support for 5551 textures.
Eric Anholt
2017-10-10
2
-3
/
+3
*
gallium: Add support for 5551 with the 1-bit field in the low bit.
Eric Anholt
2017-10-10
4
-2
/
+18
*
mesa: Add X1B5G5R5 along with A1B5G5R5.
Eric Anholt
2017-10-10
5
-0
/
+9
*
st_api: remove unused get_resource_for_egl_image
Nicolai Hähnle
2017-10-10
1
-37
/
+0
*
st/dri: implement createImageFromRenderbuffer(2)
Nicolai Hähnle
2017-10-10
4
-7
/
+76
*
egl/dri: remove old left-overs
Nicolai Hähnle
2017-10-10
1
-2
/
+0
*
egl/dri: use createImageFromRenderbuffer2 when available
Nicolai Hähnle
2017-10-10
1
-3
/
+20
*
egl/dri: factor out egl_error_from_dri_image_error
Nicolai Hähnle
2017-10-10
1
-28
/
+26
*
dri_interface: add an error-returning version of createImageFromRenderbuffer
Nicolai Hähnle
2017-10-10
1
-1
/
+18
*
st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTS
Nicolai Hähnle
2017-10-10
1
-1
/
+2
*
u_threaded_context: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-7
/
+8
*
disk_cache: remove unnecessary NULL-pointer guards
Nicolai Hähnle
2017-10-10
1
-4
/
+2
*
disk_cache: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-0
/
+1
*
st/mesa: whitespace fix
Nicolai Hähnle
2017-10-10
1
-1
/
+1
*
st/mesa: fix import of EGL images with non-zero level or layer
Nicolai Hähnle
2017-10-10
5
-10
/
+28
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
6
-9
/
+14
*
glsl/linker: add check for compute shared memory size
Nicolai Hähnle
2017-10-10
3
-6
/
+23
*
etnaviv: update HW headers and fix provoking vertex
Lucas Stach
2017-10-10
6
-47
/
+67
*
etnaviv: remove flat shading workaround
Lucas Stach
2017-10-10
1
-5
/
+1
*
etnaviv: fix varying interpolation
Lucas Stach
2017-10-10
1
-12
/
+10
*
etnaviv: fix bogus flush requests in transfer handling
Lucas Stach
2017-10-10
1
-5
/
+10
*
i965/tes: account for the fact that dvec3/4 inputs take two slots
Iago Toral Quiroga
2017-10-10
1
-2
/
+7
*
anv: fix null pointer dereference
Tapani Pälli
2017-10-10
1
-0
/
+1
*
radv: export KHR_relaxed_block_layout
Dave Airlie
2017-10-10
1
-0
/
+4
*
nv50/ir: fix 64-bit integer shifts
Ilia Mirkin
2017-10-09
1
-1
/
+3
*
i965: silence coverity warning
Lionel Landwerlin
2017-10-10
1
-1
/
+1
*
anv: Do not assert() on VK_ATTACHMENT_UNUSED
Józef Kucia
2017-10-09
1
-1
/
+2
*
spirv: Fix SpvOpAtomicISub
Józef Kucia
2017-10-09
1
-0
/
+1
*
glsl: tidy up IR after loop unrolling
Timothy Arceri
2017-10-10
1
-1
/
+7
*
glsl: make loop unrolling more like the nir unrolling path
Timothy Arceri
2017-10-10
3
-67
/
+163
*
glsl: check if induction var incremented before use in terminator
Timothy Arceri
2017-10-10
1
-0
/
+38
*
glsl: don't drop instructions from unreachable terminators continue branch
Timothy Arceri
2017-10-10
2
-8
/
+27
*
travis: Add a travis profile for meson dri drivers
Dylan Baker
2017-10-09
1
-1
/
+15
*
travis: don't run ninja test for meson
Dylan Baker
2017-10-09
1
-2
/
+2
*
meson: build classic swrast
Dylan Baker
2017-10-09
4
-1
/
+36
*
meson: build gbm
Dylan Baker
2017-10-09
4
-2
/
+88
*
meson: Add support for configuring dri drivers directory.
Dylan Baker
2017-10-09
4
-2
/
+9
*
meson: build glx
Dylan Baker
2017-10-09
8
-40
/
+440
*
meson: Build i965 and dri stack
Dylan Baker
2017-10-09
24
-26
/
+2092
*
meson: de-tabularize meson_options.txt
Dylan Baker
2017-10-09
1
-6
/
+6
*
meson: only require libelf if building radv
Dylan Baker
2017-10-09
1
-1
/
+1
*
meson: add nir_linking_helpers.c to libnir
Dylan Baker
2017-10-09
1
-0
/
+1
*
make: Fix test to be meson compatible
Dylan Baker
2017-10-09
2
-1
/
+3
*
make: Don't traverse backwards through include directories.
Dylan Baker
2017-10-09
2
-1
/
+2
*
editorconfig: Add meson configuration
Dylan Baker
2017-10-09
1
-0
/
+4
[next]