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
*
nir: add nir_shader_compiler_options::lower_to_scalar
Marek Olšák
2019-10-10
1
-0
/
+1
*
vc4: Enable the nir_opt_algebraic_late() pass.
Eric Anholt
2019-09-30
1
-0
/
+15
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
broadcom/vc4: Expand width of dst surface
Zhaowei Yuan
2019-09-03
1
-1
/
+1
*
vc4: clamp gl_PointSize to a minimum of 1.0
Iago Toral Quiroga
2019-08-13
1
-5
/
+3
*
vc4: prepare for p_compiler.h dependency removal
Lionel Landwerlin
2019-08-09
1
-0
/
+2
*
nir: Stop whacking gl_FrontFacing to a system value
Jason Ekstrand
2019-08-01
1
-0
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-4
/
+4
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-1
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
4
-18
/
+18
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
vc4: Convert vc4_nir_lower_txf_ms to nir_shader_lower_instructions().
Eric Anholt
2019-07-18
1
-32
/
+13
*
nir: Add lower_rotate flag and set to true in all drivers
Sagar Ghuge
2019-07-01
1
-0
/
+1
*
vc4: Enable NIR's lower_fmod option.
Kenneth Graunke
2019-06-05
1
-0
/
+1
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
1
-2
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
*
nir: allow specifying a set of opcodes in lower_alu_to_scalar
Jonathan Marek
2019-05-10
1
-1
/
+1
*
nir: Initialize lower_flrp_progress everywhere
Ian Romanick
2019-05-09
1
-1
/
+1
*
nir: Use the flrp lowering pass instead of nir_opt_algebraic
Ian Romanick
2019-05-06
1
-0
/
+22
*
nir: nir_shader_compiler_options: drop native_integers
Christian Gmeiner
2019-05-07
1
-1
/
+0
*
vc4: Fall back to renderonly if the vc4 driver doesn't have v3d.
Eric Anholt
2019-04-26
1
-1
/
+0
*
vc4: Use _mesa_hash_table_remove_key() where appropriate.
Eric Anholt
2019-04-26
1
-12
/
+9
*
vc4: fix build
Rhys Perry
2019-04-15
1
-1
/
+0
*
Delete autotools
Dylan Baker
2019-04-15
2
-77
/
+0
*
gallium: add support for formatted image loads
Rhys Perry
2019-04-15
1
-0
/
+1
*
nir: make nir_const_value scalar
Karol Herbst
2019-04-14
1
-1
/
+1
*
nir/i965/freedreno/vc4: add a bindless bool to type size functions
Timothy Arceri
2019-04-12
1
-1
/
+1
*
vc4: Upload CS/VS UBO uniforms together.
Eric Anholt
2019-04-10
5
-181
/
+22
*
vc4: Split UBO0 and UBO1 address uniform handling.
Eric Anholt
2019-04-10
3
-19
/
+20
*
vc4: Don't forget to set the range when scalarizing our uniforms.
Eric Anholt
2019-04-10
1
-0
/
+2
*
st: Lower uniforms in st in the !PIPE_CAP_PACKED_UNIFORMS case as well.
Eric Anholt
2019-04-10
1
-6
/
+1
*
nir: Get rid of global registers
Jason Ekstrand
2019-04-09
1
-2
/
+0
*
vc4: Prefer nir_src_comp_as_uint over nir_src_as_const_value
Jason Ekstrand
2019-04-07
2
-18
/
+16
*
vc4: Use shared drm_find_modifier util
Alyssa Rosenzweig
2019-03-14
1
-15
/
+3
*
vc4: Switch the post-RA scheduler over to the DAG datastructure.
Eric Anholt
2019-03-11
1
-110
/
+73
*
v3d: Use the DAG datastructure for QPU instruction scheduling.
Eric Anholt
2019-03-11
1
-3
/
+3
*
vc4: Reuse list_for_each_entry_rev().
Eric Anholt
2019-03-11
1
-2
/
+2
*
vc4: Switch over to using the DAG datastructure for QIR scheduling.
Eric Anholt
2019-03-11
1
-79
/
+55
*
tgsi_to_nir: Produce optimized NIR for a given pipe_screen.
Timur Kristóf
2019-03-05
1
-1
/
+1
*
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
[next]