index
:
~idr/mesa
11.0-meta-cannot-use-glGenBuffers
11.1-meta-cannot-use-glGenBuffers
6b452c51941
ARB_transform_feedback_overflow_query
CID-1429517
EXT_shader_samples_identical
INTEL_shader_atomic_float_minmax
NV_shader_atomic_int64
NaNu-NaNu
always-ARB_framebuffer_object
arb_gpu_shader_int64
asm
assume-CMS-in-precompile
ast_to_hir-work
bool-optimizations
bool-optimizations-v2
bool-optimizations-v4
bool-optimizations-v5
bool-optimizations-v6
byt-cpu-optimizations
c1896cdfefc
cmod-bar
cmod-baz
cmod-foo
cmod-propagation-work
combine-constants
commutative-expression-limits
compare-with-integer-frobbing
cse-neg
cse-neg-v2018.02
daniel-schuermann/mesa-bitfield
derp
double-scheduler
dp-narrowing
ecd3c4bb555
emit-spirv
experiment/Gen5-Boolean-resolve
experiment/fsat-algebraic
experiment/lower-flrp
experiment/nan-compare-logic-ops
experiment/optimize-bfe
experiment/optimize-shifts
experiment/rematerialize-compares
experiment/simple-range-analysis
experiments
expose-fewer-visuals
extension-refactor
fix-GL45-CTS.program_interface_query.uniform-block-types
flexarray
flexarray-func
for-bsi
fortran
generate-code-generator
glsl-diet-v3
glsl-diet-v3-extra-logging
glsl-diet-v4
i915-fixes
i965-license-header
inverted-conditions
ir_variable-diet
ir_variable-diet-v2
iris-threaded-shaders
jenkins
jenkins-vk
kill-nv04
lock_surface
logic-expression-frobbing
loop
lower_bool_to_int32-earlier
master
meta-cannot-use-Gen-v2017.12
meta-fixes
meta-msaa-blit
meta-work-20170628
misc-algebra
nir_lower_clamp_color_outputs-vs-b2f
opt-minimize-Boolean
optimize-bfe
optimize-dph-and-others
optimize-flrp-and-ffma
pauli
peephole_select
pragma-warning
ptn-narrowing
query-renderer
range-analysis-cache
reassociate-vector-scalar-math
remove-ir_assignment-condition
reverse-code-gen
review/issue-6365
review/lower-flrp
robustness
shader-work
source-modifiers
sso4
sso5
sso6
standalone-compiler
standalone-ir_builder
standalone-ir_builder-v2
t_dd_dmatmp
ud-chains
uniform-setter
uniform-setter-20190513
uniform-setter-fast
uniform-setter-v2
uniform-setter-wip
vertex-shader-gcm
viewport-array
wip/combine-constants
wip/fix-shift-counts
wip/improve-range-analysis
yuv-formats
Unnamed repository; edit this file 'description' to name the repository.
idr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-15
WIP: nir/algebraic: Replace signed range [0, constant b] checks with unsigned...
misc-algebra
Ian Romanick
2
-0
/
+41
2020-01-15
WIP: nir/algebraic: Reassociate logic-op joined comparisons
Ian Romanick
1
-0
/
+27
2020-01-15
WIP: nir/algebraic: Recognize open-coded ineg and inot
Ian Romanick
1
-0
/
+5
2020-01-15
WIP: nir/algebraic: More integer addition reassociation
Ian Romanick
1
-0
/
+2
2020-01-15
nir/algebraic: Replace ishl or ishr with an iand
Ian Romanick
1
-0
/
+4
2020-01-15
nir/algebraic: Simplify some Inf and NaN avoidance code
Ian Romanick
1
-0
/
+6
2020-01-15
radeonsi/gfx10: separate code for determining the number of vertices for NGG
Marek Olšák
1
-25
/
+41
2020-01-15
radeonsi/gfx10: separate code for getting edgeflags from the gs_invocation_id...
Marek Olšák
1
-9
/
+13
2020-01-15
radeonsi: move VS_STATE.LS_OUT_PATCH_SIZE a few bits higher to make space there
Marek Olšák
3
-5
/
+8
2020-01-15
radeonsi: make si_insert_input_* functions non-static
Marek Olšák
2
-9
/
+12
2020-01-15
ac/cull: don't read Position.Z if it's not needed for culling
Marek Olšák
1
-1
/
+1
2020-01-15
radeonsi: separate code computing info for small primitive culling
Marek Olšák
3
-40
/
+54
2020-01-15
intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_image
Kenneth Graunke
1
-3
/
+6
2020-01-15
gitlab-ci: fix missing caselist.css/xsl
Rob Clark
1
-1
/
+2
2020-01-15
relnotes: Add Vulkan 1.2
Jason Ekstrand
1
-0
/
+1
2020-01-15
radv: enable Vulkan 1.2
Samuel Pitoiset
1
-1
/
+1
2020-01-15
radv: implement Vulkan 1.2 features and properties
Samuel Pitoiset
1
-0
/
+148
2020-01-15
radv: implement Vulkan 1.1 features and properties
Samuel Pitoiset
1
-0
/
+53
2020-01-15
radv: update VK_KHR_timeline_semaphore for Vulkan 1.2
Samuel Pitoiset
1
-24
/
+24
2020-01-15
radv: update VK_KHR_uniform_buffer_standard_layout for Vulkan 1.2
Samuel Pitoiset
1
-3
/
+3
2020-01-15
radv: update VK_KHR_shader_subgroup_extended_types for Vulkan 1.2
Samuel Pitoiset
1
-3
/
+3
2020-01-15
radv: update VK_KHR_shader_float_controls for Vulkan 1.2
Samuel Pitoiset
1
-5
/
+5
2020-01-15
radv: update VK_KHR_shader_float16_int8 for Vulkan 1.2
Samuel Pitoiset
1
-3
/
+3
2020-01-15
radv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2
Samuel Pitoiset
1
-3
/
+3
2020-01-15
radv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
Samuel Pitoiset
2
-8
/
+8
2020-01-15
radv: update VK_KHR_image_format_list for Vulkan 1.2
Samuel Pitoiset
1
-6
/
+6
2020-01-15
radv: update VK_KHR_driver_properties for Vulkan 1.2
Samuel Pitoiset
1
-7
/
+7
2020-01-15
radv: update VK_KHR_draw_indirect_count for Vulkan 1.2
Samuel Pitoiset
1
-2
/
+2
2020-01-15
radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
Samuel Pitoiset
5
-21
/
+21
2020-01-15
radv: update VK_KHR_create_renderpass2 for Vulkan 1.2
Samuel Pitoiset
2
-15
/
+15
2020-01-15
radv: update VK_KHR_buffer_device_address for Vulkan 1.2
Samuel Pitoiset
1
-9
/
+9
2020-01-15
radv: update VK_KHR_8bit_storage for Vulkan 1.2
Samuel Pitoiset
1
-3
/
+3
2020-01-15
radv: update VK_EXT_scalar_block_layout for Vulkan 1.2
Samuel Pitoiset
1
-3
/
+3
2020-01-15
radv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2
Samuel Pitoiset
2
-9
/
+9
2020-01-15
radv: update VK_EXT_host_query_reset for Vulkan 1.2
Samuel Pitoiset
2
-4
/
+4
2020-01-15
radv: update VK_EXT_descriptor_indexing for Vulkan 1.2
Samuel Pitoiset
2
-14
/
+14
2020-01-15
anv: Enable Vulkan 1.2 support
Iván Briano
7
-19
/
+20
2020-01-15
anv: Implement the new core version property queries
Jason Ekstrand
1
-152
/
+261
2020-01-15
anv: Implement the new core version feature queries
Jason Ekstrand
1
-56
/
+156
2020-01-15
anv,nir: Lower quad_broadcast with dynamic index in NIR
Jason Ekstrand
3
-1
/
+6
2020-01-15
anv: Bump the patch version to 131
Jason Ekstrand
1
-1
/
+1
2020-01-15
vulkan/overlay: Fix for Vulkan 1.2
Samuel Pitoiset
1
-10
/
+13
2020-01-15
turnip: Pretend to support Vulkan 1.2
Jason Ekstrand
3
-13
/
+13
2020-01-15
vulkan: Update the XML and headers to 1.2.131
Jason Ekstrand
16
-948
/
+1983
2020-01-15
gitlab-ci: Stop using manual jobs for merge requests
Michel Dänzer
1
-27
/
+45
2020-01-15
radeonsi: drop the negation from fmask_is_not_identity
Pierre-Eric Pelloux-Prayer
4
-5
/
+5
2020-01-15
radeonsi: unbind image before compute clear
Pierre-Eric Pelloux-Prayer
1
-0
/
+5
2020-01-15
radeonsi: make sure fmask expand is done if needed
Pierre-Eric Pelloux-Prayer
1
-1
/
+2
2020-01-15
radeonsi: fix fmask expand compute shader
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2020-01-15
egl/android: Restrict minimum triple buffering for android color_buffers
Nataraj Deshpande
1
-3
/
+7
[next]