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
/
gallium
/
drivers
/
vc4
Commit message (
Expand
)
Author
Age
Files
Lines
*
vc4: Make sure we make ro scanout resources for create_with_modifiers.
Eric Anholt
2018-11-16
1
-1
/
+9
*
util: Move os_misc to util
Dylan Baker
2018-10-30
1
-1
/
+1
*
vc4: Fix unused variable warning.
Eric Anholt
2018-10-30
1
-1
/
+0
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
5
-6
/
+0
*
gallium/ttn: Convert inputs and outputs to derefs of variables.
Eric Anholt
2018-10-15
1
-3
/
+4
*
gallium/u_transfer_helper: Add support for separate Z24/S8 as well.
Kenneth Graunke
2018-10-14
1
-1
/
+2
*
vc4: Remove dead i == 0 code from the cos() implementation.
Eric Anholt
2018-09-21
1
-6
/
+3
*
vc4: Fix sin(0.0) and cos(0.0) accuracy to fix SDL rendering rotation.
Eric Anholt
2018-09-21
1
-26
/
+40
*
vc4: Drop a bunch of duplicated gallium PIPE_CAP default code.
Eric Anholt
2018-09-04
1
-179
/
+0
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-2
/
+2
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+1
*
vc4: Implement texture_subdata() to directly upload tiled data.
Eric Anholt
2018-08-08
1
-1
/
+39
*
vc4: Handle partial loads/stores of tiled textures.
Eric Anholt
2018-08-08
3
-60
/
+155
*
vc4: Compile the LT image helper per cpp we might load/store.
Eric Anholt
2018-08-08
1
-2
/
+31
*
vc4: Refactor to reuse the LT tile walking code.
Eric Anholt
2018-08-08
1
-24
/
+34
*
vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.
Eric Anholt
2018-08-07
1
-1
/
+2
*
vc4: Ignore samplers for finding uniform offsets.
Eric Anholt
2018-08-07
1
-3
/
+14
*
vc4: Extend dumping of uniforms in QIR and in the command stream.
Eric Anholt
2018-08-07
3
-13
/
+68
*
vc4: Pull uinfo->data[i] dereference out to the top of the loop.
Eric Anholt
2018-08-07
1
-20
/
+18
*
vc4: Make sure to emit a tile coordinates between two MSAA loads.
Eric Anholt
2018-08-07
1
-12
/
+11
*
vc4: Respect a sampler view's first_layer field.
Eric Anholt
2018-08-07
1
-1
/
+3
*
vc4: Fix a leak of the no-vertex-elements workaround BO.
Eric Anholt
2018-08-06
1
-0
/
+2
*
vc4: Fix context creation when syncobjs aren't supported.
Eric Anholt
2018-08-06
1
-2
/
+6
*
vc4: Fix automake linking error.
Juan A. Suarez Romero
2018-08-01
1
-0
/
+9
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+4
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.
Eric Anholt
2018-07-30
1
-1
/
+1
*
vc4: Fix meson build when enabled without v3d.
Eric Anholt
2018-07-29
1
-1
/
+1
*
v3d: Stop doing pretty-printed colorful booleans in CLIF output.
Eric Anholt
2018-07-27
1
-1
/
+1
*
v3d: Move clif dump BO lookup into the clif dumper.
Eric Anholt
2018-07-27
1
-1
/
+1
*
v3d: Pass the whole clif_dump structure to v3d_print_group().
Eric Anholt
2018-07-27
1
-1
/
+6
*
vc4: Tell NIR to lower fdiv instructions
Jason Ekstrand
2018-07-13
1
-0
/
+1
*
vc4: Switch to using u_transfer_helper for MSAA maps.
Eric Anholt
2018-07-13
2
-100
/
+16
*
vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.
Eric Anholt
2018-07-12
1
-1
/
+1
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
1
-2
/
+1
*
broadcom/vc4: Remove deref chain support from nir_lower_txf_ms.
Eric Anholt
2018-06-22
1
-1
/
+0
*
st,ir3,radeonsi: push lower_deref_instrs back into driver
Rob Clark
2018-06-22
1
-1
/
+0
*
anv,i965,radv,st,ir3: Call nir_lower_deref_instrs
Jason Ekstrand
2018-06-22
1
-0
/
+1
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+2
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+1
*
v3d: Be more explicit about include directory from our generated code.
Eric Anholt
2018-06-05
1
-1
/
+2
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-0
/
+1
*
gallium/winsys: rename DRM_API_HANDLE_* to WINSYS_HANDLE_*
Dave Airlie
2018-05-30
1
-5
/
+5
*
broadcom/vc4: Native fence fd support
Stefan Schake
2018-05-17
6
-11
/
+107
*
broadcom/vc4: Store job fence in syncobj
Stefan Schake
2018-05-17
3
-4
/
+35
*
broadcom/vc4: Detect syncobj support
Stefan Schake
2018-05-17
2
-0
/
+7
*
vc4: use util_copy_framebuffer_state
Rob Clark
2018-05-15
1
-12
/
+2
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
1
-1
/
+12
[next]