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
...
*
drm-uapi: use local files, not system libdrm
Eric Engestrom
2019-02-14
6
-8
/
+8
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+3
*
vc4: Fix leak in HW queries error path
Ernestas Kulik
2019-01-29
1
-1
/
+1
*
vc4: Enable NEON asm on meson cross-builds.
Eric Anholt
2019-01-28
1
-4
/
+6
*
nir: add bit_size parameter to system values with multiple allowed bit sizes
Karol Herbst
2019-01-21
1
-2
/
+2
*
nir: rename nir_var_function to nir_var_function_temp
Karol Herbst
2019-01-19
1
-2
/
+2
*
nir: rename global/local to private/function memory
Karol Herbst
2019-01-08
1
-2
/
+2
*
vc4: Hook up perf_debug() output to GL_ARB_debug_output as well.
Eric Anholt
2018-12-20
2
-0
/
+3
*
vc4: Wire up core pipe_debug_callback
Rhys Kidd
2018-12-20
2
-0
/
+14
*
vc4: Move the utile load/store functions to a header for reuse by v3d.
Eric Anholt
2018-12-19
2
-202
/
+11
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
vc4: Reuse nir_format_convert.h in our blend lowering.
Eric Anholt
2018-12-17
1
-33
/
+3
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+2
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-20
/
+20
*
vc4: Use the original bit size when scalarizing uniform loads.
Eric Anholt
2018-12-16
1
-1
/
+2
*
vc4: Fix a leak of the transfer helper on screen destroy.
Eric Anholt
2018-12-07
1
-0
/
+3
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-4
/
+4
*
nir: Make nir_lower_clip_vs optionally work with variables.
Kenneth Graunke
2018-11-19
1
-1
/
+2
*
vc4: Don't return a vc4 BO handle on a renderonly screen.
Eric Anholt
2018-11-15
1
-2
/
+4
*
vc4: Make sure we make ro scanout resources for create_with_modifiers.
Eric Anholt
2018-11-15
1
-1
/
+9
*
vc4: Use the normal simulator ioctl path for CL submit as well.
Eric Anholt
2018-11-02
3
-13
/
+5
*
vc4: Maintain a separate GEM mapping of BOs in the simulator.
Eric Anholt
2018-11-02
2
-42
/
+58
*
vc4: Take advantage of _mesa_hash_table_remove_key() in the simulator.
Eric Anholt
2018-11-02
1
-4
/
+2
*
vc4: Drop the winsys_stride relayout in the simluator
Eric Anholt
2018-11-01
5
-95
/
+12
*
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
[prev]
[next]