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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nir: fix per_vertex_output intrinsic
Rob Clark
2018-03-27
1
-1
/
+1
*
glsl_types: fix build break with intel/msvc compiler
Rob Clark
2018-03-27
1
-83
/
+24
*
mesa: add GL_HALF_FLOAT as supported type to readpixels
Lin Johnson
2018-03-27
1
-0
/
+2
*
broadcom/vc5: Fix swizzling of RGB10_A2UI render targets.
Eric Anholt
2018-03-26
1
-1
/
+1
*
broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes.
Eric Anholt
2018-03-26
1
-0
/
+1
*
broadcom/vc5: Implement workaround for GFXH-1431.
Eric Anholt
2018-03-26
1
-1
/
+5
*
broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.
Eric Anholt
2018-03-26
5
-21
/
+111
*
broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.
Eric Anholt
2018-03-26
2
-0
/
+8
*
broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.
Eric Anholt
2018-03-26
3
-5
/
+29
*
broadcom/vc5: Move the BCL epilogue code to a per-version compile.
Eric Anholt
2018-03-26
5
-24
/
+67
*
broadcom/vc5: Fix transform feedback in the presence of point size.
Eric Anholt
2018-03-26
3
-4
/
+23
*
broadcom/vc5: Split transform feedback specs update from buffers.
Eric Anholt
2018-03-26
1
-27
/
+32
*
broadcom/vc5: Limit each transform feedback data spec to 16 dwords.
Eric Anholt
2018-03-26
2
-14
/
+31
*
gallium/u_vbuf: Protect against overflow with large instance divisors.
Eric Anholt
2018-03-26
1
-1
/
+10
*
st: Allow accelerated CopyTexImage from RGBA to RGB.
Eric Anholt
2018-03-26
1
-6
/
+26
*
winsys/amdgpu: always allow GTT placements on APUs
Marek Olšák
2018-03-26
1
-7
/
+5
*
radeonsi: don't reallocate on DMABUF export if local BOs are disabled
Marek Olšák
2018-03-26
4
-5
/
+9
*
glsl: fix infinite loop caused by bug in loop unrolling pass
Timothy Arceri
2018-03-27
1
-1
/
+1
*
gallium: Do not add -Wframe-address option for gcc <= 4.4.
Vinson Lee
2018-03-26
1
-1
/
+1
*
gallium: Correct minor typo in header comments
Alyssa Rosenzweig
2018-03-26
1
-1
/
+1
*
intel/aubinator_error_decode: Decode more registers.
Rafael Antognolli
2018-03-26
1
-0
/
+12
*
intel/genxml: Add SAMPLER_INSTDONE register.
Rafael Antognolli
2018-03-26
6
-0
/
+139
*
intel/genxml: Add ROW_INSTDONE register.
Rafael Antognolli
2018-03-26
6
-0
/
+114
*
intel/genxml: Add SC_INSTDONE register.
Rafael Antognolli
2018-03-26
6
-0
/
+140
*
i965/vec4: Fix null destination register in 3-source instructions
Ian Romanick
2018-03-26
2
-0
/
+27
*
nir: Don't condition 'a-b < 0' -> 'a < b' on is_not_used_by_conditional
Ian Romanick
2018-03-26
2
-18
/
+1
*
i965/vec4: Propagate conditional modifiers from compares to adds
Ian Romanick
2018-03-26
1
-5
/
+65
*
i965/vec4: Allow cmod propagation when src0 is a uniform or shader input
Ian Romanick
2018-03-26
1
-1
/
+2
*
i965/fs: Propagate conditional modifiers from compares to adds
Ian Romanick
2018-03-26
2
-5
/
+400
*
i965/fs: Allow cmod propagation when src0 is a uniform or shader input
Ian Romanick
2018-03-26
1
-1
/
+2
*
i965: Add negative_equals methods
Ian Romanick
2018-03-26
7
-0
/
+72
*
mesa/st/tests: Use tgsi opcode enum also in the test classes
Gert Wollny
2018-03-26
2
-8
/
+8
*
glsl_types: vec8/vec16 support
Rob Clark
2018-03-25
6
-10
/
+23
*
glsl_types: refactor/prep for vec8/vec16
Rob Clark
2018-03-25
3
-149
/
+49
*
anv: Set genX_table for gen11
Jordan Justen
2018-03-23
1
-0
/
+3
*
anv: Add gen11 to anv_genX_call
Jordan Justen
2018-03-23
1
-0
/
+3
*
vbo: Make sure the internal VAO's stay within limits.
Mathias Fröhlich
2018-03-23
2
-1
/
+6
*
mesa: Flag early if we modify a SharedAndImmutable VAO.
Mathias Fröhlich
2018-03-23
1
-0
/
+6
*
mesa: When copying a VAO also copy the vertex attribute mode.
Mathias Fröhlich
2018-03-23
1
-0
/
+1
*
android: Use local i915_drm.h rather than the system one.
Kenneth Graunke
2018-03-23
1
-0
/
+2
*
st/mesa: s/unsigned/enum pipe_shader_type/ for st_bind_ubos()
Brian Paul
2018-03-23
1
-1
/
+1
*
st/mesa: whitespace/formatting fixes in st_atom_constbuf.c
Brian Paul
2018-03-23
1
-21
/
+36
*
st/mesa: s/unsigned/enum pipe_shader_type/
Brian Paul
2018-03-23
2
-3
/
+5
*
svga: simplify uses_flat_interp expression in emit_input_declarations()
Brian Paul
2018-03-23
1
-1
/
+1
*
svga: replace unsigned with proper enum names
Brian Paul
2018-03-23
2
-15
/
+16
*
tgsi,softpipe: use enum tgsi_opcode
Brian Paul
2018-03-23
3
-8
/
+8
*
st/mesa,tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
6
-57
/
+58
*
tgsi/nir: use enum tgsi_opcode
Brian Paul
2018-03-23
1
-2
/
+2
*
tgsi: use enum tgsi_opcode
Brian Paul
2018-03-23
5
-14
/
+14
*
gallivm: use enum tgis_opcode
Brian Paul
2018-03-23
2
-8
/
+12
[prev]
[next]