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
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-0
/
+1
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
vc4: Move scalarizing and some lowering to link time.
Eric Anholt
2016-08-04
1
-5
/
+12
*
vc4: Avoid VS shader recompiles by keeping a set of FS inputs seen so far.
Eric Anholt
2016-08-04
3
-25
/
+81
*
vc4: Don't recompile the CS when the FS changes.
Eric Anholt
2016-08-04
1
-0
/
+2
*
vc4: Move FS inputs setup out to a helper function.
Eric Anholt
2016-08-04
1
-34
/
+41
*
vc4: Avoid generating a custom shader per level in glGenerateMipmaps().
Eric Anholt
2016-08-03
3
-7
/
+25
*
vc4: Tell valgrind about BO allocations from mmap time to destroy.
Eric Anholt
2016-08-03
2
-0
/
+11
*
vc4: Fix a leak of the src[] array of VPM reads in optimization.
Eric Anholt
2016-08-03
1
-4
/
+5
*
vc4: Fix leak of the bo_handles table.
Eric Anholt
2016-08-03
1
-0
/
+1
*
vc4: Fix handling of UBO range offsets.
Eric Anholt
2016-08-03
1
-2
/
+3
*
vc4: Dump NIR at shader state creation time as well.
Eric Anholt
2016-08-03
1
-0
/
+8
*
vc4: Zero-initialize the hardware sampler view structure.
Eric Anholt
2016-07-31
1
-1
/
+1
*
vc4: automake: remove vc4_drm.h from the sources lists
Emil Velikov
2016-07-28
1
-1
/
+0
*
vc4: add hash table look-up for exported dmabufs
Rob Herring
2016-07-26
4
-3
/
+56
*
vc4: Disable early Z with computed depth.
Eric Anholt
2016-07-26
3
-2
/
+11
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+2
*
vc4: Return V3D version details in the GL renderer info.
Eric Anholt
2016-07-20
2
-1
/
+12
*
vc4: Check the V3D version reported by the kernel.
Eric Anholt
2016-07-20
2
-0
/
+62
*
vc4: Detect and report kernel support for branching.
Eric Anholt
2016-07-20
1
-2
/
+12
*
vc4: Switch to using the libdrm-provided vc4_drm.h.
Eric Anholt
2016-07-20
2
-280
/
+2
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
vc4: Speed up glGenerateMipmaps by avoiding shadow baselevel.
Eric Anholt
2016-07-15
5
-3
/
+23
*
vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags.
Eric Anholt
2016-07-15
4
-8
/
+4
*
vc4: Remove dead dirty_samplers field.
Eric Anholt
2016-07-15
2
-5
/
+0
*
vc4: Turn on control flow support in the simulator environment.
Eric Anholt
2016-07-15
1
-0
/
+4
*
vc4: Emit resets of the uniform stream at the starts of blocks.
Eric Anholt
2016-07-13
9
-0
/
+167
*
vc4: Add support for scheduling of branch instructions.
Eric Anholt
2016-07-13
2
-17
/
+114
*
vc4: Move the QPU instructions to schedule into each block.
Eric Anholt
2016-07-13
4
-141
/
+180
*
vc4: Disable vc4_opt_vpm in the presence of control flow.
Eric Anholt
2016-07-13
1
-0
/
+5
*
vc4: Convert vc4_opt_dead_code to work in the presence of control flow.
Eric Anholt
2016-07-13
1
-18
/
+29
*
vc4: Update copy propagation for control flow.
Eric Anholt
2016-07-13
1
-62
/
+137
*
vc4: Validate QPU uniform pointer updates.
Eric Anholt
2016-07-12
1
-0
/
+22
*
vc4: Add support for NIR loops and break/continue.
Eric Anholt
2016-07-12
2
-3
/
+79
*
vc4: Add support for emitting NIR IF nodes.
Eric Anholt
2016-07-12
1
-1
/
+91
*
vc4: Add support for storing to NIR registers in a non-SSA fashion.
Eric Anholt
2016-07-12
2
-85
/
+144
*
vc4: Add a flag in the screen to track control flow support.
Eric Anholt
2016-07-12
3
-1
/
+14
*
vc4: Define a QIR branch instruction
Eric Anholt
2016-07-12
4
-9
/
+61
*
vc4: Add kernel support for branching in shader validation.
Eric Anholt
2016-07-12
3
-17
/
+280
*
vc4: Add a bitmap of branch targets in kernel validation.
Eric Anholt
2016-07-12
3
-2
/
+133
*
vc4: Track the current instruction into the validation_state.
Eric Anholt
2016-07-12
1
-24
/
+30
*
vc4: Add QPU support for generating BRANCH instructions.
Eric Anholt
2016-07-12
5
-1
/
+85
*
vc4: Print live variable start/ends during QIR dumping.
Eric Anholt
2016-07-12
1
-0
/
+45
*
vc4: Implement live intervals using a CFG.
Eric Anholt
2016-07-12
6
-39
/
+393
*
vc4: Make vc4_qir_schedule handle each block in the program.
Eric Anholt
2016-07-12
1
-14
/
+23
*
vc4: Convert uniforms lowering to work with multiple blocks.
Eric Anholt
2016-07-12
1
-29
/
+44
*
vc4: Convert vc4_opt_peephole_sf to work with control flow.
Eric Anholt
2016-07-12
1
-4
/
+18
*
vc4: Create a basic block structure and move the instructions into it.
Eric Anholt
2016-07-12
6
-20
/
+122
*
vc4: Add a "qir_for_each_inst_inorder" macro and use it in many places.
Eric Anholt
2016-07-12
12
-14
/
+17
*
vc4: Also enable phi elimination.
Eric Anholt
2016-07-12
1
-0
/
+1
[next]