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
path:
root
/
src
/
gallium
/
drivers
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
broadcom/vc4: add path to nir_builder.h
Juan A. Suarez Romero
2018-03-22
1
-1
/
+1
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
brodacom/vc4: Fix simulator since the perfmon change.
Eric Anholt
2018-03-13
1
-0
/
+1
*
broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.
Eric Anholt
2018-03-09
3
-0
/
+211
*
broadcom/vc4: Allow binding non-zero constant buffers.
Eric Anholt
2018-03-09
5
-5
/
+53
*
broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.
Eric Anholt
2018-03-09
1
-4
/
+0
*
broadcom: Suppress compiler warnings about enum pipe_tex_filter.
Eric Anholt
2018-03-09
1
-0
/
+1
*
broadcom/vc4: Add support for HW perfmon
Boris Brezillon
2018-03-05
5
-12
/
+249
*
nir: add lower_ldexp to nir compiler options
Timothy Arceri
2018-02-28
1
-0
/
+1
*
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
*
gallium: allow drivers to impose BO flags restrictions on constant buffer 0
Marek Olšák
2018-02-17
1
-0
/
+1
*
gallium: drop all the guard band float caps.
Dave Airlie
2018-02-14
1
-5
/
+0
*
nir: add lower_all_io_to_temps flag
Timothy Arceri
2018-01-31
1
-0
/
+1
*
gallium: introduce PIPE_CAP_FENCE_SIGNAL v2
Andres Rodriguez
2018-01-30
1
-0
/
+1
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-1
/
+0
*
meson: Use dependencies for nir
Dylan Baker
2018-01-11
1
-3
/
+4
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+1
*
meson: define driver dependencies
Dylan Baker
2017-12-04
1
-0
/
+5
*
broadcom/vc4: Use a single-entry cached last_hindex value.
Eric Anholt
2017-12-01
2
-2
/
+20
*
broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.
Eric Anholt
2017-12-01
1
-5
/
+14
*
broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.
Eric Anholt
2017-12-01
3
-3
/
+12
*
broadcom/vc4: Simplify the relocation handling for index buffers.
Eric Anholt
2017-12-01
2
-17
/
+17
*
broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.
Eric Anholt
2017-12-01
1
-16
/
+27
*
broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.
Eric Anholt
2017-12-01
1
-1
/
+1
*
vc4: check preprocessor token existence using #ifdef instead of #if
Eric Engestrom
2017-11-28
1
-3
/
+3
*
broadcom/vc4: fix indentation in vc4_screen.c
Andres Rodriguez
2017-11-14
1
-8
/
+8
*
broadcom/vc4: Fix simulator mode for the MADVISE usage.
Eric Anholt
2017-11-09
1
-0
/
+4
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+2
*
broadcom/vc4: Mark BOs as purgeable when they enter the BO cache
Boris Brezillon
2017-11-09
3
-48
/
+86
*
meson: Enable VC4's NEON assembly support.
Eric Anholt
2017-11-09
1
-0
/
+13
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
vc4: fix release build
Eric Engestrom
2017-10-27
1
-6
/
+6
*
broadcom/vc4: Fix aliasing issue
Stefan Schake
2017-10-20
1
-1
/
+1
*
nir: Get rid of nir_shader::stage
Jason Ekstrand
2017-10-20
1
-1
/
+1
*
meson: Add support for the vc4 driver.
Eric Anholt
2017-10-17
1
-0
/
+101
*
broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.
Eric Anholt
2017-10-17
1
-0
/
+1
*
broadcom/vc4: Skip BO labeling when in simulator mode.
Eric Anholt
2017-10-17
2
-1
/
+5
*
broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268.
Eric Anholt
2017-10-10
2
-2
/
+2
*
nir: Move vc4's alpha test lowering to core NIR.
Eric Anholt
2017-10-10
3
-55
/
+11
[next]