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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ci: Shrink the arm64 kernel build a bit.
Eric Anholt
2020-02-27
1
-0
/
+8
*
ci: Stop disabling ACPI in the LAVA arm64 kernel build.
Eric Anholt
2020-02-27
1
-2
/
+0
*
ci: Remove LLVM from ARM test drivers.
Eric Anholt
2020-02-27
2
-8
/
+4
*
ci: Split out radv build-testing on arm64
Rohan Garg
2020-02-27
1
-1
/
+10
*
gitlab-ci: Skip dEQP-GLES3.functional.shaders.derivate.*
Tomeu Vizoso
2020-02-27
1
-0
/
+3
*
gitlab-ci: Remove GLES3 test from Panfrost fails list
Tomeu Vizoso
2020-02-27
1
-1
/
+0
*
gitlab-ci: Use PAN_MESA_DEBUG=gles3 for Panfrost
Tomeu Vizoso
2020-02-27
1
-5
/
+5
*
panfrost: Add PAN_MESA_DEBUG=gles3 option
Alyssa Rosenzweig
2020-02-27
2
-7
/
+15
*
panfrost: Expose PIPE_CAP_PRIMITIVE_RESTART
Alyssa Rosenzweig
2020-02-27
1
-0
/
+1
*
panfrost: Simplify stack shift calculation
Alyssa Rosenzweig
2020-02-27
1
-7
/
+14
*
panfrost: Reserve an extra page for spilling
Alyssa Rosenzweig
2020-02-27
1
-3
/
+6
*
panfrost: Default to 256 threads for TLS
Alyssa Rosenzweig
2020-02-27
2
-5
/
+11
*
panfrost: Fix param getting
Alyssa Rosenzweig
2020-02-27
1
-1
/
+1
*
panfrost: Don't set shared->unk0
Alyssa Rosenzweig
2020-02-27
1
-1
/
+0
*
panfrost: Update spilling comment framebuffer->shared
Alyssa Rosenzweig
2020-02-27
1
-1
/
+1
*
panfrost: Fix padded_vertex_count generation
Alyssa Rosenzweig
2020-02-27
1
-1
/
+1
*
panfrost: Fix gl_VertexID/InstanceID
Alyssa Rosenzweig
2020-02-27
4
-20
/
+7
*
pan/midgard: Don't spill near a branch
Alyssa Rosenzweig
2020-02-27
1
-0
/
+8
*
pan/decode: Dump scratchpad size if present
Alyssa Rosenzweig
2020-02-27
1
-0
/
+8
*
panfrost: Implement index buffer cache
Alyssa Rosenzweig
2020-02-27
3
-1
/
+114
*
panfrost: Combine get_index_buffer with bound computation
Alyssa Rosenzweig
2020-02-27
1
-16
/
+25
*
radeon/jpeg: fix the jpeg dt_pitch with YUYV format
Leo Liu
2020-02-27
1
-5
/
+2
*
st/va: add support YUY2
Pierre-Eric Pelloux-Prayer
2020-02-27
2
-1
/
+4
*
st/va: enable 4:2:2 chroma format
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-2
/
+2
*
radeonsi: fix surf_pitch for subsampled surface
Pierre-Eric Pelloux-Prayer
2020-02-27
2
-10
/
+15
*
gallium/vl: add 4:2:2 support
Pierre-Eric Pelloux-Prayer
2020-02-27
2
-7
/
+20
*
gallium/video: remove pipe_video_buffer.chroma_format
Pierre-Eric Pelloux-Prayer
2020-02-27
23
-37
/
+26
*
format: add format_to_chroma_format
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-0
/
+20
*
radeonsi: test subsampled format in testdma
Pierre-Eric Pelloux-Prayer
2020-02-27
1
-30
/
+31
*
ac/llvm: flush denorms for nir_op_fmed3 on GFX8 and older gens
Samuel Pitoiset
2020-02-27
1
-0
/
+5
*
ac/llvm: fix 16-bit fmed3 on GFX8 and older gens
Samuel Pitoiset
2020-02-27
1
-2
/
+4
*
ac/llvm: fix 64-bit fmed3
Samuel Pitoiset
2020-02-27
1
-17
/
+31
*
mesa: Flush vertices before changing the OpenGL state.
Mathias Fröhlich
2020-02-27
1
-4
/
+10
*
mesa: Check for OpenGL state change before flushing vertices.
Mathias Fröhlich
2020-02-27
1
-2
/
+4
*
gallivm/nir: handle mod 0 better.
Dave Airlie
2020-02-26
1
-3
/
+19
*
gallivm/nir: fix integer divide SIGFPE
Dave Airlie
2020-02-26
1
-5
/
+16
*
gallivm/tgsi: fix stream id regression
Dave Airlie
2020-02-26
1
-2
/
+5
*
mesa: call FLUSH_VERTICES before updating CoordReplace
Marek Olšák
2020-02-26
1
-1
/
+2
*
mesa: remove leftovers from ARB_shadow_ambient
Marek Olšák
2020-02-26
1
-2
/
+0
*
cube_face_index: Use fabsf instead of fabs since we know it's floats
Albert Astals Cid
2020-02-26
1
-3
/
+3
*
cube_face_coord: Use fabsf instead of fabs since we know it's floats
Albert Astals Cid
2020-02-26
1
-3
/
+3
*
iris: Apply the flushes when switching pipelines.
Rafael Antognolli
2020-02-26
1
-12
/
+4
*
gallium/hash_table: remove some function wrappers
Marek Olšák
2020-02-26
32
-220
/
+108
*
gallium/hash_table: turn it into a wrapper around util/hash_table
Marek Olšák
2020-02-26
29
-281
/
+74
*
gallium/hash_table: use the same callback signatures as util/hash_table
Marek Olšák
2020-02-26
5
-40
/
+40
*
gallium/hash_table: consolidate hash tables with FD keys
Marek Olšák
2020-02-26
8
-142
/
+58
*
gallium/hash_table: consolidate hash tables with pointer keys
Marek Olšák
2020-02-26
16
-184
/
+47
*
amd/addrlib: fix build on non-x86 platforms
Greg V
2020-02-26
1
-4
/
+6
*
tgsi_to_nir: set num_images and num_samplers with holes correctly
Marek Olšák
2020-02-26
1
-0
/
+14
*
nir: Drop nir_tex_instr::texture_array_size
Jason Ekstrand
2020-02-26
11
-24
/
+1
[next]