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: Move the blit code to a separate file.
Eric Anholt
2015-04-13
4
-64
/
+92
*
vc4: Separate out a bit of code for submitting jobs to the kernel.
Eric Anholt
2015-04-13
4
-90
/
+139
*
vc4: When asked to sample from a raster texture, make a shadow tiled copy.
Eric Anholt
2015-04-13
1
-2
/
+9
*
vc4: Fix off-by-one in branch target validation.
Eric Anholt
2015-04-13
1
-1
/
+1
*
vc4: Use NIR-level lowering for idiv.
Eric Anholt
2015-04-13
1
-11
/
+1
*
vc4: Add a bunch of type conversions.
Eric Anholt
2015-04-13
1
-0
/
+12
*
vc4: Use the blit interface for updating shadow textures.
Eric Anholt
2015-04-13
1
-13
/
+31
*
vc4: Remove dead fields from vc4_surface.
Eric Anholt
2015-04-13
1
-3
/
+0
*
vc4: Skip sending down the clear colors if not clearing.
Eric Anholt
2015-04-13
1
-5
/
+7
*
vc4: Sync with kernel changes to relax BCL versus RCL validation.
Eric Anholt
2015-04-13
1
-22
/
+3
*
vc4: Fix another space allocation mistake.
Eric Anholt
2015-04-13
1
-0
/
+1
*
vc4: Add missed accounting for the size of the semaphore.
Eric Anholt
2015-04-13
1
-0
/
+2
*
vc4: Add support for nir_iabs.
Eric Anholt
2015-04-02
1
-0
/
+5
*
vc4: Add shader-db dumping of NIR instruction count.
Eric Anholt
2015-04-01
1
-0
/
+29
*
vc4: Convert to consuming NIR.
Eric Anholt
2015-04-01
5
-720
/
+707
*
vc4: Tell shader-db how big our UBOs are, if present.
Eric Anholt
2015-04-01
1
-0
/
+6
*
vc4: Drop integer multiplies with 0 to moves of 0.
Eric Anholt
2015-03-30
1
-0
/
+8
*
vc4: Add a constant folding pass.
Eric Anholt
2015-03-30
4
-0
/
+113
*
vc4: Don't bother masking out the low 24 bits for integer multiplies
Eric Anholt
2015-03-30
1
-12
/
+8
*
vc4: Make integer multiply use 24 bits for the low parts.
Eric Anholt
2015-03-30
1
-5
/
+5
*
vc4: Add a dump-the-surface-contents routine.
Eric Anholt
2015-03-24
2
-0
/
+101
*
vc4: Fix pitch alignment of linear textures.
Eric Anholt
2015-03-24
1
-1
/
+1
*
vc4: Write the alignment of level width consistently in validation.
Eric Anholt
2015-03-24
1
-2
/
+2
*
vc4: Fix use of a bool as an enum.
Eric Anholt
2015-03-24
1
-1
/
+1
*
vc4: Decide the HW's format before laying out the miptree.
Eric Anholt
2015-03-24
1
-3
/
+3
*
vc4: Use our device-specific ioctls for create/mmap.
Eric Anholt
2015-03-24
1
-15
/
+36
*
vc4: Make a new #define for making code conditional on the simulator.
Eric Anholt
2015-03-24
3
-15
/
+25
*
vc4: Add some useful debug printfs for miptrees.
Eric Anholt
2015-03-24
1
-0
/
+37
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+1
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-0
/
+1
*
vc4: Update to current kernel sources.
Eric Anholt
2015-02-24
8
-49
/
+93
*
vc4: Keep an array of pointers to instructions defining the temps around.
Eric Anholt
2015-02-19
8
-68
/
+67
*
vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.
Eric Anholt
2015-02-19
3
-45
/
+49
*
vc4: Enforce one-uniform-per-instruction after optimization.
Eric Anholt
2015-02-19
6
-50
/
+209
*
vc4: Rename add_uniform() to qir_uniform().
Eric Anholt
2015-02-19
1
-15
/
+15
*
vc4: Shut up runtime warnings about new pipe caps.
Eric Anholt
2015-02-19
1
-0
/
+2
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+1
*
vc4: Make SF be a flag on the QIR instructions.
Eric Anholt
2015-02-12
8
-51
/
+47
*
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
2015-02-06
1
-0
/
+1
*
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
2015-02-02
1
-0
/
+1
*
dir-locals.el: Don't set variables for non-programming modes
Neil Roberts
2015-02-02
2
-2
/
+2
*
vc4: Kill a bunch of color write calculation when colormask is all off.
Eric Anholt
2015-02-01
1
-8
/
+35
*
vc4: Dump the VPM read index in QIR disasm.
Eric Anholt
2015-02-01
1
-4
/
+9
*
vc4: Fix point size handling when it's the first output.
Eric Anholt
2015-01-29
1
-1
/
+1
*
gallium: Replace u_simple_list.h with util/simple_list.h
Eric Anholt
2015-01-28
2
-7
/
+2
*
vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694
Eric Anholt
2015-01-20
1
-1
/
+1
*
vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.
Eric Anholt
2015-01-15
1
-1
/
+79
*
vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet.
Eric Anholt
2015-01-15
1
-1
/
+70
*
vc4: Fix CL dumping trying to dump too far.
Eric Anholt
2015-01-15
1
-2
/
+2
*
vc4: Fix texture type masking.
Eric Anholt
2015-01-15
1
-1
/
+1
[prev]
[next]