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
*
vc4: Work around hardware limits on the number of verts in a single draw.
Eric Anholt
2016-04-12
1
-18
/
+92
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+1
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+6
*
vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
Eric Anholt
2016-04-08
4
-27
/
+29
*
vc4: Allow TLB Z/color/stencil writes from any ALU operation in QIR.
Eric Anholt
2016-04-08
5
-65
/
+100
*
vc4: Add a helper function for the construction of qregs.
Eric Anholt
2016-04-08
4
-12
/
+13
*
vc4: Add missing scheduling dependency for MS color writes.
Eric Anholt
2016-04-08
1
-0
/
+1
*
vc4: Drop the multi_instruction distinction for QIR instructions.
Eric Anholt
2016-04-08
2
-14
/
+5
*
vc4: Handle SF on instructions that write r4.
Eric Anholt
2016-04-08
1
-10
/
+14
*
vc4: Allow multi-instruction QIR nodes to get VPM optimization.
Eric Anholt
2016-04-08
1
-2
/
+2
*
vc4: Switch to using NIR_PASS macros.
Eric Anholt
2016-04-08
5
-33
/
+32
*
vc4: Handle nir_intrinsic_load_user_clip_plane as a vec4.
Eric Anholt
2016-04-08
2
-20
/
+12
*
vc4: Emit a warning and proceed for handling loops in NIR.
Rhys Kidd
2016-04-08
1
-1
/
+13
*
vc4: Add a stub for NIR->QIR of control flow function nodes
Rhys Kidd
2016-04-08
1
-0
/
+11
*
vc4: Add better debug of NIR->QIR control flow graph failure
Rhys Kidd
2016-04-08
1
-1
/
+2
*
vc4: Remove unused include from vc4_program.c
Rhys Kidd
2016-04-08
1
-1
/
+0
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
1
-0
/
+1
*
vc4: Remove unused include from vc4_nir_lower_txf_ms.c
Rhys Kidd
2016-03-28
1
-1
/
+0
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
4
-7
/
+7
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
2
-8
/
+8
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-1
/
+3
*
vc4: Move discard handling to the condition flag.
Eric Anholt
2016-03-16
5
-34
/
+29
*
vc4: Don't make a temporary for setting flags.
Eric Anholt
2016-03-16
1
-1
/
+2
*
vc4: Add a safety check for setting flags.
Eric Anholt
2016-03-16
1
-0
/
+3
*
vc4: Reuse list_for_each_entry_safe_rev().
Eric Anholt
2016-03-16
1
-6
/
+2
*
vc4: Coalesce instructions using VPM reads into the VPM read.
Varad Gautam
2016-03-15
3
-7
/
+71
*
vc4: rename file to group vpm optimizations together
Varad Gautam
2016-03-15
2
-2
/
+2
*
vc4: Fix failures with nir_extract_* since the addition of the opcodes.
Eric Anholt
2016-03-15
1
-0
/
+2
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
1
-0
/
+4
*
gallium: add external usage flags to resource_from(get)_handle (v2)
Marek Olšák
2016-03-09
1
-1
/
+2
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
1
-2
/
+4
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
vc4: Add missing braces in initializer
Rhys Kidd
2016-02-15
1
-1
/
+1
*
vc4: Correct typo setting 'handled_qinst_cond'
Rhys Kidd
2016-02-15
1
-1
/
+1
*
vc4: Don't treat conditional MOVs as raw MOV.
Eric Anholt
2016-02-15
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
nir/tex_instr: Rename sampler to texture
Jason Ekstrand
2016-02-09
2
-5
/
+5
*
gallium: add interface for querying memory usage and sizes (v2)
Marek Olšák
2016-02-05
1
-0
/
+1
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+1
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+1
*
vc4: Throttle outstanding rendering after submission.
Eric Anholt
2016-01-27
1
-0
/
+9
*
vc4: Don't record the seqno of a failed job submit.
Eric Anholt
2016-01-27
1
-2
/
+2
*
nir: move to compiler/
Emil Velikov
2016-01-26
6
-7
/
+7
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-13
/
+14
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+2
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
[next]