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
*
loader: use ARRAY_SIZE instead of NULL sentinel
Eric Engestrom
2019-10-07
2
-6
/
+3
*
loader: s/int/bool/ for predicate result
Eric Engestrom
2019-10-07
2
-5
/
+8
*
loader: replace int/1/0 with bool/true/false
Eric Engestrom
2019-10-07
2
-10
/
+9
*
iris: Drop bonus parameters from iris_init_*_context()
Kenneth Graunke
2019-10-07
3
-27
/
+10
*
nir/constant_folding: fold load_constant intrinsics
Rhys Perry
2019-10-07
1
-0
/
+58
*
nir/constant_folding: add back and use constant_fold_state
Rhys Perry
2019-10-07
1
-22
/
+19
*
anv: Implement VK_KHR_shader_clock
Caio Marcelo de Oliveira Filho
2019-10-07
3
-0
/
+10
*
spirv: Implement SPV_KHR_shader_clock
Caio Marcelo de Oliveira Filho
2019-10-07
2
-0
/
+36
*
vulkan: Update the XML and headers to 1.1.124
Caio Marcelo de Oliveira Filho
2019-10-07
1
-8
/
+119
*
Revert "iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaround"
Kenneth Graunke
2019-10-07
1
-23
/
+0
*
Revert "Revert "st/dri2: Implement DRI2bufferDamageExtension""
Boris Brezillon
2019-10-07
3
-0
/
+53
*
Revert "st/dri2: Implement DRI2bufferDamageExtension"
Boris Brezillon
2019-10-07
3
-53
/
+0
*
gitlab-ci: Move LAVA-related files into top-level ci dir
Tomeu Vizoso
2019-10-06
9
-1741
/
+0
*
gitlab-ci: Run dEQP on devices with Panfrost
Tomeu Vizoso
2019-10-06
3
-53
/
+40
*
iris: Hack up a SKL/Gen9LP PS push constant fifo depth workaround
Kenneth Graunke
2019-10-05
1
-0
/
+23
*
iris: Refactor push constant allocation so we can reuse it
Kenneth Graunke
2019-10-05
1
-9
/
+22
*
intel/isl: set vertical surface alignment on null surfaces
Lionel Landwerlin
2019-10-05
1
-0
/
+13
*
intel/isl: set surface array appropriately
Lionel Landwerlin
2019-10-05
1
-1
/
+1
*
intel/isl: Set null surface format to R32_UINT
Lionel Landwerlin
2019-10-05
1
-1
/
+6
*
etnaviv: set texture INT_FILTER bit
Jonathan Marek
2019-10-05
1
-1
/
+2
*
etnaviv: implement texture comparator
Jonathan Marek
2019-10-05
6
-5
/
+51
*
etnaviv: update headers from rnndb
Jonathan Marek
2019-10-05
3
-31
/
+40
*
intel: fix subslice computation from topology data
Lionel Landwerlin
2019-10-05
1
-1
/
+1
*
dri: Avoid swapbuffer throttling in glXCopySubBufferMESA
Kenneth Graunke
2019-10-05
2
-2
/
+2
*
st/dri: Perform MSAA downsampling for __DRI2_THROTTLE_COPYSUBBUFFER
Kenneth Graunke
2019-10-05
1
-2
/
+4
*
intel/error2aub: add support for platforms without PPGTT
Lionel Landwerlin
2019-10-04
1
-15
/
+24
*
aco: fix load_constant with multiple arrays
Rhys Perry
2019-10-04
1
-3
/
+3
*
nir: Fix some wonky whitespace in nir_search.h.
Eric Anholt
2019-10-04
1
-2
/
+2
*
nir: Factor out most of the algebraic passes C code to .c/.h.
Eric Anholt
2019-10-04
3
-146
/
+173
*
nir: Keep the range analysis HT around intra-pass until we make a change.
Eric Anholt
2019-10-04
7
-38
/
+52
*
nir: Skip emitting no-op movs from the builder.
Eric Anholt
2019-10-04
2
-3
/
+12
*
nir: Make nir_search's dumping go to stderr.
Eric Anholt
2019-10-04
1
-16
/
+16
*
surfaceless: Support EGL_WL_bind_wayland_display
Adam Jackson
2019-10-04
1
-0
/
+4
*
nir/print: always use the right FILE *
Rhys Perry
2019-10-04
1
-2
/
+4
*
nir: initialize needs_helper_invocations as well
Erik Faye-Lund
2019-10-04
1
-0
/
+1
*
nir: initialize uses_discard to false
Erik Faye-Lund
2019-10-04
1
-0
/
+1
*
radv/aco,aco: set lower_fmod
Rhys Perry
2019-10-04
3
-31
/
+1
*
dri3: Pass __DRI2_THROTTLE_COPYSUBBUFFER from loader_dri3_copy_drawable
Michel Dänzer
2019-10-04
1
-1
/
+1
*
r600: Fix interpolateAtCentroid
Gert Wollny
2019-10-04
4
-1
/
+14
*
pan/midgard: Replace mir_is_live_after with new pass
Alyssa Rosenzweig
2019-10-03
1
-57
/
+15
*
pan/midgard: Calculate temp_count for liveness
Alyssa Rosenzweig
2019-10-03
2
-1
/
+3
*
pan/midgard: Invalidate liveness for mir_is_live_after
Alyssa Rosenzweig
2019-10-03
3
-0
/
+6
*
pan/midgard: Begin tracking liveness metadata
Alyssa Rosenzweig
2019-10-03
4
-5
/
+39
*
pan/midgard: Don't try to OR live_in of successors
Alyssa Rosenzweig
2019-10-03
1
-6
/
+2
*
pan/midgard: Move RA's liveness analysis into midgard_liveness.c
Alyssa Rosenzweig
2019-10-03
3
-122
/
+129
*
pan/midgard: Add mir_calculate_temp_count helper
Alyssa Rosenzweig
2019-10-03
2
-0
/
+19
*
pan/midgard: Remove mir_has_multiple_writes
Alyssa Rosenzweig
2019-10-03
3
-18
/
+0
*
panfrost: Get rid of the flush in panfrost_set_framebuffer_state()
Boris Brezillon
2019-10-03
1
-43
/
+3
*
panfrost: Kill the explicit serialization in panfrost_batch_submit()
Boris Brezillon
2019-10-03
1
-12
/
+0
*
panfrost: Do fine-grained flushing when preparing BO for CPU accesses
Boris Brezillon
2019-10-03
2
-19
/
+12
[next]