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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: Change nir_shader_get_entrypoint to return an impl.
Kenneth Graunke
2016-08-25
1
-1
/
+1
*
vc4: Add support for fddx/fddy
Eric Anholt
2016-08-25
1
-0
/
+52
*
vc4: Add register allocation support for MUL output rotation.
Eric Anholt
2016-08-25
2
-0
/
+14
*
vc4: Add support for MUL output rotation.
Eric Anholt
2016-08-25
6
-0
/
+51
*
vc4: Add support for the 2-bit LOAD_IMM variants.
Eric Anholt
2016-08-25
6
-0
/
+58
*
vc4: Add QPU scheduling to handle MUL rotate sources.
Eric Anholt
2016-08-25
1
-0
/
+13
*
vc4: Add disassembly for constant MUL rotates
Eric Anholt
2016-08-25
1
-9
/
+11
*
vc4: Add real validation for MUL rotation.
Eric Anholt
2016-08-25
2
-10
/
+43
*
vc4: Add a QIR value for the QPU element register.
Eric Anholt
2016-08-25
4
-0
/
+8
*
radeonsi: don't use allocas for arrays with LLVM 3.8
Marek Olšák
2016-08-25
1
-1
/
+3
*
gallium/radeon: unify and simplify checking for an empty gfx IB
Marek Olšák
2016-08-25
3
-27
/
+23
*
radeonsi: disable SDMA texture copying on Carrizo
Marek Olšák
2016-08-25
1
-0
/
+6
*
gallium/noop: use 3-space indentation
Marek Olšák
2016-08-25
2
-292
/
+292
*
gallium: add a pipe_context parameter to resource_get_handle
Marek Olšák
2016-08-25
21
-16
/
+46
*
nvc0: invalidate textures/samplers on GK104+
Samuel Pitoiset
2016-08-24
2
-12
/
+22
*
gallium/ttn: Remove duplicated TGSI_OPCODE_DP2A initialization
Rhys Kidd
2016-08-24
1
-1
/
+0
*
vc4: Fix GPU hangs with >16 varying values.
Eric Anholt
2016-08-24
2
-19
/
+68
*
vl/rbsp: fix another three byte not detected
Leo Liu
2016-08-24
1
-1
/
+1
*
radeonsi: fix VM faults due NULL internal const buffers on CIK
Marek Olšák
2016-08-24
1
-2
/
+11
*
gallium/winsys/kms: Look up the GEM handle after importing a prime FD
Tomasz Figa
2016-08-24
1
-0
/
+4
*
gallium/winsys/kms: Move display target handle lookup to separate function
Tomasz Figa
2016-08-24
1
-9
/
+24
*
gallium/winsys/kms: Fully initialize kms_sw_dt at prime import time (v2)
Tomasz Figa
2016-08-24
1
-7
/
+11
*
gallium/winsys/kms: Fix double refcount when importing from prime FD (v2)
Tomasz Figa
2016-08-24
1
-1
/
+0
*
gallium/cso: avoid unnecessary null dereference
Eric Engestrom
2016-08-24
1
-1
/
+1
*
st/xvmc: fix a couple 'unused-but-set-variable' warnings
Eric Engestrom
2016-08-24
1
-2
/
+3
*
st/va: Remove unused variable coded_size from vlVaEndPicture()
Kai Wasserbäch
2016-08-24
1
-1
/
+0
*
st/va: Remove else case in vlVaEndPicture() made superfluous by c59628d11b
Kai Wasserbäch
2016-08-24
1
-3
/
+1
*
st/va: add missing mutex_unlock
Eric Engestrom
2016-08-24
1
-1
/
+3
*
st/dri: respect driver's request to avoid mixed color/depth bit configs
Ilia Mirkin
2016-08-23
1
-2
/
+6
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
17
-0
/
+22
*
dri: add a way to request that modes have matching color/zs depths
Ilia Mirkin
2016-08-23
1
-2
/
+2
*
nv50/ir: make sure cfg iterator always hits all blocks
Ilia Mirkin
2016-08-23
1
-4
/
+4
*
vc4: Tell state_tracker that we would prefer NIR.
Eric Anholt
2016-08-22
3
-8
/
+31
*
vc4: Use proper type sizes for uniforms.
Eric Anholt
2016-08-22
1
-4
/
+5
*
vc4: Add VARYING_SLOT_PNTC support.
Eric Anholt
2016-08-22
1
-4
/
+5
*
vc4: Fix vc4_nir_lower_io for non-vec4 I/O.
Eric Anholt
2016-08-22
1
-22
/
+12
*
nir: Define system values for vc4's blending-lowering arguments.
Eric Anholt
2016-08-22
4
-46
/
+54
*
gallium/hud: round max_value to print nicely rounded numbers next to graphs
Marek Olšák
2016-08-22
3
-4
/
+80
*
gallium/hud: generalize code for drawing numbers next to graphs
Marek Olšák
2016-08-22
1
-5
/
+8
*
gallium/hud: draw numbers with 3 decimal places if those aren't 0
Marek Olšák
2016-08-22
1
-5
/
+12
*
gallium/hud: use sRGB for nicer AA lines
Marek Olšák
2016-08-22
1
-0
/
+21
*
gallium/hud: use AA lines for graphs
Marek Olšák
2016-08-22
1
-1
/
+5
*
gallium/hud: don't enable blending for all objects
Marek Olšák
2016-08-22
1
-2
/
+7
*
llvmpipe: fix issues with depth clamp
Roland Scheidegger
2016-08-20
3
-49
/
+94
*
llvmpipe: fix depth clamping wrt reversed near/far values
Roland Scheidegger
2016-08-20
1
-9
/
+3
*
a4xx: make sure to actually clamp depth as requested
Ilia Mirkin
2016-08-19
2
-2
/
+29
*
a4xx: only disable depth clipping, not all clipping, when requested
Ilia Mirkin
2016-08-19
2
-1
/
+4
*
vc4: Switch store_output to using nir_lower_io_to_scalar / component.
Eric Anholt
2016-08-19
2
-44
/
+16
*
vc4: Use the intrinsic's first_component for vattr VPM index.
Eric Anholt
2016-08-19
2
-7
/
+3
*
vc4: Convert to using nir_lower_io_scalar for FS inputs.
Eric Anholt
2016-08-19
2
-44
/
+62
[prev]
[next]