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
*
braodcom/vc5: Fix incorrect early Z writes in discard shaders.
Eric Anholt
2017-10-10
1
-1
/
+6
*
broadcom/compiler: Set up passthrough Z when doing FS discards.
Eric Anholt
2017-10-10
3
-2
/
+15
*
broadcom/compiler: Don't forget the discard state on TLB Z writes.
Eric Anholt
2017-10-10
1
-0
/
+1
*
broadcom/compiler: Use defines instead of magic values in TLB write setup.
Eric Anholt
2017-10-10
1
-6
/
+33
*
broadcom/vc5: Add proper support for base_vertex and base_instance.
Eric Anholt
2017-10-10
3
-20
/
+24
*
broadcom/xml: Add the vc5 Base Vertex/Base Instance packet.
Eric Anholt
2017-10-10
1
-0
/
+6
*
broadcom/vc5: Use supertiles and generic tile lists.
Eric Anholt
2017-10-10
3
-73
/
+130
*
broadcom/xml: Add a bunch more vc5 tile list management packets.
Eric Anholt
2017-10-10
1
-0
/
+60
*
broadcom/xml: Remove vc5 base packet for tile bin/render mode config.
Eric Anholt
2017-10-10
1
-10
/
+0
*
braodcom/xml: Fix a pasteo in vc5 store tile buffer general.
Eric Anholt
2017-10-10
1
-1
/
+1
*
broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.
Eric Anholt
2017-10-10
42
-2
/
+9129
*
broadcom: Add VC5 NIR compiler.
Eric Anholt
2017-10-10
17
-0
/
+7498
*
broadcom: Add vc5 CLIF dumping
Eric Anholt
2017-10-10
3
-0
/
+312
*
broadcom: Add V3D 3.3 QPU instruction pack, unpack, and disasm.
Eric Anholt
2017-10-10
12
-0
/
+2774
*
broadcom: Introduce a v3d_debug.h header for vc5 and broadcom Vulkan.
Eric Anholt
2017-10-10
3
-0
/
+173
*
configure: Add the new "vc5" driver to the list, requiring a simulator.
Eric Anholt
2017-10-10
1
-1
/
+1
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
9
-55
/
+168
*
mesa: Alphabetize GL_MESA_tile_raster_order in the extensions list.
Eric Anholt
2017-10-10
1
-1
/
+1
*
mesa: Implement a new GL_MESA_tile_raster_order extension.
Eric Anholt
2017-10-10
9
-0
/
+76
*
broadcom/vc4: Expose PIPE_CAP_TILE_RASTER_ORDER
Eric Anholt
2017-10-10
7
-20
/
+71
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
18
-0
/
+29
*
broadcom/vc4: Implement GL_ARB_texture_barrier.
Eric Anholt
2017-10-10
2
-1
/
+12
*
mesa: move _mesa_half_is_negative() to half_float.h
Brian Paul
2017-10-10
2
-6
/
+8
*
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
4
-38
/
+74
*
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
*
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
[next]