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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/main: correct extension-checks for GL_PRIMITIVE_RESTART_FIXED_INDEX
Erik Faye-Lund
2019-05-29
1
-3
/
+2
*
mesa/main: correct extension-checks for GL_BLEND_ADVANCED_COHERENT_KHR
Erik Faye-Lund
2019-05-29
1
-2
/
+4
*
mesa/main: correct extension-checks for GL_FRAMEBUFFER_SRGB
Erik Faye-Lund
2019-05-29
1
-2
/
+6
*
mesa/main: correct extension-checks for MESA_tile_raster_order
Erik Faye-Lund
2019-05-29
1
-6
/
+12
*
mesa/main: make the CONSERVATIVE_RASTERIZATION_NV checks consistent
Erik Faye-Lund
2019-05-29
1
-1
/
+2
*
mesa/main: make the PRIMITIVE_RESTART_NV checks consistent
Erik Faye-Lund
2019-05-29
1
-3
/
+2
*
radv: use view format when selecting the resolve path for subpasses
Samuel Pitoiset
2019-05-29
1
-8
/
+13
*
radv: always use view format when performing subpass resolves
Samuel Pitoiset
2019-05-29
3
-12
/
+21
*
radv: sync before resetting a pool if there is active pending queries
Samuel Pitoiset
2019-05-29
4
-0
/
+27
*
intel/decoder: Use get_state_size() over guessed counts in more cases
Kenneth Graunke
2019-05-28
1
-0
/
+2
*
meson: Link Gallium drivers with ld_args_build_id
Mike Lothian
2019-05-28
1
-1
/
+1
*
nir/lower_non_uniform: safely iterate over blocks
Lionel Landwerlin
2019-05-28
1
-1
/
+1
*
radv: allocate more space in the CS when emitting events
Samuel Pitoiset
2019-05-28
1
-1
/
+1
*
iris: Ask st to vectorize our IO.
Kenneth Graunke
2019-05-28
1
-0
/
+1
*
st/nir: Re-vectorize shader IO
Kenneth Graunke
2019-05-28
2
-0
/
+31
*
mesa: Prevent classic swrast crash on a surfaceless context v2.
Mathias Fröhlich
2019-05-28
1
-1
/
+8
*
radv add radv_get_resolve_pipeline() in the compute path
Samuel Pitoiset
2019-05-28
1
-20
/
+36
*
radv: cleanup the compute resolve path for subpass
Samuel Pitoiset
2019-05-28
1
-56
/
+29
*
radeonsi: add drirc workaround for American Truck Simulator
Timothy Arceri
2019-05-28
1
-0
/
+3
*
Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"
Timothy Arceri
2019-05-28
4
-14
/
+6
*
anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptors
Lionel Landwerlin
2019-05-27
1
-2
/
+15
*
radeonsi: clean up winsys creation
Marek Olšák
2019-05-27
5
-36
/
+30
*
radeonsi: allow query functions for compute-only contexts
Marek Olšák
2019-05-27
2
-4
/
+5
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
9
-21
/
+4
*
etnaviv: rs: choose clear format based on block size
Christian Gmeiner
2019-05-27
1
-1
/
+13
*
lima/ppir: implement discard and discard_if
Vasily Khoruzhick
2019-05-27
7
-10
/
+253
*
radv: ignore the loadOp if the first use of an attachment is a resolve
Samuel Pitoiset
2019-05-27
1
-9
/
+3
*
radv: always dirty the framebuffer when restoring a subpass
Samuel Pitoiset
2019-05-27
2
-2
/
+4
*
radv: add radv_clear_htile() helper
Samuel Pitoiset
2019-05-27
3
-6
/
+16
*
anv/android: fix missing dependencies issue during parallel build
Chenglei Ren
2019-05-27
1
-9
/
+9
*
radv: tidy up GetQueryPoolResults for occlusion queries
Samuel Pitoiset
2019-05-27
1
-7
/
+5
*
iris: Don't flag IRIS_DIRTY_URB after BLORP operations unless it changed
Kenneth Graunke
2019-05-26
1
-0
/
+1
*
Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"
Dave Airlie
2019-05-27
1
-4
/
+0
*
panfrost/midgard: Implement fneg/fabs/fsat
Alyssa Rosenzweig
2019-05-26
1
-0
/
+20
*
lima: fix lima_blit with non-zero level source resource
Qiang Yu
2019-05-25
1
-25
/
+12
*
lima: fix render to non-zero level texture
Qiang Yu
2019-05-25
1
-4
/
+6
*
virgl: remove an incorrect check in virgl_res_needs_flush
Chia-I Wu
2019-05-24
1
-15
/
+0
*
virgl: reemit resources on first draw/clear/compute
Chia-I Wu
2019-05-24
1
-6
/
+24
*
virgl: add missing emit_res for SO targets
Chia-I Wu
2019-05-24
1
-2
/
+8
*
gallivm: fix default cbuf info.
Roland Scheidegger
2019-05-24
1
-1
/
+1
*
panfrost: Dereference sampled texture
Tomeu Vizoso
2019-05-24
1
-6
/
+3
*
panfrost: ci: Avoid pulling Docker image on every run
Tomeu Vizoso
2019-05-24
1
-23
/
+29
*
nir: Drop imov/fmov in favor of one mov instruction
Jason Ekstrand
2019-05-24
40
-106
/
+80
*
nir/builder: Merge nir_[if]mov_alu into one nir_mov_alu helper
Jason Ekstrand
2019-05-24
6
-36
/
+18
*
nir/lower_to_source_mods: Stop turning add, sat, and neg into mov
Jason Ekstrand
2019-05-24
2
-40
/
+19
*
nir/source_mods: Add a helpers for setting source modifiers
Jason Ekstrand
2019-05-24
1
-6
/
+18
*
intel: Implement abs, neg, and sat in the back-end
Jason Ekstrand
2019-05-24
2
-9
/
+44
*
intel/nir: Call alu_to_scalar one last time before out-of-ssa
Jason Ekstrand
2019-05-24
1
-0
/
+2
*
nir/builder: Remove the use_fmov parameter from nir_swizzle
Jason Ekstrand
2019-05-24
15
-51
/
+48
*
ptn,ttn: Use nir_channel for selecting channels
Jason Ekstrand
2019-05-24
2
-2
/
+2
[next]